Lines Matching defs:xmlRegStatePtr

178 typedef xmlRegState *xmlRegStatePtr;
191 xmlRegStatePtr start;
192 xmlRegStatePtr start0;
193 xmlRegStatePtr stop;
243 xmlRegStatePtr start;
244 xmlRegStatePtr end;
245 xmlRegStatePtr state;
255 xmlRegStatePtr *states;
268 xmlRegStatePtr *states;
288 xmlRegStatePtr state;/* the current state */
309 xmlRegStatePtr state;/* the current state */
339 xmlRegStatePtr errState; /* the error state */
349 static void xmlRegFreeState(xmlRegStatePtr state);
551 xmlRegStatePtr state;
864 static xmlRegStatePtr
866 xmlRegStatePtr ret;
868 ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState));
886 xmlRegFreeState(xmlRegStatePtr state) {
1138 xmlRegPrintState(FILE *output, xmlRegStatePtr state) {
1309 xmlRegStateAddTransTo(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr target,
1337 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state,
1338 xmlRegAtomPtr atom, xmlRegStatePtr target,
1416 xmlRegStatePush(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state) {
1420 ctxt->states = (xmlRegStatePtr *) xmlMalloc(ctxt->maxStates *
1421 sizeof(xmlRegStatePtr));
1428 xmlRegStatePtr *tmp;
1430 tmp = (xmlRegStatePtr *) xmlRealloc(ctxt->states, ctxt->maxStates *
1431 sizeof(xmlRegStatePtr));
1454 xmlRegStatePtr from, xmlRegStatePtr to,
1476 xmlRegStatePtr from, xmlRegStatePtr to) {
1495 xmlRegStatePtr from, xmlRegStatePtr to, int counter) {
1514 xmlRegStatePtr from, xmlRegStatePtr to, int counter) {
1533 xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from,
1534 xmlRegStatePtr to, xmlRegAtomPtr atom) {
1584 xmlRegStatePtr inter, newstate;
1737 xmlRegStatePtr from;
1738 xmlRegStatePtr to;
1825 xmlRegStatePtr state, tmp;
1889 xmlRegStatePtr state;
1990 xmlRegStatePtr target = NULL;
2537 xmlFARecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state,
2589 xmlRegStatePtr state;
3209 xmlRegStatePtr to = comp->states[trans->to];
3257 xmlRegStatePtr state = exec->state;
3860 xmlRegStatePtr to = exec->comp->states[trans->to];
3895 xmlRegStatePtr state = exec->state;
4189 xmlRegStatePtr state;
4402 xmlRegStatePtr to = exec->comp->states[trans->to];
4428 xmlRegStatePtr state = exec->state;
5244 xmlRegStatePtr start, oldend, start0;
5311 xmlFAParseBranch(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr to) {
5312 xmlRegStatePtr previous;
5346 xmlRegStatePtr start, end;