HomeSort by relevance Sort by last modified time
    Searched refs:TRIO_REALLOC (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
triop.h 73 #ifndef TRIO_REALLOC
74 # define TRIO_REALLOC(x,n) realloc((x),(n))
triostr.c 1301 new_content = (char *)TRIO_REALLOC(self->content, new_size);
    [all...]

Completed in 41 milliseconds