Searched defs:ns_uri (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 258 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri, in xml_node_create_root() 303 xml_node_t *parent, const char *ns_uri, in xml_node_create_text_ns() 352 const char *ns_uri, char *name) in xml_node_get_attr_value_ns()
|
D | xml-utils.c | 278 int use_path, const char *urn, const char *ns_uri) in mo_to_tnds()
|
/external/libxml2/python/ |
D | libxml.c | 74 xmlChar *ns_uri; member 2234 const xmlChar *ns_uri; in libxml_xmlXPathFuncCallback() local 2282 const xmlChar * ns_uri) in libxml_xmlXPathFuncLookupFunc() 2336 xmlChar *ns_uri; in libxml_xmlRegisterXPathFunction() local 2397 xmlChar *ns_uri; in libxml_xmlXPathRegisterVariable() local
|
D | libxml.py | 610 def registerXPathFunction(ctxt, name, ns_uri, f): argument
|
/external/libxml2/ |
D | c14n.c | 215 xmlC14NErrRelativeNamespace(const char *ns_uri) in xmlC14NErrRelativeNamespace()
|
D | xpath.c | 4863 const xmlChar *ns_uri, xmlXPathFunction f) { in xmlXPathRegisterFuncNS() 4936 const xmlChar *ns_uri) { in xmlXPathFunctionLookupNS() 5012 const xmlChar *ns_uri, in xmlXPathRegisterVariableNS() 5086 const xmlChar *ns_uri) { in xmlXPathVariableLookupNS() 5135 const xmlChar *ns_uri) { in xmlXPathRegisterNs()
|
D | testapi.c | 50180 xmlChar * ns_uri; /* the namespace name */ in test_xmlXPathRegisterNs() local 50286 xmlChar * ns_uri; /* the variable namespace URI */ in test_xmlXPathRegisterVariableNS() local 51080 xmlChar * ns_uri; /* the variable namespace URI */ in test_xmlXPathVariableLookupNS() local
|