Lines Matching defs:nov
588 const nghttp2_origin_entry *ov, size_t nov) {
606 if (nov) {
607 for (i = 0; i < nov; ++i) {
611 if (2 * nov + len > NGHTTP2_MAX_PAYLOADLEN) {
615 /* The last nov is added for terminal NULL character. */
617 nghttp2_mem_malloc(mem, nov * sizeof(nghttp2_origin_entry) + len + nov);
622 p = (uint8_t *)ov_copy + nov * sizeof(nghttp2_origin_entry);
624 for (i = 0; i < nov; ++i) {
632 nov * sizeof(nghttp2_origin_entry) + len + nov);
652 nghttp2_frame_origin_init(&frame->ext, ov_copy, nov);