Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dpattern.c135 typedef struct _xmlStepState xmlStepState; typedef
136 typedef xmlStepState *xmlStepStatePtr;
464 states->states = xmlMalloc(4 * sizeof(xmlStepState)); in xmlPatPushState()
467 xmlStepState *tmp; in xmlPatPushState()
470 2 * states->maxstates * sizeof(xmlStepState)); in xmlPatPushState()
/external/libxml2/
Dpattern.c135 typedef struct _xmlStepState xmlStepState; typedef
136 typedef xmlStepState *xmlStepStatePtr;
464 states->states = xmlMalloc(4 * sizeof(xmlStepState)); in xmlPatPushState()
467 xmlStepState *tmp; in xmlPatPushState()
470 2 * states->maxstates * sizeof(xmlStepState)); in xmlPatPushState()