Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
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.c5296 ret = xmlRegExecPushString(exec, fullname, NULL); in xmlValidateElementContent()
5300 ret = xmlRegExecPushString(exec, cur->name, NULL); in xmlValidateElementContent()
5317 ret = xmlRegExecPushString(exec, NULL, NULL); in xmlValidateElementContent()
5774 ret = xmlRegExecPushString(state->exec, qname, NULL); in xmlValidatePushElement()
5899 ret = xmlRegExecPushString(state->exec, NULL, NULL); in xmlValidatePopElement()
Drelaxng.c7992 ret = xmlRegExecPushString(exec, BAD_CAST "#text", ctxt); in xmlRelaxNGValidateCompiledContent()
8003 ret = xmlRegExecPushString(exec, cur->name, ctxt); in xmlRelaxNGValidateCompiledContent()
8019 ret = xmlRegExecPushString(exec, NULL, NULL); in xmlRelaxNGValidateCompiledContent()
8325 ret = xmlRegExecPushString(ctxt->elem, elem->name, ctxt); in xmlRelaxNGValidatePushElement()
8376 ret = xmlRegExecPushString(ctxt->elem, BAD_CAST "#text", ctxt); in xmlRelaxNGValidatePushCData()
8415 ret = xmlRegExecPushString(exec, NULL, NULL); in xmlRelaxNGValidatePopElement()
Delfgcchack.h8170 #undef xmlRegExecPushString
8171 extern __typeof (xmlRegExecPushString) xmlRegExecPushString __attribute((alias("xmlRegExecPushStrin…
8173 #ifndef xmlRegExecPushString
8174 extern __typeof (xmlRegExecPushString) xmlRegExecPushString__internal_alias __attribute((visibility…
8175 #define xmlRegExecPushString xmlRegExecPushString__internal_alias macro
Dxmlregexp.c4120 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlRegExecPushString() function
4152 return(xmlRegExecPushString(exec, value, data)); in xmlRegExecPushString2()
Dxmlschemas.c26043 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL); in xmlSchemaValidatorPopElem()
Dtestapi.c33378 ret_val = xmlRegExecPushString(exec, (const xmlChar *)value, data); in test_xmlRegExecPushString()
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlregexp.h87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
/external/libxml2/include/libxml/
Dxmlregexp.h87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
/external/libxml2/
Dvalid.c5296 ret = xmlRegExecPushString(exec, fullname, NULL); in xmlValidateElementContent()
5300 ret = xmlRegExecPushString(exec, cur->name, NULL); in xmlValidateElementContent()
5317 ret = xmlRegExecPushString(exec, NULL, NULL); in xmlValidateElementContent()
5775 ret = xmlRegExecPushString(state->exec, qname, NULL); in xmlValidatePushElement()
5900 ret = xmlRegExecPushString(state->exec, NULL, NULL); in xmlValidatePopElement()
Drelaxng.c7993 ret = xmlRegExecPushString(exec, BAD_CAST "#text", ctxt); in xmlRelaxNGValidateCompiledContent()
8004 ret = xmlRegExecPushString(exec, cur->name, ctxt); in xmlRelaxNGValidateCompiledContent()
8020 ret = xmlRegExecPushString(exec, NULL, NULL); in xmlRelaxNGValidateCompiledContent()
8326 ret = xmlRegExecPushString(ctxt->elem, elem->name, ctxt); in xmlRelaxNGValidatePushElement()
8377 ret = xmlRegExecPushString(ctxt->elem, BAD_CAST "#text", ctxt); in xmlRelaxNGValidatePushCData()
8416 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.c4130 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlRegExecPushString() function
4162 return(xmlRegExecPushString(exec, value, data)); in xmlRegExecPushString2()
Dxmlschemas.c26086 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL); in xmlSchemaValidatorPopElem()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1436 xmlRegExecPushString