Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c3366 bool *waitpipe) in ConnectionExists() argument
3385 *waitpipe = FALSE; in ConnectionExists()
3420 *waitpipe = TRUE; in ConnectionExists()
3774 *waitpipe = TRUE; in ConnectionExists()
5989 bool waitpipe = FALSE; in create_conn() local
6464 reuse = ConnectionExists(data, conn, &conn_temp, &force_reuse, &waitpipe); in create_conn()
6520 if(waitpipe) in create_conn()