| /external/chromium_org/third_party/libxml/src/ |
| D | testAutomata.c | 186 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()
|
| D | valid.c | 5296 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()
|
| D | relaxng.c | 7992 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()
|
| D | elfgcchack.h | 8170 #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
|
| D | xmlregexp.c | 4120 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlRegExecPushString() function 4152 return(xmlRegExecPushString(exec, value, data)); in xmlRegExecPushString2()
|
| D | xmlschemas.c | 26043 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL); in xmlSchemaValidatorPopElem()
|
| D | testapi.c | 33378 ret_val = xmlRegExecPushString(exec, (const xmlChar *)value, data); in test_xmlRegExecPushString()
|
| /external/chromium_org/third_party/libxml/src/include/libxml/ |
| D | xmlregexp.h | 87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
|
| /external/libxml2/include/libxml/ |
| D | xmlregexp.h | 87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
|
| /external/libxml2/ |
| D | valid.c | 5296 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()
|
| D | relaxng.c | 7993 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()
|
| D | elfgcchack.h | 8296 #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
|
| D | xmlregexp.c | 4130 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlRegExecPushString() function 4162 return(xmlRegExecPushString(exec, value, data)); in xmlRegExecPushString2()
|
| D | xmlschemas.c | 26086 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL); in xmlSchemaValidatorPopElem()
|
| /external/chromium_org/third_party/libxml/src/win32/ |
| D | libxml2.def.src | 1436 xmlRegExecPushString
|