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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml-utils.h31 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri,
40 xml_node_t *parent, const char *ns_uri,
49 const char *ns_uri, char *name);
91 int use_path, const char *urn, const char *ns_uri);
H A Dxml_libxml2.c258 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri, argument
268 if (ns_uri) {
269 ns = xmlNewNs(node, (const xmlChar *) ns_uri,
303 xml_node_t *parent, const char *ns_uri,
311 ns = xmlNewNs(node, (const xmlChar *) ns_uri, NULL);
352 const char *ns_uri, char *name)
355 (const xmlChar *) ns_uri);
302 xml_node_create_text_ns(struct xml_node_ctx *ctx, xml_node_t *parent, const char *ns_uri, const char *name, const char *value) argument
351 xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, const char *ns_uri, char *name) argument
H A Dxml-utils.c278 int use_path, const char *urn, const char *ns_uri)
284 root = xml_node_create_root(ctx, ns_uri, NULL, NULL, "MgmtTree");
277 mo_to_tnds(struct xml_node_ctx *ctx, xml_node_t *mo, int use_path, const char *urn, const char *ns_uri) argument
/external/wpa_supplicant_8/src/utils/
H A Dxml-utils.h31 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri,
40 xml_node_t *parent, const char *ns_uri,
49 const char *ns_uri, char *name);
91 int use_path, const char *urn, const char *ns_uri);
H A Dxml_libxml2.c258 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri, argument
268 if (ns_uri) {
269 ns = xmlNewNs(node, (const xmlChar *) ns_uri,
303 xml_node_t *parent, const char *ns_uri,
311 ns = xmlNewNs(node, (const xmlChar *) ns_uri, NULL);
352 const char *ns_uri, char *name)
355 (const xmlChar *) ns_uri);
302 xml_node_create_text_ns(struct xml_node_ctx *ctx, xml_node_t *parent, const char *ns_uri, const char *name, const char *value) argument
351 xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, const char *ns_uri, char *name) argument
H A Dxml-utils.c278 int use_path, const char *urn, const char *ns_uri)
284 root = xml_node_create_root(ctx, ns_uri, NULL, NULL, "MgmtTree");
277 mo_to_tnds(struct xml_node_ctx *ctx, xml_node_t *mo, int use_path, const char *urn, const char *ns_uri) argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml-utils.h31 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri,
40 xml_node_t *parent, const char *ns_uri,
49 const char *ns_uri, char *name);
91 int use_path, const char *urn, const char *ns_uri);
H A Dxml_libxml2.c258 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri, argument
268 if (ns_uri) {
269 ns = xmlNewNs(node, (const xmlChar *) ns_uri,
303 xml_node_t *parent, const char *ns_uri,
311 ns = xmlNewNs(node, (const xmlChar *) ns_uri, NULL);
352 const char *ns_uri, char *name)
355 (const xmlChar *) ns_uri);
302 xml_node_create_text_ns(struct xml_node_ctx *ctx, xml_node_t *parent, const char *ns_uri, const char *name, const char *value) argument
351 xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, const char *ns_uri, char *name) argument
H A Dxml-utils.c278 int use_path, const char *urn, const char *ns_uri)
284 root = xml_node_create_root(ctx, ns_uri, NULL, NULL, "MgmtTree");
277 mo_to_tnds(struct xml_node_ctx *ctx, xml_node_t *mo, int use_path, const char *urn, const char *ns_uri) argument
/external/libxml2/include/libxml/
H A Dxpath.h228 * @ns_uri: the namespace name hosting this variable
237 const xmlChar *ns_uri);
243 * @ns_uri: the namespace name hosting this function
252 const xmlChar *ns_uri);
H A DxpathInternals.h427 const xmlChar *ns_uri);
441 const xmlChar *ns_uri,
450 const xmlChar *ns_uri,
458 const xmlChar *ns_uri);
467 const xmlChar *ns_uri);
/external/libxml2/python/
H A Dlibxml.c74 xmlChar *ns_uri; member in struct:libxml_xpathCallback
206 if ((*libxml_xpathCallbacks)[ix].ns_uri != NULL)
207 xmlFree((*libxml_xpathCallbacks)[ix].ns_uri);
2234 const xmlChar *ns_uri; local
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);
2281 libxml_xmlXPathFuncLookupFunc(void *ctxt, const xmlChar * name, const xmlChar * ns_uri) argument
2336 xmlChar *ns_uri; local
2397 xmlChar *ns_uri; local
[all...]
H A Dlibxml.py610 def registerXPathFunction(ctxt, name, ns_uri, f):
611 ret = libxml2mod.xmlRegisterXPathFunction(ctxt, name, ns_uri, f)
/external/libxml2/
H A Dc14n.c215 xmlC14NErrRelativeNamespace(const char *ns_uri) argument
220 "Relative namespace UR is invalid here : %s\n", ns_uri);
H A Dxpath.c4854 * @ns_uri: the function namespace URI
4863 const xmlChar *ns_uri, xmlXPathFunction f) {
4874 return(xmlHashRemoveEntry2(ctxt->funcHash, name, ns_uri, NULL));
4875 return(xmlHashAddEntry2(ctxt->funcHash, name, ns_uri, XML_CAST_FPTR(f)));
4927 * @ns_uri: the function namespace URI
4936 const xmlChar *ns_uri) {
4948 ret = f(ctxt->funcLookupData, name, ns_uri);
4956 XML_CAST_FPTR(ret) = xmlHashLookup2(ctxt->funcHash, name, ns_uri);
5002 * @ns_uri: the variable namespace URI
5012 const xmlChar *ns_uri,
4862 xmlXPathRegisterFuncNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri, xmlXPathFunction f) argument
4935 xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri) argument
5011 xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri, xmlXPathObjectPtr value) argument
5085 xmlXPathVariableLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, const xmlChar *ns_uri) argument
5134 xmlXPathRegisterNs(xmlXPathContextPtr ctxt, const xmlChar *prefix, const xmlChar *ns_uri) argument
[all...]
H A Dtestapi.c50180 xmlChar * ns_uri; /* the namespace name */ local
50286 xmlChar * ns_uri; /* the variable namespace URI */ local
51080 xmlChar * ns_uri; /* the variable namespace URI */ local
[all...]

Completed in 347 milliseconds