Searched defs:xmlRegexpPtr (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlregexp.h23 * xmlRegexpPtr:
29 typedef xmlRegexp *xmlRegexpPtr; typedef
51 XMLPUBFUN xmlRegexpPtr XMLCALL
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
55 xmlRegexpExec (xmlRegexpPtr comp,
59 xmlRegexpPtr regexp);
61 xmlRegexpIsDeterminist(xmlRegexpPtr comp);
81 xmlRegNewExecCtxt (xmlRegexpPtr comp,

Completed in 75 milliseconds