xmlRegStatePtr 191 third_party/libxml/src/xmlregexp.c xmlRegStatePtr start; xmlRegStatePtr 192 third_party/libxml/src/xmlregexp.c xmlRegStatePtr start0; xmlRegStatePtr 193 third_party/libxml/src/xmlregexp.c xmlRegStatePtr stop; xmlRegStatePtr 245 third_party/libxml/src/xmlregexp.c xmlRegStatePtr start; xmlRegStatePtr 246 third_party/libxml/src/xmlregexp.c xmlRegStatePtr end; xmlRegStatePtr 247 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state; xmlRegStatePtr 257 third_party/libxml/src/xmlregexp.c xmlRegStatePtr *states; xmlRegStatePtr 271 third_party/libxml/src/xmlregexp.c xmlRegStatePtr *states; xmlRegStatePtr 292 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state;/* the current state */ xmlRegStatePtr 313 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state;/* the current state */ xmlRegStatePtr 343 third_party/libxml/src/xmlregexp.c xmlRegStatePtr errState; /* the error state */ xmlRegStatePtr 353 third_party/libxml/src/xmlregexp.c static void xmlRegFreeState(xmlRegStatePtr state); xmlRegStatePtr 558 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state; xmlRegStatePtr 871 third_party/libxml/src/xmlregexp.c static xmlRegStatePtr xmlRegStatePtr 873 third_party/libxml/src/xmlregexp.c xmlRegStatePtr ret; xmlRegStatePtr 875 third_party/libxml/src/xmlregexp.c ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState)); xmlRegStatePtr 893 third_party/libxml/src/xmlregexp.c xmlRegFreeState(xmlRegStatePtr state) { xmlRegStatePtr 1145 third_party/libxml/src/xmlregexp.c xmlRegPrintState(FILE *output, xmlRegStatePtr state) { xmlRegStatePtr 1316 third_party/libxml/src/xmlregexp.c xmlRegStateAddTransTo(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr target, xmlRegStatePtr 1344 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegStatePtr 1345 third_party/libxml/src/xmlregexp.c xmlRegAtomPtr atom, xmlRegStatePtr target, xmlRegStatePtr 1423 third_party/libxml/src/xmlregexp.c xmlRegStatePush(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state) { xmlRegStatePtr 1427 third_party/libxml/src/xmlregexp.c ctxt->states = (xmlRegStatePtr *) xmlMalloc(ctxt->maxStates * xmlRegStatePtr 1428 third_party/libxml/src/xmlregexp.c sizeof(xmlRegStatePtr)); xmlRegStatePtr 1435 third_party/libxml/src/xmlregexp.c xmlRegStatePtr *tmp; xmlRegStatePtr 1437 third_party/libxml/src/xmlregexp.c tmp = (xmlRegStatePtr *) xmlRealloc(ctxt->states, ctxt->maxStates * xmlRegStatePtr 1438 third_party/libxml/src/xmlregexp.c sizeof(xmlRegStatePtr)); xmlRegStatePtr 1461 third_party/libxml/src/xmlregexp.c xmlRegStatePtr from, xmlRegStatePtr to, xmlRegStatePtr 1483 third_party/libxml/src/xmlregexp.c xmlRegStatePtr from, xmlRegStatePtr to) { xmlRegStatePtr 1502 third_party/libxml/src/xmlregexp.c xmlRegStatePtr from, xmlRegStatePtr to, int counter) { xmlRegStatePtr 1521 third_party/libxml/src/xmlregexp.c xmlRegStatePtr from, xmlRegStatePtr to, int counter) { xmlRegStatePtr 1540 third_party/libxml/src/xmlregexp.c xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr 1541 third_party/libxml/src/xmlregexp.c xmlRegStatePtr to, xmlRegAtomPtr atom) { xmlRegStatePtr 1542 third_party/libxml/src/xmlregexp.c xmlRegStatePtr end; xmlRegStatePtr 1598 third_party/libxml/src/xmlregexp.c xmlRegStatePtr inter, newstate; xmlRegStatePtr 1715 third_party/libxml/src/xmlregexp.c xmlRegStatePtr tmp; xmlRegStatePtr 1770 third_party/libxml/src/xmlregexp.c xmlRegStatePtr from; xmlRegStatePtr 1771 third_party/libxml/src/xmlregexp.c xmlRegStatePtr to; xmlRegStatePtr 1858 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state, tmp; xmlRegStatePtr 1922 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state; xmlRegStatePtr 2023 third_party/libxml/src/xmlregexp.c xmlRegStatePtr target = NULL; xmlRegStatePtr 2579 third_party/libxml/src/xmlregexp.c xmlFARecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegStatePtr 2636 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state; xmlRegStatePtr 3270 third_party/libxml/src/xmlregexp.c xmlRegStatePtr to = comp->states[trans->to]; xmlRegStatePtr 3318 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state = exec->state; xmlRegStatePtr 3921 third_party/libxml/src/xmlregexp.c xmlRegStatePtr to = exec->comp->states[trans->to]; xmlRegStatePtr 3956 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state = exec->state; xmlRegStatePtr 4250 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state; xmlRegStatePtr 4463 third_party/libxml/src/xmlregexp.c xmlRegStatePtr to = exec->comp->states[trans->to]; xmlRegStatePtr 4489 third_party/libxml/src/xmlregexp.c xmlRegStatePtr state = exec->state; xmlRegStatePtr 5252 third_party/libxml/src/xmlregexp.c xmlRegStatePtr start, oldend, start0; xmlRegStatePtr 5319 third_party/libxml/src/xmlregexp.c xmlFAParseBranch(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr to) { xmlRegStatePtr 5320 third_party/libxml/src/xmlregexp.c xmlRegStatePtr previous; xmlRegStatePtr 5354 third_party/libxml/src/xmlregexp.c xmlRegStatePtr start, end;