Home
last modified time | relevance | path

Searched refs:namelen (Results 176 - 200 of 381) sorted by relevance

12345678910>>...16

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c331 static int32_t qpack_lookup_token(const uint8_t *name, size_t namelen) { in qpack_lookup_token() argument
332 switch (namelen) { in qpack_lookup_token()
726 static size_t table_space(size_t namelen, size_t valuelen) { in table_space() argument
727 return NGHTTP3_QPACK_ENTRY_OVERHEAD + namelen + valuelen; in table_space()
731 return a->name->len == b->namelen && in qpack_nv_name_eq()
732 memeq(a->name->base, b->name, b->namelen); in qpack_nv_name_eq()
1325 if (table_space(nv->namelen, nv->valuelen) > in qpack_encoder_decide_indexing_mode()
1383 encoder, table_space(nv->namelen, nv->valuelen), min_cnt); in qpack_encoder_can_index_nv()
1429 token = qpack_lookup_token(nv->name, nv->namelen); in nghttp3_qpack_encoder_encode_nv()
1901 nhlen = nghttp3_qpack_huffman_encode_count(nv->name, nv->namelen); in qpack_encoder_write_literal()
[all...]
/third_party/ffmpeg/libavutil/
H A Davstring.c359 int len, namelen; in av_match_name() local
364 namelen = strlen(name); in av_match_name()
371 len = FFMAX(p - names, namelen); in av_match_name()
/third_party/nghttp2/src/
H A Dshrpx_http2_downstream_connection.cc466 if (util::streq_l("authorization", nv.name, nv.namelen)) { in push_request_headers()
467 ss << TTY_HTTP_HD << StringRef{nv.name, nv.namelen} << TTY_RST in push_request_headers()
471 ss << TTY_HTTP_HD << StringRef{nv.name, nv.namelen} << TTY_RST << ": " in push_request_headers()
H A Dhttp3.h116 int check_nv(const uint8_t *name, size_t namelen, const uint8_t *value,
/third_party/ltp/testcases/network/lib6/
H A Dasapi_01.c349 socklen_t namelen; in isocketpair() local
359 namelen = sizeof(sin4); in isocketpair()
360 SAFE_GETSOCKNAME(NULL, listen_fd, (struct sockaddr *)&sin4, &namelen); in isocketpair()
/third_party/libfuse/include/
H A Dfuse_lowlevel.h1706 * @param namelen strlen() of file name
1710 const char *name, size_t namelen);
1737 * @param namelen strlen() of file name
1741 const char *name, size_t namelen);
1768 * @param namelen strlen() of file name
1773 const char *name, size_t namelen);
/third_party/libuv/src/win/
H A Dpipe.c711 size_t namelen, in uv_pipe_bind2()
726 if (namelen == 0) { in uv_pipe_bind2()
730 if (includes_nul(name, namelen)) { in uv_pipe_bind2()
742 name_copy = uv__malloc(namelen + 1); in uv_pipe_bind2()
747 memcpy(name_copy, name, namelen); in uv_pipe_bind2()
748 name_copy[namelen] = '\0'; in uv_pipe_bind2()
879 size_t namelen, in uv_pipe_connect2()
905 if (namelen == 0) { in uv_pipe_connect2()
909 if (includes_nul(name, namelen)) { in uv_pipe_connect2()
913 name_copy = uv__malloc(namelen in uv_pipe_connect2()
709 uv_pipe_bind2(uv_pipe_t* handle, const char* name, size_t namelen, unsigned int flags) uv_pipe_bind2() argument
876 uv_pipe_connect2(uv_connect_t* req, uv_pipe_t* handle, const char* name, size_t namelen, unsigned int flags, uv_connect_cb cb) uv_pipe_connect2() argument
[all...]
H A Dudp.c36 int* namelen) { in uv_udp_getpeername()
41 namelen, in uv_udp_getpeername()
48 int* namelen) { in uv_udp_getsockname()
53 namelen, in uv_udp_getsockname()
34 uv_udp_getpeername(const uv_udp_t* handle, struct sockaddr* name, int* namelen) uv_udp_getpeername() argument
46 uv_udp_getsockname(const uv_udp_t* handle, struct sockaddr* name, int* namelen) uv_udp_getsockname() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c278 if (pa->namelen < lth) { in getattrentry()
307 pa->namelen = 0; in getattrentry()
667 if (!pa->namelen) in attrname()
672 for (i=0; 2*i<pa->namelen; i++) in attrname()
765 if (pa->namelen) in showattribute()
767 pa->namelen/2); in showattribute()
771 if (pa->namelen) { in showattribute()
775 pa->namelen/2); in showattribute()
1236 pa->namelen = len; in refresh_attributes()
1274 pa->namelen in refresh_attributes()
[all...]
H A Dntfsrecover.h106 u16 namelen; member
/third_party/elfutils/src/
H A Dar.c902 remember_long_name (struct armem *mem, const char *name, size_t namelen) in remember_long_name() argument
904 mem->long_name_off = (namelen > MAX_AR_NAME_LEN in remember_long_name()
905 ? arlib_add_long_name (name, namelen) in remember_long_name()
1464 size_t namelen = strlen (all->name); in do_oper_insert() local
1465 char *p = mempcpy (arhdr.ar_name, all->name, namelen); in do_oper_insert()
1467 memset (p, ' ', sizeof (arhdr.ar_name) - namelen - 1); in do_oper_insert()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.c747 static int ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(thr_name_setW),_init))(const wchar_t* name, int namelen) in _init() argument
749 (void)namelen; in _init()
777 static int ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(thr_name_setA),_init))(const char* name, int namelen) in _init() argument
779 (void)namelen; in _init()
784 static int ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(thr_name_set),_init))(const char* name, int namelen) in _init() argument
786 (void)namelen; in _init()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c232 size_t fuse_dirent_size(size_t namelen) in fuse_dirent_size() argument
234 return FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET + namelen); in fuse_dirent_size()
240 unsigned namelen = strlen(name); in fuse_add_dirent() local
241 unsigned entlen = FUSE_NAME_OFFSET + namelen; in fuse_add_dirent()
242 unsigned entsize = fuse_dirent_size(namelen); in fuse_add_dirent()
248 dirent->namelen = namelen; in fuse_add_dirent()
250 memcpy(dirent->name, name, namelen); in fuse_add_dirent()
279 kstatfs->namelen = stbuf->f_namemax; in convert_statfs()
/third_party/curl/tests/libtest/
H A Dlib1915.c64 if(host && (strlen(host) < e->namelen)) { in hstsread()
/third_party/alsa-lib/include/
H A Daserver.h151 unsigned char namelen; member
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Dwifi_connecter.c65 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/
H A Dwifi_connecter.c73 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/
H A Dwifi_connecter.c73 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/vendor/hisilicon/hispark_pegasus/demo/sntp_demo/test/
H A Dwifi_connecter.c72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/vendor/hisilicon/hispark_pegasus/demo/tcpclient_demo/
H A Dwifi_connecter.c72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/vendor/hisilicon/hispark_pegasus/demo/tcpserver_demo/
H A Dwifi_connecter.c72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/vendor/hisilicon/hispark_pegasus/demo/udpclient_demo/
H A Dwifi_connecter.c72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/vendor/hisilicon/hispark_pegasus/demo/udpserver_demo/
H A Dwifi_connecter.c72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/third_party/curl/lib/
H A Dhttp2.c400 const uint8_t *name, size_t namelen,
1396 const uint8_t *name, size_t namelen, in on_header()
1488 stream->id, (int)namelen, name, (int)valuelen, value); in on_header()
1490 (const char *)name, namelen, in on_header()
1498 if(namelen == sizeof(HTTP_PSEUDO_STATUS) - 1 && in on_header()
1499 memcmp(HTTP_PSEUDO_STATUS, name, namelen) == 0) { in on_header()
1530 /* nghttp2 guarantees that namelen > 0, and :status was already in on_header()
1533 result = recvbuf_write_hds(cf, data_s, (const char *)name, namelen); in on_header()
1550 stream->id, (int)namelen, name, (int)valuelen, value); in on_header()
1737 (int)e->namelen, in http2_handle_stream_close()
1395 on_header(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *userp) on_header() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_perfcounter.c1072 unsigned namelen; in ac_init_block_names() local
1083 namelen = strlen(block->b->b->name); in ac_init_block_names()
1084 block->group_name_stride = namelen + 1; in ac_init_block_names()
1110 p = groupname + namelen; in ac_init_block_names()

Completed in 27 milliseconds

12345678910>>...16