Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libxslt/
H A Dpattern.c50 typedef struct _xsltStepState xsltStepState; typedef
51 typedef xsltStepState *xsltStepStatePtr;
470 states->states = xmlMalloc(4 * sizeof(xsltStepState)); in xsltPatPushState()
473 xsltStepState *tmp; in xsltPatPushState()
476 2 * states->maxstates * sizeof(xsltStepState)); in xsltPatPushState()