Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlRegexpPtr

305     xmlRegexpPtr comp;	/* the compiled regexp */
419 static xmlRegexpPtr
421 xmlRegexpPtr ret;
423 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp));
3135 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) {
3450 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) {
3640 xmlRegexpPtr comp,
4171 xmlRegexpPtr comp;
5347 xmlRegexpPrint(FILE *output, xmlRegexpPtr regexp) {
5386 xmlRegexpPtr
5388 xmlRegexpPtr ret;
5436 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) {
5451 xmlRegexpIsDeterminist(xmlRegexpPtr comp) {
5487 xmlRegFreeRegexp(xmlRegexpPtr regexp) {
6207 xmlRegexpPtr
6209 xmlRegexpPtr ret;