Home
last modified time | relevance | path

Searched defs:valuelen (Results 1 - 25 of 30) sorted by relevance

12

/third_party/curl/lib/
H A Ddynhds.h41 size_t valuelen; member
H A Ddynhds.c40 entry_new(const char *name, size_t namelen, const char *value, size_t valuelen, int opts) entry_new() argument
63 entry_append(struct dynhds_entry *e, const char *value, size_t valuelen) entry_append() argument
165 Curl_dynhds_add(struct dynhds *dynhds, const char *name, size_t namelen, const char *value, size_t valuelen) Curl_dynhds_add() argument
224 size_t valuelen, i; Curl_dynhds_h1_add_line() local
312 Curl_dynhds_set(struct dynhds *dynhds, const char *name, size_t namelen, const char *value, size_t valuelen) Curl_dynhds_set() argument
[all...]
H A Dcf-h2-proxy.c736 proxy_h2_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) proxy_h2_on_header() argument
H A Dimap.c1983 size_t valuelen; in imap_parse_url_path() local
[all...]
H A Dhttp.c1749 size_t namelen, valuelen; in Curl_dynhds_add_custom() local
H A Dhttp2.c1395 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/nghttp2/src/
H A Dhttp3.cc193 check_nv(const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen) check_nv() argument
H A Dcomp_helper.c98 dump_header(const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen) dump_header() argument
H A Dh2load_http2_session.cc61 std::cout.write(reinterpret_cast<const char *>(value), valuelen); in on_header_callback() local
45 on_header_callback(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 *user_data) on_header_callback() argument
H A Dhttp2.cc281 to_header(const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, bool no_index, int32_t token) to_header() argument
289 add_header(Headers &nva, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, bool no_index, int32_t token) add_header() argument
H A Dapp_helper.cc388 verbose_on_header_callback(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 *user_data) verbose_on_header_callback() argument
H A Dh2load.cc922 on_header(int32_t stream_id, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen) on_header() argument
/third_party/libwebsockets/lib/core/
H A Dlws_map.c42 size_t valuelen; member
179 lws_map_item_create(lws_map_t *map, const lws_map_key_t key, size_t keylen, const lws_map_value_t value, size_t valuelen) lws_map_item_create() argument
/third_party/nghttp2/lib/
H A Dnghttp2_http.c582 nghttp2_http_parse_priority(nghttp2_extpri *dest, const uint8_t *value, size_t valuelen) nghttp2_http_parse_priority() argument
H A Dnghttp2_hd.c782 static size_t entry_room(size_t namelen, size_t valuelen) { in entry_room() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_crypto.c110 size_t valuelen = ngtcp2_put_varint_len(param); in varint_paramlen() local
459 uint64_t valuelen; in decode_varint_param() local
498 uint64_t valuelen; in decode_cid_param() local
525 uint64_t valuelen; ngtcp2_decode_transport_params_versioned() local
[all...]
H A Dngtcp2_qlog.c117 write_pair_hex_impl(uint8_t *p, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen) write_pair_hex_impl() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.c582 nghttp2_http_parse_priority(nghttp2_extpri *dest, const uint8_t *value, size_t valuelen) nghttp2_http_parse_priority() argument
H A Dnghttp2_hd.c782 static size_t entry_room(size_t namelen, size_t valuelen) { in entry_room() argument
[all...]
/third_party/nghttp2/examples/
H A Dlibevent-client.c180 print_header(FILE *f, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen) print_header() argument
215 on_header_callback(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 *user_data) on_header_callback() argument
H A Dlibevent-server.c376 static char *percent_decode(const uint8_t *value, size_t valuelen) { in percent_decode() argument
481 on_header_callback(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 *user_data) on_header_callback() argument
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.c744 nghttp3_http_parse_priority(nghttp3_pri *dest, const uint8_t *value, size_t valuelen) nghttp3_http_parse_priority() argument
/third_party/curl/lib/vtls/
H A Dx509asn1.c886 size_t valuelen = strlen(value); in ssl_push_certinfo() local
902 size_t valuelen = Curl_dyn_len(ptr); in ssl_push_certinfo_dyn() local
H A Dvtls.c879 Curl_ssl_push_certinfo_len(struct Curl_easy *data, int certnum, const char *label, const char *value, size_t valuelen) Curl_ssl_push_certinfo_len() argument
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h749 size_t valuelen; member

Completed in 48 milliseconds

12