• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs: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) {
1535 xmlRegStatePtr end;
1586 xmlRegStatePtr inter, newstate;
1703 xmlRegStatePtr tmp;
1758 xmlRegStatePtr from;
1759 xmlRegStatePtr to;
1846 xmlRegStatePtr state, tmp;
1910 xmlRegStatePtr state;
2011 xmlRegStatePtr target = NULL;
2558 xmlFARecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state,
2610 xmlRegStatePtr state;
3231 xmlRegStatePtr to = comp->states[trans->to];
3279 xmlRegStatePtr state = exec->state;
3882 xmlRegStatePtr to = exec->comp->states[trans->to];
3917 xmlRegStatePtr state = exec->state;
4211 xmlRegStatePtr state;
4424 xmlRegStatePtr to = exec->comp->states[trans->to];
4450 xmlRegStatePtr state = exec->state;
5202 xmlRegStatePtr start, oldend, start0;
5269 xmlFAParseBranch(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr to) {
5270 xmlRegStatePtr previous;
5304 xmlRegStatePtr start, end;