Go to the documentation of this file.
66 #define LIMIT_BEFORE_EXPANSION 0x5ffffffc
91 memset(a->
data,0,(
unsigned int)a->
max);
120 if (str->
data == NULL)
163 if (str->
data == NULL)
182 void BUF_reverse(
unsigned char *out,
unsigned char *in,
size_t size)
188 for (i = 0; i < size; i++)
196 for (i = 0; i < size/2; i++)