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

/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c68 typedef struct _xsltStepState xsltStepState; typedef in typeref:struct:_xsltStepState
69 typedef xsltStepState *xsltStepStatePtr;
483 states->states = xmlMalloc(4 * sizeof(xsltStepState));
486 xsltStepState *tmp;
489 2 * states->maxstates * sizeof(xsltStepState));
/external/libxslt/libxslt/
H A Dpattern.c68 typedef struct _xsltStepState xsltStepState; typedef in typeref:struct:_xsltStepState
69 typedef xsltStepState *xsltStepStatePtr;
483 states->states = xmlMalloc(4 * sizeof(xsltStepState));
486 xsltStepState *tmp;
489 2 * states->maxstates * sizeof(xsltStepState));

Completed in 39 milliseconds