Lines Matching refs:xmlRegAtomPtr

207 typedef xmlRegAtom *xmlRegAtomPtr;  typedef
244 xmlRegAtomPtr atom;
282 xmlRegAtomPtr atom;
286 xmlRegAtomPtr *atoms;
306 xmlRegAtomPtr *atoms;
387 static void xmlRegFreeAtom(xmlRegAtomPtr atom);
389 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
815 static xmlRegAtomPtr
817 xmlRegAtomPtr ret; in xmlRegNewAtom()
819 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegNewAtom()
839 xmlRegFreeAtom(xmlRegAtomPtr atom) { in xmlRegFreeAtom()
867 static xmlRegAtomPtr
868 xmlRegCopyAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { in xmlRegCopyAtom()
869 xmlRegAtomPtr ret; in xmlRegCopyAtom()
871 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegCopyAtom()
1115 xmlRegPrintAtom(FILE *output, xmlRegAtomPtr atom) { in xmlRegPrintAtom()
1246 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, in xmlRegAtomAddRange()
1317 xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { in xmlRegAtomPush()
1324 ctxt->atoms = (xmlRegAtomPtr *) xmlMalloc(ctxt->maxAtoms * in xmlRegAtomPush()
1325 sizeof(xmlRegAtomPtr)); in xmlRegAtomPush()
1332 xmlRegAtomPtr *tmp; in xmlRegAtomPush()
1334 tmp = (xmlRegAtomPtr *) xmlRealloc(ctxt->atoms, ctxt->maxAtoms * in xmlRegAtomPush()
1335 sizeof(xmlRegAtomPtr)); in xmlRegAtomPush()
1378 xmlRegAtomPtr atom, xmlRegStatePtr target, in xmlRegStateAddTrans()
1574 xmlRegStatePtr to, xmlRegAtomPtr atom) { in xmlFAGenerateTransitions()
1651 xmlRegAtomPtr copy; in xmlFAGenerateTransitions()
2485 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFAEqualAtoms()
2530 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFACompareAtoms()
2543 xmlRegAtomPtr tmp; in xmlFACompareAtoms()
2618 int to, xmlRegAtomPtr atom) { in xmlFARecurseDeterminism()
2999 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) { in xmlRegCheckCharacter()
3256 xmlRegAtomPtr atom; in xmlFARegExec()
3815 xmlRegAtomPtr atom; in xmlRegExecPushStringInternal()
4301 xmlRegAtomPtr atom; in xmlRegExecGetValues()
4464 xmlRegAtomPtr atom;
5746 xmlRegAtomPtr atom; in xmlAutomataNewTransition()
5784 xmlRegAtomPtr atom; in xmlAutomataNewTransition2()
5844 xmlRegAtomPtr atom; in xmlAutomataNewNegTrans()
5912 xmlRegAtomPtr atom; in xmlAutomataNewCountTrans2()
5998 xmlRegAtomPtr atom; in xmlAutomataNewCountTrans()
6067 xmlRegAtomPtr atom; in xmlAutomataNewOnceTrans2()
6146 xmlRegAtomPtr atom; in xmlAutomataNewOnceTrans()