Lines Matching refs:q
283 struct cf_quic_ctx q; member
331 vquic_ctx_free(&ctx->q); in cf_osslq_ctx_close()
1176 result = vquic_ctx_init(&ctx->q); in cf_osslq_ctx_start()
1181 Curl_cf_socket_peek(cf->next, data, &ctx->q.sockfd, &peer_addr, NULL); in cf_osslq_ctx_start()
1185 ctx->q.local_addrlen = sizeof(ctx->q.local_addr); in cf_osslq_ctx_start()
1186 rv = getsockname(ctx->q.sockfd, (struct sockaddr *)&ctx->q.local_addr, in cf_osslq_ctx_start()
1187 &ctx->q.local_addrlen); in cf_osslq_ctx_start()
1201 if(ctx->q.sockfd > INT_MAX) { in cf_osslq_ctx_start()
1207 bio = BIO_new_dgram((int)ctx->q.sockfd, BIO_NOCLOSE); in cf_osslq_ctx_start()
1209 bio = BIO_new_dgram(ctx->q.sockfd, BIO_NOCLOSE); in cf_osslq_ctx_start()
1572 ctx->q.last_io = Curl_now(); in h3_send_streams()
1697 int readable = SOCKET_READABLE(ctx->q.sockfd, 0); in cf_osslq_connect()
1718 ctx->q.last_io = now; in cf_osslq_connect()
1734 ctx->q.last_io = now; in cf_osslq_connect()
1738 ctx->q.last_io = now; in cf_osslq_connect()
1744 ctx->q.last_io = now; in cf_osslq_connect()
2199 idletime = Curl_timediff(Curl_now(), ctx->q.last_io); in cf_osslq_conn_is_alive()
2238 Curl_pollset_set(data, ps, ctx->q.sockfd, in cf_osslq_adjust_pollset()
2246 Curl_pollset_check(data, ps, ctx->q.sockfd, &want_recv, &want_send); in cf_osslq_adjust_pollset()
2248 Curl_pollset_set(data, ps, ctx->q.sockfd, in cf_osslq_adjust_pollset()
2253 Curl_pollset_set(data, ps, ctx->q.sockfd, in cf_osslq_adjust_pollset()