Lines Matching refs:namelen
499 const uint8_t *name, size_t namelen,
1500 const uint8_t *name, size_t namelen, in on_header() argument
1593 stream->id, (int)namelen, name, (int)valuelen, value); in on_header()
1595 (const char *)name, namelen, in on_header()
1603 if(namelen == sizeof(HTTP_PSEUDO_STATUS) - 1 && in on_header()
1604 memcmp(HTTP_PSEUDO_STATUS, name, namelen) == 0) { in on_header()
1640 result = Curl_dyn_addn(&ctx->scratch, (const char *)name, namelen); in on_header()
1657 stream->id, (int)namelen, name, (int)valuelen, value); in on_header()
1822 (int)e->namelen, e->name, in http2_handle_stream_close()
2239 acc += nva[i].namelen + nva[i].valuelen; in h2_submit()
2242 (int)nva[i].namelen, nva[i].name, in h2_submit()