Home
last modified time | relevance | path

Searched refs:PROTOPT_NONETWORK (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Dfile.c122 PROTOPT_NONETWORK | PROTOPT_NOURLQUERY /* flags */
Dsendf.c325 if(conn->handler->flags & PROTOPT_NONETWORK) { in chop_write()
Durl.c2451 if(proxy && (!*proxy || (conn->handler->flags & PROTOPT_NONETWORK))) {
2457 (conn->handler->flags & PROTOPT_NONETWORK))) {
3557 if(conn->handler->flags & PROTOPT_NONETWORK) {
3866 if(conn->handler->flags & PROTOPT_NONETWORK) {
Durldata.h832 #define PROTOPT_NONETWORK (1<<4) /* protocol doesn't use the network! */ macro
Dtransfer.c247 if(data->conn->handler->flags & PROTOPT_NONETWORK) { in Curl_fillreadbuffer()