Home
last modified time | relevance | path

Searched refs:xmlRegExecPushString (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/
DtestAutomata.c186 ret = xmlRegExecPushString(exec, NULL, NULL); in testRegexpFile()
201 ret = xmlRegExecPushString(exec, BAD_CAST expr, NULL); in testRegexpFile()
245 ret = xmlRegExecPushString(exec, BAD_CAST"a", NULL); in main()
250 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL); in main()
255 ret =xmlRegExecPushString(exec, BAD_CAST"b", NULL); in main()
260 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL); in main()
265 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL); in main()
270 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL); in main()
275 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL); in main()
281 ret = xmlRegExecPushString(exec, NULL, NULL); in main()
Dvalid.c5336 ret = xmlRegExecPushString(exec, fullname, NULL); in xmlValidateElementContent()
5340 ret = xmlRegExecPushString(exec, cur->name, NULL); in xmlValidateElementContent()
5357 ret = xmlRegExecPushString(exec, NULL, NULL); in xmlValidateElementContent()
5815 ret = xmlRegExecPushString(state->exec, qname, NULL); in xmlValidatePushElement()
5940 ret = xmlRegExecPushString(state->exec, NULL, NULL); in xmlValidatePopElement()
Dlibxml2.syms1046 xmlRegExecPushString;
Drelaxng.c8002 ret = xmlRegExecPushString(exec, BAD_CAST "#text", ctxt); in xmlRelaxNGValidateCompiledContent()
8013 ret = xmlRegExecPushString(exec, cur->name, ctxt); in xmlRelaxNGValidateCompiledContent()
8029 ret = xmlRegExecPushString(exec, NULL, NULL); in xmlRelaxNGValidateCompiledContent()
8335 ret = xmlRegExecPushString(ctxt->elem, elem->name, ctxt); in xmlRelaxNGValidatePushElement()
8386 ret = xmlRegExecPushString(ctxt->elem, BAD_CAST "#text", ctxt); in xmlRelaxNGValidatePushCData()
8425 ret = xmlRegExecPushString(exec, NULL, NULL); in xmlRelaxNGValidatePopElement()
Delfgcchack.h8296 #undef xmlRegExecPushString
8297 extern __typeof (xmlRegExecPushString) xmlRegExecPushString __attribute((alias("xmlRegExecPushStrin…
8299 #ifndef xmlRegExecPushString
8300 extern __typeof (xmlRegExecPushString) xmlRegExecPushString__internal_alias __attribute((visibility…
8301 #define xmlRegExecPushString xmlRegExecPushString__internal_alias macro
Dxmlregexp.c4143 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlRegExecPushString() function
4175 return(xmlRegExecPushString(exec, value, data)); in xmlRegExecPushString2()
Dxmlschemas.c26130 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL); in xmlSchemaValidatorPopElem()
Dtestapi.c33831 ret_val = xmlRegExecPushString(exec, (const xmlChar *)value, data); in test_xmlRegExecPushString()
/external/libxml2/os400/libxmlrpg/
Dxmlregexp.rpgle85 d xmlRegExecPushString...
86 d pr extproc('xmlRegExecPushString')
/external/libxml2/include/libxml/
Dxmlregexp.h87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
/external/libxml2/win32/
Dlibxml2.def.src1448 xmlRegExecPushString