Lines Matching refs:xmlRegexpPtr
313 xmlRegexpPtr comp; /* the compiled regexp */
429 static xmlRegexpPtr
431 xmlRegexpPtr ret; in xmlRegEpxFromParse()
433 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp)); in xmlRegEpxFromParse()
3194 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { in xmlFARegExec()
3511 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) { in xmlRegNewExecCtxt()
3701 xmlRegexpPtr comp, in xmlRegCompactPushString()
4233 xmlRegexpPtr comp; in xmlRegExecGetValues()
5426 xmlRegexpPrint(FILE *output, xmlRegexpPtr regexp) { in xmlRegexpPrint()
5465 xmlRegexpPtr
5467 xmlRegexpPtr ret; in xmlRegexpCompile()
5515 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) { in xmlRegexpExec()
5530 xmlRegexpIsDeterminist(xmlRegexpPtr comp) { in xmlRegexpIsDeterminist()
5568 xmlRegFreeRegexp(xmlRegexpPtr regexp) { in xmlRegFreeRegexp()
6301 xmlRegexpPtr
6303 xmlRegexpPtr ret; in xmlAutomataCompile()