Home
last modified time | relevance | path

Searched refs:name_type (Results 1 – 19 of 19) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dvlan_ioctl.c127 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()
Dvlan_util.h18 int vlan_set_name_type(unsigned int name_type);
Dvlan_util.c171 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/
Dvlan_ioctl.c127 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()
Dvlan_util.h18 int vlan_set_name_type(unsigned int name_type);
Dvlan_util.c171 int vlan_set_name_type(unsigned int name_type) in vlan_set_name_type() argument
/third_party/ntfs-3g/ntfsprogs/
Dntfsls.c128 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/
Dcrypto_clienthello.cc145 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/
Dlinux_vlan.h44 unsigned int name_type; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dlinux_vlan.h44 unsigned int name_type; member
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtls1.rs5 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/
Decma-helpers.c413 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/
Dmodule-decoder.cc1220 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/
Dvconfig.c49 request.u.name_type = i; in vconfig_main()
/third_party/ntfs-3g/include/ntfs-3g/
Ddir.h106 const int name_len, const int name_type, const s64 pos,
/third_party/gstreamer/gstreamer/gst/
Dgst_private.h247 #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/
Dntfs-3g.c1258 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()
Dlowntfs-3g.c1230 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/
Dvmlinux.h89728 unsigned int name_type; member
89738 short unsigned int name_type; member