Lines Matching refs:xmlRegAtomPtr
169 typedef xmlRegAtom *xmlRegAtomPtr; typedef
205 xmlRegAtomPtr atom;
240 xmlRegAtomPtr atom;
244 xmlRegAtomPtr *atoms;
263 xmlRegAtomPtr *atoms;
343 static void xmlRegFreeAtom(xmlRegAtomPtr atom);
345 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
738 static xmlRegAtomPtr
740 xmlRegAtomPtr ret; in xmlRegNewAtom()
742 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegNewAtom()
762 xmlRegFreeAtom(xmlRegAtomPtr atom) { in xmlRegFreeAtom()
992 xmlRegPrintAtom(FILE *output, xmlRegAtomPtr atom) { in xmlRegPrintAtom()
1123 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, in xmlRegAtomAddRange()
1194 xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { in xmlRegAtomPush()
1201 ctxt->atoms = (xmlRegAtomPtr *) xmlMalloc(ctxt->maxAtoms * in xmlRegAtomPush()
1202 sizeof(xmlRegAtomPtr)); in xmlRegAtomPush()
1209 xmlRegAtomPtr *tmp; in xmlRegAtomPush()
1211 tmp = (xmlRegAtomPtr *) xmlRealloc(ctxt->atoms, ctxt->maxAtoms * in xmlRegAtomPush()
1212 sizeof(xmlRegAtomPtr)); in xmlRegAtomPush()
1255 xmlRegAtomPtr atom, xmlRegStatePtr target, in xmlRegStateAddTrans()
1451 xmlRegStatePtr to, xmlRegAtomPtr atom) { in xmlFAGenerateTransitions()
2282 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2) { in xmlFAEqualAtoms()
2323 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2) { in xmlFACompareAtoms()
2336 xmlRegAtomPtr tmp; in xmlFACompareAtoms()
2408 int to, xmlRegAtomPtr atom) { in xmlFARecurseDeterminism()
2762 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) { in xmlRegCheckCharacter()
3015 xmlRegAtomPtr atom; in xmlFARegExec()
3554 xmlRegAtomPtr atom; in xmlRegExecPushStringInternal()
4039 xmlRegAtomPtr atom; in xmlRegExecGetValues()
4202 xmlRegAtomPtr atom;
5496 xmlRegAtomPtr atom; in xmlAutomataNewTransition()
5536 xmlRegAtomPtr atom; in xmlAutomataNewTransition2()
5596 xmlRegAtomPtr atom; in xmlAutomataNewNegTrans()
5664 xmlRegAtomPtr atom; in xmlAutomataNewCountTrans2()
5750 xmlRegAtomPtr atom; in xmlAutomataNewCountTrans()
5819 xmlRegAtomPtr atom; in xmlAutomataNewOnceTrans2()
5898 xmlRegAtomPtr atom; in xmlAutomataNewOnceTrans()