Searched defs:comeback (Results 1 - 2 of 2) sorted by relevance

/external/curl/lib/
H A Dtransfer.c386 * return '*comeback' TRUE if we didn't properly drain the socket so this
393 bool *comeback)
403 *comeback = FALSE;
820 *comeback = TRUE;
1051 * return '*comeback' TRUE if we didn't properly drain the socket so this
1057 bool *comeback)
1102 result = readwrite_data(data, conn, k, &didwhat, done, comeback);
389 readwrite_data(struct Curl_easy *data, struct connectdata *conn, struct SingleRequest *k, int *didwhat, bool *done, bool *comeback) argument
1054 Curl_readwrite(struct connectdata *conn, struct Curl_easy *data, bool *done, bool *comeback) argument
H A Dmulti.c1848 bool comeback = FALSE; local
1879 result = Curl_readwrite(data->easy_conn, data, &done, &comeback);
1985 else if(comeback)

Completed in 92 milliseconds