• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching refs:xmlRegStatePtr

172 typedef xmlRegState *xmlRegStatePtr;
185 xmlRegStatePtr start;
186 xmlRegStatePtr stop;
236 xmlRegStatePtr start;
237 xmlRegStatePtr end;
238 xmlRegStatePtr state;
248 xmlRegStatePtr *states;
261 xmlRegStatePtr *states;
281 xmlRegStatePtr state;/* the current state */
302 xmlRegStatePtr state;/* the current state */
332 xmlRegStatePtr errState; /* the error state */
342 static void xmlRegFreeState(xmlRegStatePtr state);
544 xmlRegStatePtr state;
781 static xmlRegStatePtr
783 xmlRegStatePtr ret;
785 ret = (xmlRegStatePtr) xmlMalloc(sizeof(xmlRegState));
803 xmlRegFreeState(xmlRegStatePtr state) {
1055 xmlRegPrintState(FILE *output, xmlRegStatePtr state) {
1226 xmlRegStateAddTransTo(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr target,
1254 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state,
1255 xmlRegAtomPtr atom, xmlRegStatePtr target,
1333 xmlRegStatePush(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state) {
1337 ctxt->states = (xmlRegStatePtr *) xmlMalloc(ctxt->maxStates *
1338 sizeof(xmlRegStatePtr));
1345 xmlRegStatePtr *tmp;
1347 tmp = (xmlRegStatePtr *) xmlRealloc(ctxt->states, ctxt->maxStates *
1348 sizeof(xmlRegStatePtr));
1371 xmlRegStatePtr from, xmlRegStatePtr to,
1393 xmlRegStatePtr from, xmlRegStatePtr to) {
1412 xmlRegStatePtr from, xmlRegStatePtr to, int counter) {
1431 xmlRegStatePtr from, xmlRegStatePtr to, int counter) {
1450 xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from,
1451 xmlRegStatePtr to, xmlRegAtomPtr atom) {
1501 xmlRegStatePtr newstate;
1616 xmlRegStatePtr from;
1617 xmlRegStatePtr to;
1704 xmlRegStatePtr state, tmp;
1777 xmlRegStatePtr state;
1860 xmlRegStatePtr target = NULL;
2407 xmlFARecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state,
2459 xmlRegStatePtr state;
3078 xmlRegStatePtr to = comp->states[trans->to];
3116 xmlRegStatePtr state = exec->state;
3711 xmlRegStatePtr to = exec->comp->states[trans->to];
3746 xmlRegStatePtr state = exec->state;
4040 xmlRegStatePtr state;
4253 xmlRegStatePtr to = exec->comp->states[trans->to];
4279 xmlRegStatePtr state = exec->state;
5088 xmlRegStatePtr start, oldend;
5148 xmlFAParseBranch(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr to) {
5149 xmlRegStatePtr previous;
5183 xmlRegStatePtr start, end;