HomeSort by relevance Sort by last modified time
    Searched full:canpipe (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/
url.c 1054 int canpipe = IsPipeliningPossible(data, needle); local
1071 if((canpipe & CURLPIPE_HTTP1) &&
1073 canpipe &= ~ CURLPIPE_HTTP1;
1094 if(canpipe) {
1104 canpipe = 0;
1110 canpipe = 0;
1115 canpipe = 0;
    [all...]

Completed in 427 milliseconds