HomeSort by relevance Sort by last modified time
    Searched refs:PROTO_FAMILY_HTTP (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
transfer.c 120 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) {
286 if(conn->handler->protocol & PROTO_FAMILY_HTTP) {
356 ((conn->handler->protocol&PROTO_FAMILY_HTTP) && conn->httpversion == 20);
461 !((conn->handler->protocol & PROTO_FAMILY_HTTP) &&
587 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) {
909 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) {
    [all...]
http.c     [all...]
sendf.c 151 if((conn->handler->protocol&PROTO_FAMILY_HTTP) != 0 &&
url.c 824 if((conn->handler->protocol & PROTO_FAMILY_HTTP) &&
1060 (needle->handler->protocol & PROTO_FAMILY_HTTP));
1064 (needle->handler->protocol & PROTO_FAMILY_HTTP)));
    [all...]
urldata.h 66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
    [all...]

Completed in 64 milliseconds