Home
last modified time | relevance | path

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

123456

/third_party/openssl/crypto/pkcs12/
Dp12_attr.c18 int namelen) in PKCS12_add_localkeyid()
39 int namelen) in PKCS12_add_friendlyname_asc()
49 int namelen) in PKCS12_add_friendlyname_utf8()
59 const unsigned char *name, int namelen) in PKCS12_add_friendlyname_uni()
68 int PKCS12_add_CSPName_asc(PKCS12_SAFEBAG *bag, const char *name, int namelen) in PKCS12_add_CSPName_asc()
/third_party/libuv/test/
Dtest-getsockname.c109 int namelen; in on_connection() local
149 int r, namelen; in on_connect() local
172 int namelen; in tcp_listener() local
214 int r, namelen; in tcp_connector() local
244 int namelen; in udp_recv() local
274 int namelen; in udp_listener() local
Dtest-udp-create-socket-early.c39 int r, namelen; in TEST_IMPL() local
97 int namelen; in TEST_IMPL() local
Dtest-tcp-create-socket-early.c99 int r, namelen; in TEST_IMPL() local
157 int namelen; in TEST_IMPL() local
/third_party/curl/lib/
Dcurl_gethostname.c51 int Curl_gethostname(char * const name, GETHOSTNAME_TYPE_ARG2 namelen) in Curl_gethostname()
Dcurl_addrinfo.c131 size_t namelen = ai->ai_canonname ? strlen(ai->ai_canonname) + 1 : 0; in Curl_getaddrinfo_ex() local
280 size_t namelen = strlen(he->h_name) + 1; /* include zero termination */ in Curl_he2ai() local
/third_party/curl/tests/libtest/
Dsethostname.c30 int gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) in gethostname()
/third_party/musl/porting/liteos_a/user/src/network/
Dif_nameindex.c16 unsigned char namelen; member
32 int index, type, namelen, bucket; in netlink_msg_to_nameindex() local
/third_party/musl/src/network/
Dif_nameindex.c15 unsigned char namelen; member
31 int index, type, namelen, bucket; in netlink_msg_to_nameindex() local
/third_party/musl/porting/uniproton/kernel/src/misc/
Drealpath.c55 int namelen; in realpath() local
/third_party/musl/porting/liteos_m/kernel/src/misc/
Drealpath.c55 int namelen; in realpath() local
/third_party/musl/porting/liteos_m_iccarm/kernel/src/misc/
Drealpath.c55 int namelen; in realpath() local
/third_party/lwip/src/api/
Dnetdb.c167 size_t namelen; in lwip_gethostbyname_r() local
277 size_t namelen = 0; in lwip_getaddrinfo() local
/third_party/curl/tests/unit/
Dunit1305.c82 size_t namelen = sizeof(dummy); /* including the zero terminator */ in fake_ai() local
/third_party/e2fsprogs/lib/ext2fs/
Dnamei.c100 const char **name, int *namelen, in dir_namei()
140 int namelen; in open_namei() local
Dlookup.c51 int namelen, char *buf, ext2_ino_t *inode) in ext2fs_lookup()
Dunlink.c24 int namelen; member
/third_party/ltp/utils/sctp/func_tests/
Dtest_inaddr_any.c86 socklen_t namelen; in main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_winreg.c69 DWORD namelen, datalen, type; in wpa_config_read_blobs() local
314 DWORD namelen, datalen, type; in wpa_config_read_network() local
392 DWORD namelen; in wpa_config_read_networks() local
657 DWORD namelen; in wpa_config_delete_subkeys() local
/third_party/mksh/
Dos2.c239 remove_trailing_dots(char *name, size_t namelen) in remove_trailing_dots()
257 size_t namelen = strlen(name) + 1; in stat() local
272 size_t namelen = strlen(name) + 1; in access() local
/third_party/gettext/gnulib-local/lib/libxml/
Ddict.c252 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, unsigned int namelen) { in xmlDictAddString()
317 const xmlChar *name, unsigned int namelen) in xmlDictAddQString()
386 xmlDictComputeBigKey(const xmlChar* data, int namelen, int seed) { in xmlDictComputeBigKey()
455 xmlDictComputeFastKey(const xmlChar *name, int namelen, int seed) { in xmlDictComputeFastKey()
/third_party/libxml2/
Ddict.c242 xmlDictAddString(xmlDictPtr dict, const xmlChar *name, unsigned int namelen) { in xmlDictAddString()
307 const xmlChar *name, unsigned int namelen) in xmlDictAddQString()
379 xmlDictComputeBigKey(const xmlChar* data, int namelen, int seed) { in xmlDictComputeBigKey()
451 xmlDictComputeFastKey(const xmlChar *name, int namelen, int seed) { in xmlDictComputeFastKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_winreg.c69 DWORD namelen, datalen, type; in wpa_config_read_blobs() local
323 DWORD namelen, datalen, type; in wpa_config_read_network() local
401 DWORD namelen; in wpa_config_read_networks() local
666 DWORD namelen; in wpa_config_delete_subkeys() local
/third_party/openssl/crypto/x509/
Dx509_vpm.c37 const char *name, size_t namelen) in int_x509_param_set_hosts()
379 const char *name, size_t namelen) in X509_VERIFY_PARAM_set1_host()
385 const char *name, size_t namelen) in X509_VERIFY_PARAM_add1_host()
/third_party/libuv/src/unix/
Dtcp.c288 int* namelen) { in uv_tcp_getsockname()
302 int* namelen) { in uv_tcp_getpeername()

123456