Home
last modified time | relevance | path

Searched refs:didwhat (Results 1 – 5 of 5) sorted by relevance

/curl/lib/
H A Dc-hyper.h52 int *didwhat,
H A Dtransfer.c211 int *didwhat) in readwrite_data() argument
265 *didwhat |= KEEP_RECV; in readwrite_data()
347 static CURLcode readwrite_upload(struct Curl_easy *data, int *didwhat) in readwrite_upload() argument
360 *didwhat |= KEEP_SEND; in readwrite_upload()
408 int didwhat = 0; in Curl_readwrite() local
456 result = conn->datastream(data, conn, &didwhat, select_bits); in Curl_readwrite()
466 result = readwrite_data(data, k, &didwhat); in Curl_readwrite()
476 result = readwrite_upload(data, &didwhat); in Curl_readwrite()
485 if(!didwhat) { in Curl_readwrite()
H A Dc-hyper.c337 int *didwhat, in Curl_hyper_stream() argument
374 *didwhat = KEEP_RECV; in Curl_hyper_stream()
440 *didwhat = KEEP_RECV; in Curl_hyper_stream()
H A Dcf-h1-proxy.c840 int didwhat; in recv_CONNECT_resp() local
843 result = Curl_hyper_stream(data, cf->conn, &didwhat, in recv_CONNECT_resp()
H A Durldata.h174 int *didwhat,

Completed in 35 milliseconds