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

  /external/curl/src/
tool_libinfo.h 29 extern long built_in_protos;
tool_libinfo.c 37 long built_in_protos = 0; variable
42 * struct, and a global bit pattern 'built_in_protos' composed of
88 built_in_protos = 0;
93 built_in_protos |= p->proto_pattern;
tool_operate.c 920 if(built_in_protos & CURLPROTO_HTTP) {
985 } /* (built_in_protos & CURLPROTO_HTTP) */
    [all...]

Completed in 167 milliseconds