Searched refs:x2realloc (Results 1 – 3 of 3) sorted by relevance
62 void *x2realloc (void *p, size_t *pn);240 x2realloc (T *p, size_t *pn) in x2realloc() function242 return (T *) x2realloc ((void *) p, pn); in x2realloc()
74 x2realloc (void *p, size_t *pn) in x2realloc() function
466 buf->ptr = x2realloc (buf->ptr, &buf->size); in xml_escape_string()