s/qmail  3.3.23
Next generation secure email transport
Macros | Functions
stralloc.h File Reference
#include "gen_alloc.h"
Include dependency graph for stralloc.h:

Go to the source code of this file.

Macros

#define stralloc_0(sa)   stralloc_append(sa,"")
 

Functions

 GEN_ALLOC_typedef (stralloc, char, s, len, a) int stralloc_ready()
 
int stralloc_readyplus ()
 
int stralloc_copy (stralloc *, stralloc *)
 
int stralloc_cat (stralloc *, stralloc *)
 
int stralloc_copys (stralloc *, char *)
 
int stralloc_cats (stralloc *, char *)
 
int stralloc_copyb (stralloc *, char *, unsigned int)
 
int stralloc_catb (stralloc *, char *, unsigned int)
 
int stralloc_append ()
 
int stralloc_starts (stralloc *, char *)
 

Macro Definition Documentation

◆ stralloc_0

#define stralloc_0 (   sa)    stralloc_append(sa,"")

Definition at line 19 of file stralloc.h.

Function Documentation

◆ GEN_ALLOC_typedef()

GEN_ALLOC_typedef ( stralloc  ,
char  ,
,
len  ,
a   
)

◆ stralloc_append()

int stralloc_append ( )
Here is the caller graph for this function:

◆ stralloc_cat()

int stralloc_cat ( stralloc *  ,
stralloc *   
)

Definition at line 4 of file stralloc_cat.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stralloc_catb()

int stralloc_catb ( stralloc *  ,
char *  ,
unsigned  int 
)

Definition at line 4 of file stralloc_catb.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stralloc_cats()

int stralloc_cats ( stralloc *  ,
char *   
)

Definition at line 5 of file stralloc_cats.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stralloc_copy()

int stralloc_copy ( stralloc *  ,
stralloc *   
)

Definition at line 4 of file stralloc_copy.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stralloc_copyb()

int stralloc_copyb ( stralloc *  ,
char *  ,
unsigned  int 
)

Definition at line 4 of file stralloc_opyb.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stralloc_copys()

int stralloc_copys ( stralloc *  ,
char *   
)

Definition at line 5 of file stralloc_opys.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stralloc_readyplus()

int stralloc_readyplus ( )
Here is the caller graph for this function:

◆ stralloc_starts()

int stralloc_starts ( stralloc *  ,
char *   
)

Definition at line 5 of file stralloc_arts.c.

Here is the call graph for this function:
Here is the caller graph for this function: