Lines Matching refs:xmlRegAtomPtr
184 typedef xmlRegAtom *xmlRegAtomPtr; typedef
221 xmlRegAtomPtr atom;
259 xmlRegAtomPtr atom;
263 xmlRegAtomPtr *atoms;
285 xmlRegAtomPtr *atoms;
366 static void xmlRegFreeAtom(xmlRegAtomPtr atom);
368 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
818 static xmlRegAtomPtr
820 xmlRegAtomPtr ret; in xmlRegNewAtom()
822 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegNewAtom()
842 xmlRegFreeAtom(xmlRegAtomPtr atom) { in xmlRegFreeAtom()
870 static xmlRegAtomPtr
871 xmlRegCopyAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { in xmlRegCopyAtom()
872 xmlRegAtomPtr ret; in xmlRegCopyAtom()
874 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegCopyAtom()
1118 xmlRegPrintAtom(FILE *output, xmlRegAtomPtr atom) { in xmlRegPrintAtom()
1249 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, in xmlRegAtomAddRange()
1320 xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { in xmlRegAtomPush()
1327 ctxt->atoms = (xmlRegAtomPtr *) xmlMalloc(ctxt->maxAtoms * in xmlRegAtomPush()
1328 sizeof(xmlRegAtomPtr)); in xmlRegAtomPush()
1335 xmlRegAtomPtr *tmp; in xmlRegAtomPush()
1337 tmp = (xmlRegAtomPtr *) xmlRealloc(ctxt->atoms, ctxt->maxAtoms * in xmlRegAtomPush()
1338 sizeof(xmlRegAtomPtr)); in xmlRegAtomPush()
1381 xmlRegAtomPtr atom, xmlRegStatePtr target, in xmlRegStateAddTrans()
1577 xmlRegStatePtr to, xmlRegAtomPtr atom) { in xmlFAGenerateTransitions()
1654 xmlRegAtomPtr copy; in xmlFAGenerateTransitions()
2488 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFAEqualAtoms()
2533 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFACompareAtoms()
2546 xmlRegAtomPtr tmp; in xmlFACompareAtoms()
2630 int to, xmlRegAtomPtr atom) { in xmlFARecurseDeterminism()
3035 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) { in xmlRegCheckCharacter()
3292 xmlRegAtomPtr atom; in xmlFARegExec()
3851 xmlRegAtomPtr atom; in xmlRegExecPushStringInternal()
4337 xmlRegAtomPtr atom; in xmlRegExecGetValues()
4500 xmlRegAtomPtr atom;
5801 xmlRegAtomPtr atom; in xmlAutomataNewTransition()
5839 xmlRegAtomPtr atom; in xmlAutomataNewTransition2()
5899 xmlRegAtomPtr atom; in xmlAutomataNewNegTrans()
5967 xmlRegAtomPtr atom; in xmlAutomataNewCountTrans2()
6053 xmlRegAtomPtr atom; in xmlAutomataNewCountTrans()
6122 xmlRegAtomPtr atom; in xmlAutomataNewOnceTrans2()
6201 xmlRegAtomPtr atom; in xmlAutomataNewOnceTrans()