Lines Matching refs:FIRSTSOCKET
116 sock[0] = conn->sock[FIRSTSOCKET]; in http2_perform_getsock()
120 bitmap |= GETSOCK_READSOCK(FIRSTSOCKET); in http2_perform_getsock()
125 bitmap |= GETSOCK_WRITESOCK(FIRSTSOCKET); in http2_perform_getsock()
190 sval = SOCKET_READABLE(conn->sock[FIRSTSOCKET], 0); in http2_connisdead()
212 conn, FIRSTSOCKET, httpc->inbuf, H2_BUFSIZE, &result); in http2_connisdead()
406 written = ((Curl_send*)c->send_underlying)(conn, FIRSTSOCKET, in send_callback()
1680 conn, FIRSTSOCKET, httpc->inbuf, H2_BUFSIZE, &result); in http2_recv()
2219 httpc->recv_underlying = conn->recv[FIRSTSOCKET]; in Curl_http2_switched()
2220 httpc->send_underlying = conn->send[FIRSTSOCKET]; in Curl_http2_switched()
2221 conn->recv[FIRSTSOCKET] = http2_recv; in Curl_http2_switched()
2222 conn->send[FIRSTSOCKET] = http2_send; in Curl_http2_switched()