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 94 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) {
314 ((conn->handler->protocol&PROTO_FAMILY_HTTP) && conn->httpversion == 20);
420 !((conn->handler->protocol & PROTO_FAMILY_HTTP) &&
546 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) {
899 if(conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_RTSP)) {
    [all...]
sendf.c 135 if((conn->handler->protocol&PROTO_FAMILY_HTTP) != 0 &&
http.c     [all...]
urldata.h 66 #define PROTO_FAMILY_HTTP (CURLPROTO_HTTP|CURLPROTO_HTTPS)
    [all...]
url.c     [all...]

Completed in 67 milliseconds