OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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