ucspi-ssl  0.99e
TLS encryption for IPv6 communication
stralloc_eady.c
Go to the documentation of this file.
1 /* Public domain. */
2 
3 #include "alloc.h"
4 #include "stralloc.h"
5 #include "gen_allocdefs.h"
6 
7 GEN_ALLOC_ready(stralloc,char,s,len,a,i,n,x,30,stralloc_ready)
8 GEN_ALLOC_readyplus(stralloc,char,s,len,a,i,n,x,30,stralloc_readyplus)
#define GEN_ALLOC_readyplus(ta, type, field, len, a, i, n, x, base, ta_rplus)
Definition: gen_allocdefs.h:19
int stralloc_readyplus(stralloc *, unsigned int)
#define GEN_ALLOC_ready(ta, type, field, len, a, i, n, x, base, ta_ready)
Definition: gen_allocdefs.h:6