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

  /external/chromium_org/third_party/libxml/src/
parser.c 1064 int need_realloc = 0; local
1082 need_realloc = 1;
1088 if (need_realloc) {
    [all...]
  /external/libxml2/
parser.c 1074 int need_realloc = 0; local
1092 need_realloc = 1;
1098 if (need_realloc) {
    [all...]

Completed in 131 milliseconds