Searched refs:CONTENT_SCAFFOLD (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c213 } CONTENT_SCAFFOLD; typedef in typeref:struct:__anon11777
283 CONTENT_SCAFFOLD *scaffold;
6277 CONTENT_SCAFFOLD * me;
6288 CONTENT_SCAFFOLD *temp;
6290 temp = (CONTENT_SCAFFOLD *)
6291 REALLOC(dtd->scaffold, dtd->scaffSize * 2 * sizeof(CONTENT_SCAFFOLD));
6297 temp = (CONTENT_SCAFFOLD *)MALLOC(INIT_SCAFFOLD_ELEMENTS
6298 * sizeof(CONTENT_SCAFFOLD));
6308 CONTENT_SCAFFOLD *parent = &dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel-1]];
/external/expat/lib/
H A Dxmlparse.c213 } CONTENT_SCAFFOLD; typedef in typeref:struct:__anon21361
283 CONTENT_SCAFFOLD *scaffold;
6277 CONTENT_SCAFFOLD * me;
6288 CONTENT_SCAFFOLD *temp;
6290 temp = (CONTENT_SCAFFOLD *)
6291 REALLOC(dtd->scaffold, dtd->scaffSize * 2 * sizeof(CONTENT_SCAFFOLD));
6297 temp = (CONTENT_SCAFFOLD *)MALLOC(INIT_SCAFFOLD_ELEMENTS
6298 * sizeof(CONTENT_SCAFFOLD));
6308 CONTENT_SCAFFOLD *parent = &dtd->scaffold[dtd->scaffIndex[dtd->scaffLevel-1]];

Completed in 330 milliseconds