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

/external/chromium_org/third_party/libxml/src/
H A Dpattern.c135 typedef struct _xmlStepState xmlStepState; typedef in typeref:struct:_xmlStepState
136 typedef xmlStepState *xmlStepStatePtr;
464 states->states = xmlMalloc(4 * sizeof(xmlStepState));
467 xmlStepState *tmp;
470 2 * states->maxstates * sizeof(xmlStepState));
/external/libxml2/
H A Dpattern.c138 typedef struct _xmlStepState xmlStepState; typedef in typeref:struct:_xmlStepState
139 typedef xmlStepState *xmlStepStatePtr;
468 states->states = xmlMalloc(4 * sizeof(xmlStepState));
471 xmlStepState *tmp;
474 2 * states->maxstates * sizeof(xmlStepState));

Completed in 217 milliseconds