Home
last modified time | relevance | path

Searched refs:get_node (Results 1 – 17 of 17) sorted by relevance

/external/wpa_supplicant_8/hs20/client/
Doma_dm_client.c84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI"); in oma_dm_get_target_locuri()
396 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_browser()
434 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_get_cert()
540 pps_node = get_node(ctx->xml, pps, pos); in oma_dm_run_add()
554 pps_node = get_node(ctx->xml, pps, uri); in oma_dm_run_add()
589 node = get_node(ctx->xml, add, "Item/Meta/Type"); in oma_dm_run_add()
602 node = get_node(ctx->xml, add, "Item/Data"); in oma_dm_run_add()
664 node = get_node(ctx->xml, add, "Item/Target/LocURI"); in oma_dm_add()
681 node = get_node(ctx->xml, add, "Item/Data"); in oma_dm_add()
770 pps_node = get_node(ctx->xml, pps, pos); in oma_dm_replace()
[all …]
Dosu_client.c157 node = get_node(ctx->xml, getcert, "enrollmentServerURI"); in osu_get_certificate()
171 node = get_node(ctx->xml, getcert, "estUserID"); in osu_get_certificate()
186 node = get_node(ctx->xml, getcert, "estPassword"); in osu_get_certificate()
316 url_node = get_node(ctx->xml, params, "CertURL"); in download_cert()
317 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint"); in download_cert()
758 a = get_node(ctx->xml, node, "Username"); in get_user_pw()
765 a = get_node(ctx->xml, node, "Password"); in get_user_pw()
791 ssid = get_node(ctx->xml, spe, "SSID"); in set_pps_cred_policy_spe()
826 node = get_node(ctx->xml, prp, "Priority"); in set_pps_cred_policy_prp()
837 node = get_node(ctx->xml, prp, "Country"); in set_pps_cred_policy_prp()
[all …]
Dspp_client.c263 node = get_node(ctx->xml, pps, pos); in process_update_node()
275 parent = get_node(ctx->xml, pps, pos); in process_update_node()
729 err = get_node(ctx->xml, node, "sppError"); in process_spp_post_dev_data_response()
/external/python/cpython2/Misc/NEWS.d/next/Library/
D2018-05-16-09-30-27.bpo-33542.idNAcs.rst1 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js183 get_node(me, node);
196 function get_node(me, mom) function
282 get_node(me, me.node);
/external/v8/tools/clang/blink_gc_plugin/
Dprocess-graph.py75 def get_node(name): function
173 node = get_node(name)
178 node = get_node(name)
/external/bcc/src/cc/frontends/p4/compiler/
DtopoSorting.py50 def get_node(self, node): member in Graph
DebpfDeparser.py39 hdr_node = header_graph.get_node(hdr)
/external/antlr/runtime/Cpp/include/
Dantlr3exception.hpp148 TokenType* get_node() const;
Dantlr3exception.inl57 …e<ImplTraits, StreamType>::TokenType* ANTLR_ExceptionBase<ImplTraits, StreamType>::get_node() const function in ANTLR_ExceptionBase
/external/python/cpython2/Lib/
Duuid.py262 def get_node(self): member in UUID
265 node = property(get_node)
/external/wpa_supplicant_8/src/utils/
Dxml-utils.c89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() function
114 match = get_node(ctx, node, path); in get_child_node()
Dxml-utils.h84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.c240 static int get_node(void *vaddr) in get_node() function
945 node = get_node(apage); in segment_location()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b5.rst307 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
D3.6.6rc1.rst241 Prevent ``uuid.get_node`` from using a DUID instead of a MAC on Windows.
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c2098 mo = get_node(ctx->xml, node, "supportedMOList"); in hs20_spp_post_dev_data()
2191 macaddr = get_node(ctx->xml, devdetail, in hs20_spp_post_dev_data()