• Home
  • Raw
  • Download

Lines Matching refs:xmlExpCtxtPtr

6367 xmlExpCtxtPtr
6369 xmlExpCtxtPtr ret; in xmlExpNewCtxt()
6375 ret = (xmlExpCtxtPtr) xmlMalloc(sizeof(xmlExpCtxt)); in xmlExpNewCtxt()
6409 xmlExpFreeCtxt(xmlExpCtxtPtr ctxt) { in xmlExpFreeCtxt()
6472 static xmlExpNodePtr xmlExpNewNode(xmlExpCtxtPtr ctxt, xmlExpNodeType type);
6542 xmlExpNewNode(xmlExpCtxtPtr ctxt, xmlExpNodeType type) { in xmlExpNewNode()
6569 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, in xmlExpHashGetEntry()
6803 xmlExpFree(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp) { in xmlExpFree()
6861 xmlExpNewAtom(xmlExpCtxtPtr ctxt, const xmlChar *name, int len) { in xmlExpNewAtom()
6884 xmlExpNewOr(xmlExpCtxtPtr ctxt, xmlExpNodePtr left, xmlExpNodePtr right) { in xmlExpNewOr()
6909 xmlExpNewSeq(xmlExpCtxtPtr ctxt, xmlExpNodePtr left, xmlExpNodePtr right) { in xmlExpNewSeq()
6935 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) { in xmlExpNewRange()
6954 xmlExpGetLanguageInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, in xmlExpGetLanguageInt()
6999 xmlExpGetLanguage(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, in xmlExpGetLanguage()
7007 xmlExpGetStartInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, in xmlExpGetStartInt()
7067 xmlExpGetStart(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, in xmlExpGetStart()
7090 xmlExpStringDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str) in xmlExpStringDeriveInt()
7212 xmlExpStringDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, in xmlExpStringDerive()
7247 static xmlExpNodePtr xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp,
7265 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, in xmlExpDivide()
7326 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { in xmlExpExpDeriveInt()
7780 xmlExpExpDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { in xmlExpExpDerive()
7814 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) { in xmlExpSubsume()
7864 static xmlExpNodePtr xmlExpParseExpr(xmlExpCtxtPtr ctxt);
7875 xmlExpParseNumber(xmlExpCtxtPtr ctxt) { in xmlExpParseNumber()
7893 xmlExpParseOr(xmlExpCtxtPtr ctxt) { in xmlExpParseOr()
7970 xmlExpParseSeq(xmlExpCtxtPtr ctxt) { in xmlExpParseSeq()
7990 xmlExpParseExpr(xmlExpCtxtPtr ctxt) { in xmlExpParseExpr()
8027 xmlExpParse(xmlExpCtxtPtr ctxt, const char *expr) { in xmlExpParse()
8156 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt) { in xmlExpCtxtNbNodes()
8171 xmlExpCtxtNbCons(xmlExpCtxtPtr ctxt) { in xmlExpCtxtNbCons()