Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c3132 size_t best_pipe_len = max_pipe_len; in ConnectionExists() local
3387 if(pipeLen < best_pipe_len) { in ConnectionExists()
3391 best_pipe_len = pipeLen; in ConnectionExists()