Home
last modified time | relevance | path

Searched defs:namelen (Results 1 – 15 of 15) sorted by relevance

/bionic/libc/system_properties/
Dprop_info.cpp38 prop_info::prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen) { in prop_info()
46 prop_info::prop_info(const char* name, uint32_t namelen, uint32_t long_offset) { in prop_info()
Dprop_area.cpp161 prop_trie_node* prop_area::new_prop_trie_node(const char* name, uint32_t namelen, in new_prop_trie_node()
172 prop_info* prop_area::new_prop_info(const char* name, uint32_t namelen, const char* value, in new_prop_info()
230 uint32_t namelen, bool alloc_if_needed) { in find_prop_trie_node()
279 uint32_t namelen, const char* value, uint32_t valuelen, in find_property()
369 bool prop_area::add(const char* name, unsigned int namelen, const char* value, in add()
Dsystem_properties.cpp218 size_t namelen = strlcpy(name, pi->name, PROP_NAME_MAX); in Read() local
338 int SystemProperties::Add(const char* name, unsigned int namelen, const char* value, in Add()
/bionic/libc/system_properties/include/system_properties/
Dprop_area.h57 uint32_t namelen; member
/bionic/libc/dns/net/
Dgetservent.c41 int namelen; in getservent_r() local
/bionic/libc/bionic/
Dsystem_property_api.cpp97 int __system_property_add(const char* name, unsigned int namelen, const char* value, in __system_property_add()
Dsystem_property_set.cpp76 const size_t namelen = strlen(socket); in PropertyServiceConnection() local
Dfts.c903 fts_alloc(FTS *sp, const char *name, size_t namelen) in fts_alloc()
/bionic/libc/kernel/uapi/linux/
Dcramfs_fs.h22 __u32 namelen : CRAMFS_NAMELEN_WIDTH, offset : CRAMFS_OFFSET_WIDTH; member
Ddlm_device.h17 __u8 namelen; member
Dfuse.h66 uint32_t namelen; member
519 uint32_t namelen; member
540 uint32_t namelen; member
546 uint32_t namelen; member
Dio_uring.h446 __u32 namelen; member
/bionic/libc/kernel/uapi/misc/
Dfastrpc.h59 __u32 namelen; member
/bionic/libc/dns/nameser/
Dns_name.c803 ns_name_map(ns_nname_ct nname, size_t namelen, ns_namemap_t map, int mapsize) { in ns_name_map()
/bionic/libc/dns/resolv/
Dres_debug.c392 int namelen) in p_fqnname()