Home
last modified time | relevance | path

Searched refs:TRIO_REALLOC (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dtriop.h73 #ifndef TRIO_REALLOC
74 # define TRIO_REALLOC(x,n) realloc((x),(n)) macro
Dtriostr.c1307 new_content = (char *)TRIO_REALLOC(self->content, new_size);