Home
last modified time | relevance | path

Searched refs:waitpipe (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Durl.c926 bool *waitpipe) in ConnectionExists()
953 *waitpipe = FALSE; in ConnectionExists()
973 *waitpipe = TRUE; in ConnectionExists()
1115 *waitpipe = TRUE; in ConnectionExists()
1326 *waitpipe = TRUE; in ConnectionExists()
3426 bool waitpipe = FALSE; local
3654 reuse = ConnectionExists(data, conn, &existing, &force_reuse, &waitpipe);
3689 if(waitpipe)
922 ConnectionExists(struct Curl_easy *data, struct connectdata *needle, struct connectdata **usethis, bool *force_reuse, bool *waitpipe) ConnectionExists() argument

Completed in 5 milliseconds