Lines Matching refs:xmlRegexpPtr
321 xmlRegexpPtr comp; /* the compiled regexp */
463 static xmlRegexpPtr
465 xmlRegexpPtr ret; in xmlRegEpxFromParse()
467 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp)); in xmlRegEpxFromParse()
3259 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { in xmlFARegExec()
3576 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) { in xmlRegNewExecCtxt()
3766 xmlRegexpPtr comp, in xmlRegCompactPushString()
4298 xmlRegexpPtr comp; in xmlRegExecGetValues()
5508 xmlRegexpPrint(FILE *output, xmlRegexpPtr regexp) { in xmlRegexpPrint()
5547 xmlRegexpPtr
5549 xmlRegexpPtr ret; in xmlRegexpCompile()
5597 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) { in xmlRegexpExec()
5612 xmlRegexpIsDeterminist(xmlRegexpPtr comp) { in xmlRegexpIsDeterminist()
5652 xmlRegFreeRegexp(xmlRegexpPtr regexp) { in xmlRegFreeRegexp()
6385 xmlRegexpPtr
6387 xmlRegexpPtr ret; in xmlAutomataCompile()