Searched refs:xmlRegExecPushString (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DtestAutomata.c186 ret = xmlRegExecPushString(exec, NULL, NULL);
201 ret = xmlRegExecPushString(exec, BAD_CAST expr, NULL);
245 ret = xmlRegExecPushString(exec, BAD_CAST"a", NULL);
250 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL);
255 ret =xmlRegExecPushString(exec, BAD_CAST"b", NULL);
260 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL);
265 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL);
270 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL);
275 ret =xmlRegExecPushString(exec, BAD_CAST"a", NULL);
281 ret = xmlRegExecPushString(exe
[all...]
H A Dvalid.c5296 ret = xmlRegExecPushString(exec, fullname, NULL);
5300 ret = xmlRegExecPushString(exec, cur->name, NULL);
5317 ret = xmlRegExecPushString(exec, NULL, NULL);
5774 ret = xmlRegExecPushString(state->exec, qname, NULL);
5899 ret = xmlRegExecPushString(state->exec, NULL, NULL);
H A Drelaxng.c7992 ret = xmlRegExecPushString(exec, BAD_CAST "#text", ctxt);
8003 ret = xmlRegExecPushString(exec, cur->name, ctxt);
8019 ret = xmlRegExecPushString(exec, NULL, NULL);
8325 ret = xmlRegExecPushString(ctxt->elem, elem->name, ctxt);
8376 ret = xmlRegExecPushString(ctxt->elem, BAD_CAST "#text", ctxt);
8415 ret = xmlRegExecPushString(exec, NULL, NULL);
H A Delfgcchack.h8170 #undef xmlRegExecPushString macro
8171 extern __typeof (xmlRegExecPushString) xmlRegExecPushString __attribute((alias("xmlRegExecPushString__internal_alias")));
8173 #ifndef xmlRegExecPushString
8174 extern __typeof (xmlRegExecPushString) xmlRegExecPushString__internal_alias __attribute((visibility("hidden")));
8175 #define xmlRegExecPushString xmlRegExecPushString__internal_alias macro
H A Dxmlregexp.c4109 * xmlRegExecPushString:
4120 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, function
4152 return(xmlRegExecPushString(exec, value, data));
H A Dxmlschemas.c26039 * call to xmlRegExecPushString() will loose this information.
26043 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL);
H A Dtestapi.c33378 ret_val = xmlRegExecPushString(exec, (const xmlChar *)value, data);
33386 printf("Leak of %d blocks found in xmlRegExecPushString",
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlregexp.h87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
/external/libxml2/include/libxml/
H A Dxmlregexp.h87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
/external/libxml2/
H A Dvalid.c5296 ret = xmlRegExecPushString(exec, fullname, NULL);
5300 ret = xmlRegExecPushString(exec, cur->name, NULL);
5317 ret = xmlRegExecPushString(exec, NULL, NULL);
5775 ret = xmlRegExecPushString(state->exec, qname, NULL);
5900 ret = xmlRegExecPushString(state->exec, NULL, NULL);
H A Drelaxng.c7993 ret = xmlRegExecPushString(exec, BAD_CAST "#text", ctxt);
8004 ret = xmlRegExecPushString(exec, cur->name, ctxt);
8020 ret = xmlRegExecPushString(exec, NULL, NULL);
8326 ret = xmlRegExecPushString(ctxt->elem, elem->name, ctxt);
8377 ret = xmlRegExecPushString(ctxt->elem, BAD_CAST "#text", ctxt);
8416 ret = xmlRegExecPushString(exec, NULL, NULL);
H A Delfgcchack.h8296 #undef xmlRegExecPushString macro
8297 extern __typeof (xmlRegExecPushString) xmlRegExecPushString __attribute((alias("xmlRegExecPushString__internal_alias")));
8299 #ifndef xmlRegExecPushString
8300 extern __typeof (xmlRegExecPushString) xmlRegExecPushString__internal_alias __attribute((visibility("hidden")));
8301 #define xmlRegExecPushString xmlRegExecPushString__internal_alias macro
H A Dxmlregexp.c4119 * xmlRegExecPushString:
4130 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, function
4162 return(xmlRegExecPushString(exec, value, data));
H A Dxmlschemas.c26082 * call to xmlRegExecPushString() will loose this information.
26086 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL);

Completed in 6711 milliseconds