Home
last modified time | relevance | path

Searched refs:xmlRegFreeExecCtxt (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
Dxmlregexp.h85 xmlRegFreeExecCtxt (xmlRegExecCtxtPtr exec);
/external/libxml2/
Delfgcchack.h8194 #undef xmlRegFreeExecCtxt
8195 extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt __attribute((alias("xmlRegFreeExecCtxt__int…
8197 #ifndef xmlRegFreeExecCtxt
8198 extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt__internal_alias __attribute((visibility("hi…
8199 #define xmlRegFreeExecCtxt xmlRegFreeExecCtxt__internal_alias macro
Dvalid.c327 xmlRegFreeExecCtxt(ctxt->vstateTab[ctxt->vstateNr].exec); in vstateVPop()
5319 xmlRegFreeExecCtxt(exec); in xmlValidateElementContent()
Drelaxng.c8034 xmlRegFreeExecCtxt(exec); in xmlRelaxNGValidateCompiledContent()
8427 xmlRegFreeExecCtxt(exec); in xmlRelaxNGValidatePopElement()
10919 xmlRegFreeExecCtxt(exec); in xmlRelaxNGFreeValidCtxt()
Dxmlregexp.c3550 xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) { in xmlRegFreeExecCtxt() function
Dxmlschemas.c24033 xmlRegFreeExecCtxt(ielem->regexCtxt); in xmlSchemaClearElemInfo()