Searched refs:ns_uri (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dvariables.h81 const xmlChar *ns_uri);
85 const xmlChar *ns_uri);
H A Dfunctions.h35 const xmlChar *ns_uri);
H A Dvariables.c843 * @ns_uri: the variable namespace URI
856 const xmlChar *ns_uri, const xmlChar *sel,
882 if (ns_uri)
883 elem->nameURI = xmlDictLookup(style->dict, ns_uri, -1);
1330 * @ns_uri: the variable namespace URI
1339 const xmlChar *ns_uri) {
1349 xmlHashLookup2(ctxt->globalVars, name, ns_uri);
1373 * @ns_uri: the variable namespace URI
1382 const xmlChar *ns_uri) {
1388 elem = xsltStackLookup(ctxt, name, ns_uri);
855 xsltRegisterGlobalVariable(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns_uri, const xmlChar *sel, xmlNodePtr tree, xsltStylePreCompPtr comp, const xmlChar *value) argument
1338 xsltGlobalVariableLookup(xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri) argument
1381 xsltVariableLookup(xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri) argument
1714 xsltXPathVariableLookup(void *ctxt, const xmlChar *name, const xmlChar *ns_uri) argument
[all...]
H A Dfunctions.c60 * @ns_uri: the function namespace URI
69 const xmlChar *name, const xmlChar *ns_uri) {
72 if ((ctxt == NULL) || (name == NULL) || (ns_uri == NULL))
77 "Lookup function {%s}%s\n", ns_uri, name);
82 ret = (xmlXPathFunction) xmlHashLookup2(ctxt->funcHash, name, ns_uri);
84 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
87 ret = xsltExtModuleFunctionLookup(name, ns_uri);
68 xsltXPathFunctionLookup(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri) argument
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxpath.h226 * @ns_uri: the namespace name hosting this variable
235 const xmlChar *ns_uri);
241 * @ns_uri: the namespace name hosting this function
250 const xmlChar *ns_uri);
H A DxpathInternals.h425 const xmlChar *ns_uri);
439 const xmlChar *ns_uri,
448 const xmlChar *ns_uri,
456 const xmlChar *ns_uri);
465 const xmlChar *ns_uri);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dc14n.c208 xmlC14NErrRelativeNamespace(const char *ns_uri) argument
213 "Relative namespace UR is invalid here : %s\n", ns_uri);
H A Dxpath.c4467 * @ns_uri: the function namespace URI
4476 const xmlChar *ns_uri, xmlXPathFunction f) {
4487 return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL));
4488 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
4540 * @ns_uri: the function namespace URI
4549 const xmlChar *ns_uri) {
4561 ret = f(ctxt->funcLookupData, name, ns_uri);
4569 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
4615 * @ns_uri: the variable namespace URI
4625 const xmlChar *ns_uri,
4475 xmlXPathRegisterFuncNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri, xmlXPathFunction f) argument
4548 xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri) argument
4624 xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri, xmlXPathObjectPtr value) argument
4698 xmlXPathVariableLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri) argument
4747 xmlXPathRegisterNs(xmlXPathContextPtr ctxt, const xmlChar *prefix, const xmlChar *ns_uri) argument
[all...]

Completed in 72 milliseconds