Home | History | Annotate | Download | only in python

Lines Matching defs:ns_uri

74     xmlChar *ns_uri;
206 if ((*libxml_xpathCallbacks)[ix].ns_uri != NULL)
207 xmlFree((*libxml_xpathCallbacks)[ix].ns_uri);
2234 const xmlChar *ns_uri;
2243 ns_uri = rctxt->functionURI;
2246 ns_uri);
2255 (xmlStrEqual(ns_uri, (*libxml_xpathCallbacks)[i].ns_uri))) {
2282 const xmlChar * ns_uri)
2288 ctxt, name, ns_uri);
2299 (xmlStrEqual(ns_uri, (*libxml_xpathCallbacks)[i].ns_uri))) {
2323 (*libxml_xpathCallbacks)[i].ns_uri = NULL;
2336 xmlChar *ns_uri;
2344 &ns_uri, &pyobj_f))
2358 ctx, name, ns_uri);
2363 (xmlStrEqual(ns_uri, (*libxml_xpathCallbacks)[i].ns_uri))) {
2381 (*libxml_xpathCallbacks)[i].ns_uri = xmlStrdup(ns_uri);
2397 xmlChar *ns_uri;
2405 &ns_uri, &pyobj_value))
2411 c_retval = xmlXPathRegisterVariableNS(ctx, name, ns_uri, val);