/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | vlan_ioctl.c | 127 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument 133 name_type); in vlan_set_name_type() 143 if_request.u.name_type = name_type; in vlan_set_name_type() 148 __func__, name_type, strerror(errno)); in vlan_set_name_type()
|
D | vlan_util.h | 18 int vlan_set_name_type(unsigned int name_type);
|
D | vlan_util.c | 171 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | vlan_ioctl.c | 127 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument 133 name_type); in vlan_set_name_type() 143 if_request.u.name_type = name_type; in vlan_set_name_type() 148 __func__, name_type, strerror(errno)); in vlan_set_name_type()
|
D | vlan_util.h | 18 int vlan_set_name_type(unsigned int name_type);
|
D | vlan_util.c | 171 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsls.c | 128 const int name_len, const int name_type, 491 const int name_len, const int name_type, in list_dir_entry() argument 512 if (name_type == FILE_NAME_POSIX && !opts.all) in list_dir_entry() 514 if (((name_type & FILE_NAME_WIN32_AND_DOS) == FILE_NAME_WIN32) && in list_dir_entry() 517 if (((name_type & FILE_NAME_WIN32_AND_DOS) == FILE_NAME_DOS) && in list_dir_entry()
|
/third_party/node/src/crypto/ |
D | crypto_clienthello.cc | 145 uint8_t name_type = data[offset]; in ParseExtension() local 146 if (name_type != kServernameHostname) in ParseExtension()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | linux_vlan.h | 44 unsigned int name_type; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | linux_vlan.h | 44 unsigned int name_type; member
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | tls1.rs | 5 pub fn SSL_get_servername(ssl: *const SSL, name_type: c_int) -> *const c_char; in SSL_get_servername()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers.c | 413 ecma_property_t name_type; in ecma_create_property() local 415 &name_type); in ecma_create_property() 416 first_property_p->types[0] = (ecma_property_t) (type_and_flags | name_type); in ecma_create_property() 475 ecma_property_t name_type; in ecma_create_property() local 477 &name_type); in ecma_create_property() 479 first_property_pair_p->header.types[1] = (ecma_property_t) (type_and_flags | name_type); in ecma_create_property()
|
/third_party/node/deps/v8/src/wasm/ |
D | module-decoder.cc | 1220 uint8_t name_type = inner.consume_u8("name type"); in DecodeNameSection() local 1221 if (name_type & 0x80) inner.error("name type if not varuint7"); in DecodeNameSection() 1228 if (name_type == NameSectionKindCode::kModuleCode) { in DecodeNameSection() 2490 uint8_t name_type = decoder.consume_u8("name type"); in DecodeFunctionNames() local 2491 if (name_type & 0x80) break; // no varuint7 in DecodeFunctionNames() 2496 if (name_type != NameSectionKindCode::kFunctionCode) { in DecodeFunctionNames() 2524 uint8_t name_type = decoder.consume_u8("name type"); in DecodeNameMap() local 2525 if (name_type & 0x80) break; // no varuint7 in DecodeNameMap() 2530 if (name_type != name_section_kind) { in DecodeNameMap() 2556 uint8_t name_type = decoder.consume_u8("name type"); in DecodeIndirectNameMap() local [all …]
|
/third_party/toybox/toys/other/ |
D | vconfig.c | 49 request.u.name_type = i; in vconfig_main()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | dir.h | 106 const int name_len, const int name_type, const s64 pos,
|
/third_party/gstreamer/gstreamer/gst/ |
D | gst_private.h | 247 #define DEFINE_INLINE_G_VALUE_GET_UNCHECKED(ret_type,name_type,v_field) \ argument 249 gst_g_value_get_##name_type##_unchecked (const GValue *value) \
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 1258 const ntfschar *name, const int name_len, const int name_type, in ntfs_fuse_filler() argument 1266 if (name_type == FILE_NAME_DOS) in ntfs_fuse_filler()
|
D | lowntfs-3g.c | 1230 const ntfschar *name, const int name_len, const int name_type, in ntfs_fuse_filler() argument 1241 if (name_type == FILE_NAME_DOS) in ntfs_fuse_filler()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 89728 unsigned int name_type; member 89738 short unsigned int name_type; member
|