Searched refs:method_list (Results 1 - 12 of 12) sorted by last modified time

/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1888 if (hostapd_parse_intlist(&bss->last_osu->method_list, pos)) {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c582 os_free(p->method_list);
H A Dap_config.h555 int *method_list; member in struct:hostapd_bss_config::hs20_osu_provider
H A Dgas_serv.c694 for (i = 0; p->method_list && p->method_list[i] >= 0; i++)
695 wpabuf_put_u8(buf, p->method_list[i]);
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c582 os_free(p->method_list);
H A Dap_config.h555 int *method_list; member in struct:hostapd_bss_config::hs20_osu_provider
H A Dgas_serv.c694 for (i = 0; p->method_list && p->method_list[i] >= 0; i++)
695 wpabuf_put_u8(buf, p->method_list[i]);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.c582 os_free(p->method_list);
H A Dap_config.h555 int *method_list; member in struct:hostapd_bss_config::hs20_osu_provider
H A Dgas_serv.c694 for (i = 0; p->method_list && p->method_list[i] >= 0; i++)
695 wpabuf_put_u8(buf, p->method_list[i]);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2904 // struct objc_method_t method_list[1]; /* variable length structure */
3177 inline void swapStruct(struct objc_method_list_t &method_list) { argument
3178 sys::swapByteOrder(method_list.obsolete);
3179 sys::swapByteOrder(method_list.method_count);
3615 struct objc_method_list_t method_list; local
3626 memcpy(&method_list, r, sizeof(struct objc_method_list_t));
3629 memset(&method_list, '\0', sizeof(struct objc_method_list_t));
3630 memcpy(&method_list, r, left);
3633 swapStruct(method_list);
3636 << format("0x%08" PRIx32, method_list
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp149 #define ADD_METHOD(receiver, method_list, count, argument) \
150 receiver##M.insert({Ctx.Selectors.getSelector(count, method_list), argument});
559 #define LSM_INSERT_SELECTOR(receiver, method_list, arguments) \
561 Ctx.Selectors.getSelector(arguments, method_list)});

Completed in 237 milliseconds