Searched refs:PROTOPT_NONETWORK (Results 1 – 6 of 6) sorted by relevance
114 PROTOPT_NONETWORK | PROTOPT_NOURLQUERY /* flags */
437 if(conn->handler->flags & PROTOPT_NONETWORK) { in Curl_client_chop_write()
797 #define PROTOPT_NONETWORK (1<<4) /* protocol doesn't use the network! */ macro
128 if(conn->handler->flags & PROTOPT_NONETWORK) { in Curl_fillreadbuffer()
5532 if(proxy && (!*proxy || (conn->handler->flags & PROTOPT_NONETWORK))) { in create_conn()5624 if(conn->handler->flags & PROTOPT_NONETWORK) { in create_conn()5881 if(conn->handler->flags & PROTOPT_NONETWORK) { in Curl_setup_conn()
1044 - `PROTOPT_NONETWORK` - a protocol that doesn't use network (read file:)