Searched refs:xmlXPathNewString (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dfunctions.c510 valuePush(ctxt, xmlXPathNewString((const xmlChar *)""));
516 valuePush(ctxt, xmlXPathNewString((const xmlChar *)""));
519 valuePush(ctxt, xmlXPathNewString(entity->URI));
521 valuePush(ctxt, xmlXPathNewString((const xmlChar *)""));
580 valuePush(ctxt, xmlXPathNewString(result));
644 valuePush(ctxt, xmlXPathNewString(str));
675 valuePush(ctxt, xmlXPathNewString((const xmlChar *)""));
707 valuePush(ctxt, xmlXPathNewString(
711 valuePush(ctxt, xmlXPathNewString(
717 valuePush(ctxt, xmlXPathNewString(
[all...]
H A Dextra.c196 valuePush(ctxt, xmlXPathNewString((const xmlChar *)""));
271 valuePush(ctxt, xmlXPathNewString((xmlChar *)result));
H A Dvariables.c909 elem->value = xmlXPathNewString(value);
1094 elem->value = xmlXPathNewString(value);
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DxpathInternals.h486 xmlXPathNewString (const xmlChar *val);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpointer.c1228 valuePush(ctxt, xmlXPathNewString(name));
H A Delfgcchack.h16234 #undef xmlXPathNewString macro
16235 extern __typeof (xmlXPathNewString) xmlXPathNewString __attribute((alias("xmlXPathNewString__internal_alias")));
16237 #ifndef xmlXPathNewString
16238 extern __typeof (xmlXPathNewString) xmlXPathNewString__internal_alias __attribute((visibility("hidden")));
16239 #define xmlXPathNewString xmlXPathNewString__internal_alias macro
H A Dxpath.c2119 * This is the cached version of xmlXPathNewString().
2165 return(xmlXPathNewString(val));
4876 * xmlXPathNewString:
4884 xmlXPathNewString(const xmlChar *val) { function

Completed in 215 milliseconds