/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 574 size_t namelen; member 1703 * for the |frame|. The |name| of length |namelen| is header name. 1722 * |namelen| and |valuelen| do not include terminal NULL. If 1782 const uint8_t *name, size_t namelen, 1846 size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, 4980 * Compares ``lhs->name`` of length ``lhs->namelen`` bytes and 4981 * ``rhs->name`` of length ``rhs->namelen`` bytes. Returns negative 5507 * fwrite(nv.name, nv.namelen, 1, stderr); 5595 * fwrite(nv.name, nv.namelen, 1, stderr);
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 569 size_t namelen; member 1698 * for the |frame|. The |name| of length |namelen| is header name. 1717 * |namelen| and |valuelen| do not include terminal NULL. If 1777 const uint8_t *name, size_t namelen, 1841 size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, 4964 * Compares ``lhs->name`` of length ``lhs->namelen`` bytes and 4965 * ``rhs->name`` of length ``rhs->namelen`` bytes. Returns negative 5491 * fwrite(nv.name, nv.namelen, 1, stderr); 5579 * fwrite(nv.name, nv.namelen, 1, stderr);
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 2605 uint32_t namelen; in parse_regex() local 3211 if (!read_name(&ptr, ptrend, utf, terminator, &offset, &name, &namelen, in parse_regex() 3220 *parsed_pattern++ = namelen; in parse_regex() 3806 if (!read_name(&ptr, ptrend, utf, 0, &offset, &name, &namelen, in parse_regex() 3818 if (namelen == alasmeta[i].len && in parse_regex() 3819 PRIV(strncmp_c8)(name, vn, namelen) == 0) in parse_regex() 3908 if (!read_name(&ptr, ptrend, utf, 0, &offset, &name, &namelen, in parse_regex() 3921 if (namelen == verbs[i].len && in parse_regex() 3922 PRIV(strncmp_c8)(name, vn, namelen) == 0) in parse_regex() 4171 &namelen, in parse_regex() [all...] |
/third_party/elfutils/libebl/ |
H A D | libebl.h | 240 int regno, char *name, size_t namelen,
|
/third_party/nghttp2/src/ |
H A D | inflatehd.cc | 159 headers, dump_header(nv.name, nv.namelen, nv.value, nv.valuelen)); in inflate_hd()
|
H A D | h2load.h | 452 void on_header(int32_t stream_id, const uint8_t *name, size_t namelen,
|
H A D | shrpx_downstream_test.cc | 112 return HeaderRef(StringRef{nv.name, nv.namelen}, in test_downstream_crumble_request_cookie()
|
/third_party/libuv/src/unix/ |
H A D | udp.c | 1314 int* namelen) { in uv_udp_getpeername() 1319 namelen); in uv_udp_getpeername() 1324 int* namelen) { in uv_udp_getsockname() 1329 namelen); in uv_udp_getsockname() 1312 uv_udp_getpeername(const uv_udp_t* handle, struct sockaddr* name, int* namelen) uv_udp_getpeername() argument 1322 uv_udp_getsockname(const uv_udp_t* handle, struct sockaddr* name, int* namelen) uv_udp_getsockname() argument
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_glsl_to_nir.cpp | 164 int namelen = strlen(var->name); in st_nir_lookup_parameter_index() local 167 if ((strncmp(p->Name, var->name, namelen) == 0) && in st_nir_lookup_parameter_index() 168 ((p->Name[namelen] == '.') || (p->Name[namelen] == '['))) { in st_nir_lookup_parameter_index()
|
/third_party/node/deps/uv/src/unix/ |
H A D | udp.c | 1362 int* namelen) { in uv_udp_getpeername() 1367 namelen); in uv_udp_getpeername() 1372 int* namelen) { in uv_udp_getsockname() 1377 namelen); in uv_udp_getsockname() 1360 uv_udp_getpeername(const uv_udp_t* handle, struct sockaddr* name, int* namelen) uv_udp_getpeername() argument 1370 uv_udp_getsockname(const uv_udp_t* handle, struct sockaddr* name, int* namelen) uv_udp_getsockname() argument
|
H A D | internal.h | 334 int* namelen);
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc.c | 516 int i, namelen, padbits; in put_bitstream_info() local 518 namelen = strlen(name) + 2; in put_bitstream_info() 520 put_bits(&s->pb, 4, FFMIN(namelen, 15)); in put_bitstream_info() 521 if (namelen >= 15) in put_bitstream_info() 522 put_bits(&s->pb, 8, namelen - 14); in put_bitstream_info() 526 for (i = 0; i < namelen - 2; i++) in put_bitstream_info()
|
/third_party/libuv/include/ |
H A D | uv.h | 630 int* namelen); 633 int* namelen); 736 int* namelen); 739 int* namelen); 848 size_t namelen, 857 size_t namelen,
|
/third_party/lwip/src/netif/ppp/ |
H A D | auth.c | 1046 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) { in auth_peer_success() argument 1050 LWIP_UNUSED_ARG(namelen); in auth_peer_success() 1093 if (namelen > (int)sizeof(pcb->peer_authname) - 1) in auth_peer_success() 1094 namelen = (int)sizeof(pcb->peer_authname) - 1; in auth_peer_success() 1095 MEMCPY(pcb->peer_authname, name, namelen); in auth_peer_success() 1096 pcb->peer_authname[namelen] = 0; in auth_peer_success()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 3121 ntfschar *name, int namelen) in find_attr() 3133 || (a->name_length != namelen) in find_attr() 3134 || (namelen && memcmp(attrname,name,2*namelen))) in find_attr() 3138 if (namelen) in find_attr() 3143 || (a->name_length != namelen) in find_attr() 3144 || (namelen && memcmp(attrname,name,2*namelen))) in find_attr() 3193 s64 inum, ntfschar *name, int namelen) in read_and_get_attr() 3209 a = find_attr(expand->mrec, type, name, namelen); in read_and_get_attr() 3120 find_attr(MFT_RECORD *mrec, ATTR_TYPES type, ntfschar *name, int namelen) find_attr() argument 3192 read_and_get_attr(expand_t *expand, ATTR_TYPES type, s64 inum, ntfschar *name, int namelen) read_and_get_attr() argument [all...] |
/third_party/curl/lib/ |
H A D | asyn-ares.c | 771 size_t namelen = strlen(hostname); in Curl_resolver_getaddrinfo() local 774 res = calloc(1, sizeof(struct thread_data) + namelen); in Curl_resolver_getaddrinfo()
|
/third_party/nghttp2/examples/ |
H A D | client.c | 229 fwrite(nva[i].name, 1, nva[i].namelen, stdout); in on_frame_send_callback() 260 fwrite(nva[i].name, 1, nva[i].namelen, stdout); in on_frame_recv_callback()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | rsa.h | 148 size_t namelen); 163 size_t namelen);
|
/third_party/openssl/include/openssl/ |
H A D | rsa.h | 148 size_t namelen); 163 size_t namelen);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509_vfy.h | 560 const char *name, size_t namelen); 562 const char *name, size_t namelen);
|
/third_party/node/deps/v8/third_party/ittapi/include/ |
H A D | ittnotify.h | 3416 * @note name or namelen being null/name and namelen not matching, user event feature not enabled 3420 __itt_event LIBITTAPI __itt_event_createA(const char *name, int namelen); 3421 __itt_event LIBITTAPI __itt_event_createW(const wchar_t *name, int namelen); 3430 __itt_event LIBITTAPI __itt_event_create(const char *name, int namelen); 3437 ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen)) 3438 ITT_STUB(LIBITTAPI, __itt_event, event_createW, (const wchar_t *name, int namelen)) 3440 ITT_STUB(LIBITTAPI, __itt_event, event_create, (const char *name, int namelen)) 3453 #define __itt_event_createA(name, namelen) (__itt_event)0 3455 #define __itt_event_createW(name, namelen) (__itt_even [all...] |
/third_party/mksh/ |
H A D | exec.c | 1327 size_t namelen; in search_path() local 1344 namelen = strlen(name) + 1; in search_path() 1361 XcheckN(xs, xp, namelen); in search_path() 1362 memcpy(xp, name, namelen); in search_path() 1364 name = Xclose(xs, xp + namelen); in search_path()
|
/third_party/backends/backend/ |
H A D | plustek-pp_procfs.c | 280 ent->namelen = strlen(name); in new_entry()
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_proto.h | 460 uint32_t namelen; /* Size of name[] */ member
|
/third_party/libuv/src/win/ |
H A D | internal.h | 271 int* namelen,
|