Searched defs:ns_uri (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
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
H A Dxml_libxml2.c256 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri, argument
266 if (ns_uri) {
267 ns = xmlNewNs(node, (const xmlChar *) ns_uri,
301 xml_node_t *parent, const char *ns_uri,
309 ns = xmlNewNs(node, (const xmlChar *) ns_uri, NULL);
350 const char *ns_uri, char *name)
353 (const xmlChar *) ns_uri);
300 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
349 xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, const char *ns_uri, char *name) argument
/external/wpa_supplicant_8/src/utils/
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
H A Dxml_libxml2.c256 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri, argument
266 if (ns_uri) {
267 ns = xmlNewNs(node, (const xmlChar *) ns_uri,
301 xml_node_t *parent, const char *ns_uri,
309 ns = xmlNewNs(node, (const xmlChar *) ns_uri, NULL);
350 const char *ns_uri, char *name)
353 (const xmlChar *) ns_uri);
300 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
349 xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, const char *ns_uri, char *name) argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
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
H A Dxml_libxml2.c256 xml_node_t * xml_node_create_root(struct xml_node_ctx *ctx, const char *ns_uri, argument
266 if (ns_uri) {
267 ns = xmlNewNs(node, (const xmlChar *) ns_uri,
301 xml_node_t *parent, const char *ns_uri,
309 ns = xmlNewNs(node, (const xmlChar *) ns_uri, NULL);
350 const char *ns_uri, char *name)
353 (const xmlChar *) ns_uri);
300 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
349 xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, const char *ns_uri, char *name) argument
/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...]
/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...]

Completed in 286 milliseconds