Searched refs:xmlRegExecErrInfo (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlregexp.h97 xmlRegExecErrInfo (xmlRegExecCtxtPtr exec,
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h8066 #undef xmlRegExecErrInfo macro
8067 extern __typeof (xmlRegExecErrInfo) xmlRegExecErrInfo __attribute((alias("xmlRegExecErrInfo__internal_alias")));
8069 #ifndef xmlRegExecErrInfo
8070 extern __typeof (xmlRegExecErrInfo) xmlRegExecErrInfo__internal_alias __attribute((visibility("hidden")));
8071 #define xmlRegExecErrInfo xmlRegExecErrInfo__internal_alias macro
H A Dxmlregexp.c4130 * implement xmlRegExecNextValues() and xmlRegExecErrInfo()
4304 * xmlRegExecErrInfo:
4323 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, function
4343 xmlRegExecErrInfo(exec, &string, &nb, &nbneg, &values[0], &terminal);
H A Dxmlschemas.c26525 xmlRegExecErrInfo(regexCtxt, NULL, &nbval, &nbneg,
H A Dtestapi.c32977 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
32988 printf("Leak of %d blocks found in xmlRegExecErrInfo",
[all...]

Completed in 355 milliseconds