• Home
  • Raw
  • Download

Lines Matching refs:xmlRegAtomPtr

178 typedef xmlRegAtom *xmlRegAtomPtr;  typedef
215 xmlRegAtomPtr atom;
253 xmlRegAtomPtr atom;
257 xmlRegAtomPtr *atoms;
277 xmlRegAtomPtr *atoms;
358 static void xmlRegFreeAtom(xmlRegAtomPtr atom);
360 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
786 static xmlRegAtomPtr
788 xmlRegAtomPtr ret; in xmlRegNewAtom()
790 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegNewAtom()
810 xmlRegFreeAtom(xmlRegAtomPtr atom) { in xmlRegFreeAtom()
838 static xmlRegAtomPtr
839 xmlRegCopyAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { in xmlRegCopyAtom()
840 xmlRegAtomPtr ret; in xmlRegCopyAtom()
842 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom)); in xmlRegCopyAtom()
1086 xmlRegPrintAtom(FILE *output, xmlRegAtomPtr atom) { in xmlRegPrintAtom()
1217 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, in xmlRegAtomAddRange()
1288 xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) { in xmlRegAtomPush()
1295 ctxt->atoms = (xmlRegAtomPtr *) xmlMalloc(ctxt->maxAtoms * in xmlRegAtomPush()
1296 sizeof(xmlRegAtomPtr)); in xmlRegAtomPush()
1303 xmlRegAtomPtr *tmp; in xmlRegAtomPush()
1305 tmp = (xmlRegAtomPtr *) xmlRealloc(ctxt->atoms, ctxt->maxAtoms * in xmlRegAtomPush()
1306 sizeof(xmlRegAtomPtr)); in xmlRegAtomPush()
1349 xmlRegAtomPtr atom, xmlRegStatePtr target, in xmlRegStateAddTrans()
1545 xmlRegStatePtr to, xmlRegAtomPtr atom) { in xmlFAGenerateTransitions()
1622 xmlRegAtomPtr copy; in xmlFAGenerateTransitions()
2456 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFAEqualAtoms()
2501 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2, int deep) { in xmlFACompareAtoms()
2514 xmlRegAtomPtr tmp; in xmlFACompareAtoms()
2589 int to, xmlRegAtomPtr atom) { in xmlFARecurseDeterminism()
2970 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) { in xmlRegCheckCharacter()
3227 xmlRegAtomPtr atom; in xmlFARegExec()
3786 xmlRegAtomPtr atom; in xmlRegExecPushStringInternal()
4272 xmlRegAtomPtr atom; in xmlRegExecGetValues()
4435 xmlRegAtomPtr atom;
5717 xmlRegAtomPtr atom; in xmlAutomataNewTransition()
5755 xmlRegAtomPtr atom; in xmlAutomataNewTransition2()
5815 xmlRegAtomPtr atom; in xmlAutomataNewNegTrans()
5883 xmlRegAtomPtr atom; in xmlAutomataNewCountTrans2()
5969 xmlRegAtomPtr atom; in xmlAutomataNewCountTrans()
6038 xmlRegAtomPtr atom; in xmlAutomataNewOnceTrans2()
6117 xmlRegAtomPtr atom; in xmlAutomataNewOnceTrans()