Searched refs:xmlRegExecPushString (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/ |
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 | 5297 ret = xmlRegExecPushString(exec, fullname, NULL); in xmlValidateElementContent() 5301 ret = xmlRegExecPushString(exec, cur->name, NULL); in xmlValidateElementContent() 5318 ret = xmlRegExecPushString(exec, NULL, NULL); in xmlValidateElementContent() 5776 ret = xmlRegExecPushString(state->exec, qname, NULL); in xmlValidatePushElement() 5901 ret = xmlRegExecPushString(state->exec, NULL, NULL); in xmlValidatePopElement()
|
D | libxml2.syms | 1046 xmlRegExecPushString;
|
D | relaxng.c | 8002 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()
|
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 | 4137 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlRegExecPushString() function 4169 return(xmlRegExecPushString(exec, value, data)); in xmlRegExecPushString2()
|
D | xmlschemas.c | 26101 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL); in xmlSchemaValidatorPopElem()
|
D | testapi.c | 33669 ret_val = xmlRegExecPushString(exec, (const xmlChar *)value, data); in test_xmlRegExecPushString()
|
/external/libxml2/include/libxml/ |
D | xmlregexp.h | 87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlregexp.rpgle | 85 d xmlRegExecPushString... 86 d pr extproc('xmlRegExecPushString')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1448 xmlRegExecPushString
|