Home
last modified time | relevance | path

Searched refs:xmlRegExecCtxt (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dxmlregexp.h36 typedef struct _xmlRegExecCtxt xmlRegExecCtxt; typedef
37 typedef xmlRegExecCtxt *xmlRegExecCtxtPtr;
/external/libxml2/doc/html/
Dindex.sgml74 <ANCHOR id="xmlRegExecCtxt" href="libxml/libxml-xmlregexp.html#xmlRegExecCtxt">
/external/libxml2/
Dxmlregexp.c3195 xmlRegExecCtxt execval; in xmlFARegExec()
3518 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt)); in xmlRegNewExecCtxt()
3523 memset(exec, 0, sizeof(xmlRegExecCtxt)); in xmlRegNewExecCtxt()