Searched refs:nv (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_http.c | 95 if (lws(nv->value->base, nv->value->len)) { in check_pseudo_header() 144 if (lstreq("HEAD", nv->value->base, nv->value->len)) { in http_request_on_header() 208 parse_uint(nv->value->base, nv->value->len); in http_request_on_header() 222 if (!lstrieq("trailers", nv->value->base, nv->value->len)) { in http_request_on_header() 290 parse_uint(nv->value->base, nv->value->len); in http_response_on_header() 440 if (nv->name->len > 0 && nv->name->base[0] == ':') { in nghttp2_http_on_header() 459 rv = check_authority(nv->value->base, nv->value->len); in nghttp2_http_on_header() 461 rv = check_scheme(nv->value->base, nv->value->len); in nghttp2_http_on_header() 607 if (!(nv->namelen == 7 && nv->name[6] == 'd' && in nghttp2_http_record_request_method() 611 if (lstreq("CONNECT", nv->value, nv->valuelen)) { in nghttp2_http_record_request_method() [all …]
|
A D | nghttp2_hd.c | 478 ent->nv = *nv; in nghttp2_hd_entry_init() 564 if (value_eq(&p->nv, nv)) { in hd_map_find() 1091 rv = emit_string(bufs, nv->value, nv->valuelen); in emit_indname_block() 1106 nv->namelen, nv->valuelen, indexing_mode); in emit_newname_block() 1113 rv = emit_string(bufs, nv->name, nv->namelen); in emit_newname_block() 1118 rv = emit_string(bufs, nv->value, nv->valuelen); in emit_newname_block() 1136 room = entry_room(nv->name->len, nv->value->len); in add_hd_table_incremental() 1368 entry_room(nv->namelen, nv->valuelen) > in hd_deflate_decide_indexing() 1388 (int)nv->valuelen, nv->value); in deflate_nv() 1392 token = lookup_token(nv->name, nv->namelen); in deflate_nv() [all …]
|
A D | nghttp2_hd.h | 135 nghttp2_hd_nv nv; member 266 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv); 364 nghttp2_nv *nv, int indexing_mode); 367 int nghttp2_hd_emit_newname_block(nghttp2_bufs *bufs, nghttp2_nv *nv,
|
A D | nghttp2_http.h | 51 nghttp2_frame *frame, nghttp2_hd_nv *nv,
|
A D | nghttp2_session.c | 3414 session, frame, nv->name, nv->value, nv->flags, session->user_data); in session_call_on_header() 3417 session, frame, nv->name->base, nv->name->len, nv->value->base, in session_call_on_header() 3418 nv->value->len, nv->flags, session->user_data); in session_call_on_header() 3439 session, frame, nv->name, nv->value, nv->flags, session->user_data); in session_call_on_invalid_header() 3442 session, frame, nv->name->base, nv->name->len, nv->value->base, in session_call_on_invalid_header() 3443 nv->value->len, nv->flags, session->user_data); in session_call_on_invalid_header() 3744 (int)nv.name->len, nv.name->base, in inflate_header_block() 3745 (int)nv.value->len, nv.value->base); in inflate_header_block() 3753 (int)nv.name->len, nv.name->base, in inflate_header_block() 3766 nv.name->base, (int)nv.value->len, nv.value->base); in inflate_header_block() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_getimage.c | 2833 uint16 na,nv; in BuildMapUaToAa() local 2844 for (nv=0; nv<256; nv++) in BuildMapUaToAa() 2845 *m++=(uint8)((nv*na+127)/255); in BuildMapUaToAa()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 4 …����������������������������������������������������ʻ��������|�zt|qpzo~�sy�nv}k0./1/03205426537628…
|
Completed in 43 milliseconds