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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
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.c5336 ret = xmlRegExecPushString(exec, fullname, NULL);
5340 ret = xmlRegExecPushString(exec, cur->name, NULL);
5357 ret = xmlRegExecPushString(exec, NULL, NULL);
5814 ret = xmlRegExecPushString(state->exec, qname, NULL);
5939 ret = xmlRegExecPushString(state->exec, NULL, NULL);
H A Drelaxng.c7868 ret = xmlRegExecPushString(exec, BAD_CAST "#text", ctxt);
7879 ret = xmlRegExecPushString(exec, cur->name, ctxt);
7895 ret = xmlRegExecPushString(exec, NULL, NULL);
8201 ret = xmlRegExecPushString(ctxt->elem, elem->name, ctxt);
8252 ret = xmlRegExecPushString(ctxt->elem, BAD_CAST "#text", ctxt);
8291 ret = xmlRegExecPushString(exec, NULL, NULL);
H A Delfgcchack.h8090 #undef xmlRegExecPushString macro
8091 extern __typeof (xmlRegExecPushString) xmlRegExecPushString __attribute((alias("xmlRegExecPushString__internal_alias")));
8093 #ifndef xmlRegExecPushString
8094 extern __typeof (xmlRegExecPushString) xmlRegExecPushString__internal_alias __attribute((visibility("hidden")));
8095 #define xmlRegExecPushString xmlRegExecPushString__internal_alias macro
H A Dxmlregexp.c4070 * xmlRegExecPushString:
4081 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, function
4113 return(xmlRegExecPushString(exec, value, data));
H A Dxmlschemas.c25967 * call to xmlRegExecPushString() will loose this information.
25971 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL);
H A Dtestapi.c33157 ret_val = xmlRegExecPushString(exec, (const xmlChar *)value, data);
33165 printf("Leak of %d blocks found in xmlRegExecPushString",
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.in.h81 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
H A Dvalid.c5210 ret = xmlRegExecPushString(exec, fullname, NULL);
5214 ret = xmlRegExecPushString(exec, cur->name, NULL);
5231 ret = xmlRegExecPushString(exec, NULL, NULL);
5688 ret = xmlRegExecPushString(state->exec, qname, NULL);
5813 ret = xmlRegExecPushString(state->exec, NULL, NULL);
H A Drelaxng.c7866 ret = xmlRegExecPushString(exec, BAD_CAST "#text", ctxt);
7877 ret = xmlRegExecPushString(exec, cur->name, ctxt);
7893 ret = xmlRegExecPushString(exec, NULL, NULL);
8199 ret = xmlRegExecPushString(ctxt->elem, elem->name, ctxt);
8250 ret = xmlRegExecPushString(ctxt->elem, BAD_CAST "#text", ctxt);
8289 ret = xmlRegExecPushString(exec, NULL, NULL);
H A Dxmlregexp.c3899 * xmlRegExecPushString:
3910 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, function
3942 return(xmlRegExecPushString(exec, value, data));
H A Dxmlschemas.c25943 * call to xmlRegExecPushString() will loose this information.
25947 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlregexp.h87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.in.h81 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
H A Dvalid.c5210 ret = xmlRegExecPushString(exec, fullname, NULL);
5214 ret = xmlRegExecPushString(exec, cur->name, NULL);
5231 ret = xmlRegExecPushString(exec, NULL, NULL);
5688 ret = xmlRegExecPushString(state->exec, qname, NULL);
5813 ret = xmlRegExecPushString(state->exec, NULL, NULL);
H A Drelaxng.c7866 ret = xmlRegExecPushString(exec, BAD_CAST "#text", ctxt);
7877 ret = xmlRegExecPushString(exec, cur->name, ctxt);
7893 ret = xmlRegExecPushString(exec, NULL, NULL);
8199 ret = xmlRegExecPushString(ctxt->elem, elem->name, ctxt);
8250 ret = xmlRegExecPushString(ctxt->elem, BAD_CAST "#text", ctxt);
8289 ret = xmlRegExecPushString(exec, NULL, NULL);
H A Dxmlregexp.c3899 * xmlRegExecPushString:
3910 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value, function
3942 return(xmlRegExecPushString(exec, value, data));
H A Dxmlschemas.c25943 * call to xmlRegExecPushString() will loose this information.
25947 ret = xmlRegExecPushString(inode->regexCtxt, NULL, NULL);

Completed in 786 milliseconds