Home
last modified time | relevance | path

Searched refs:xmlRegExecCallbacks (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dxmlregexp.h72 typedef void (*xmlRegExecCallbacks) (xmlRegExecCtxtPtr exec, typedef
82 xmlRegExecCallbacks callback,
/external/libxml2/os400/libxmlrpg/
Dxmlregexp.rpgle60 * xmlRegExecCallbacks:
68 d xmlRegExecCallbacks...
78 d callback value like(xmlRegExecCallbacks)
/external/libxml2/doc/html/
Dindex.sgml76 <ANCHOR id="xmlRegExecCallbacks" href="libxml/libxml-xmlregexp.html#xmlRegExecCallbacks">
/external/libxml2/
Dxmlregexp.c314 xmlRegExecCallbacks callback;
3511 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) { in xmlRegNewExecCtxt()