Go to the source code of this file.
|
#define | stralloc_0(sa) stralloc_append(sa,"") |
|
#define | stralloc_catlong(sa, l) (stralloc_catlong0((sa),(l),0)) |
|
#define | stralloc_catuint0(sa, i, n) (stralloc_catulong0((sa),(i),(n))) |
|
#define | stralloc_catint0(sa, i, n) (stralloc_catlong0((sa),(i),(n))) |
|
#define | stralloc_catint(sa, i) (stralloc_catlong0((sa),(i),0)) |
|
|
| GEN_ALLOC_typedef (stralloc, char, s, len, a) extern int stralloc_ready(stralloc * |
|
int | stralloc_readyplus (stralloc *, unsigned int) |
|
int | stralloc_copy (stralloc *, const stralloc *) |
|
int | stralloc_cat (stralloc *, const stralloc *) |
|
int | stralloc_copys (stralloc *, const char *) |
|
int | stralloc_cats (stralloc *, const char *) |
|
int | stralloc_copyb (stralloc *, const char *, unsigned int) |
|
int | stralloc_catb (stralloc *, const char *, unsigned int) |
|
int | stralloc_append (stralloc *, const char *) |
|
int | stralloc_starts (stralloc *, const char *) |
|
int | stralloc_catulong0 (stralloc *, unsigned long, unsigned int) |
|
int | stralloc_catlong0 (stralloc *, long, unsigned int) |
|
◆ stralloc_0
◆ stralloc_catint
◆ stralloc_catint0
◆ stralloc_catlong
◆ stralloc_catuint0
◆ GEN_ALLOC_typedef()
GEN_ALLOC_typedef |
( |
stralloc |
, |
|
|
char |
, |
|
|
s |
, |
|
|
len |
, |
|
|
a |
|
|
) |
| |
◆ stralloc_append()
int stralloc_append |
( |
stralloc * |
, |
|
|
const char * |
|
|
) |
| |
◆ stralloc_cat()
int stralloc_cat |
( |
stralloc * |
, |
|
|
const stralloc * |
|
|
) |
| |
◆ stralloc_catb()
int stralloc_catb |
( |
stralloc * |
, |
|
|
const char * |
, |
|
|
unsigned |
int |
|
) |
| |
◆ stralloc_catlong0()
int stralloc_catlong0 |
( |
stralloc * |
, |
|
|
long |
, |
|
|
unsigned |
int |
|
) |
| |
◆ stralloc_cats()
int stralloc_cats |
( |
stralloc * |
, |
|
|
const char * |
|
|
) |
| |
◆ stralloc_catulong0()
int stralloc_catulong0 |
( |
stralloc * |
, |
|
|
unsigned |
long, |
|
|
unsigned |
int |
|
) |
| |
◆ stralloc_copy()
int stralloc_copy |
( |
stralloc * |
, |
|
|
const stralloc * |
|
|
) |
| |
◆ stralloc_copyb()
int stralloc_copyb |
( |
stralloc * |
, |
|
|
const char * |
, |
|
|
unsigned |
int |
|
) |
| |
◆ stralloc_copys()
int stralloc_copys |
( |
stralloc * |
, |
|
|
const char * |
|
|
) |
| |
◆ stralloc_readyplus()
int stralloc_readyplus |
( |
stralloc * |
, |
|
|
unsigned |
int |
|
) |
| |
◆ stralloc_starts()
int stralloc_starts |
( |
stralloc * |
, |
|
|
const char * |
|
|
) |
| |
◆ int