Lines Matching defs:flags
331 static void qlog_callback(void *user_data, uint32_t flags,
336 (void)flags;
420 static int cb_recv_stream_data(ngtcp2_conn *tconn, uint32_t flags,
428 int fin = (flags & NGTCP2_STREAM_DATA_FLAG_FIN) ? 1 : 0;
481 static int cb_stream_close(ngtcp2_conn *tconn, uint32_t flags,
494 if(!(flags & NGTCP2_STREAM_CLOSE_FLAG_APP_ERROR_CODE_SET)) {
907 nghttp3_rcbuf *value, uint8_t flags,
919 (void)flags;
1359 nva[i].flags = NGHTTP3_NV_FLAG_NONE;
1640 uint32_t flags;
1673 flags = NGTCP2_WRITE_STREAM_FLAG_MORE |
1677 &ndatalen, flags, stream_id,
2380 if(cf->cft->flags & CF_TYPE_IP_CONNECT)