Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c1074 bool *waitpipe) in ConnectionExists() argument
1093 *waitpipe = FALSE; in ConnectionExists()
1123 *waitpipe = TRUE; in ConnectionExists()
1498 *waitpipe = TRUE; in ConnectionExists()
3654 bool waitpipe = FALSE; in create_conn() local
3933 reuse = ConnectionExists(data, conn, &conn_temp, &force_reuse, &waitpipe); in create_conn()
3990 if(waitpipe) in create_conn()