Home
last modified time | relevance | path

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

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