Searched refs:PROTOPT_NONETWORK (Results 1 – 6 of 6) sorted by relevance
115 PROTOPT_NONETWORK | PROTOPT_NOURLQUERY /* flags */
601 if(conn->handler->flags & PROTOPT_NONETWORK) { in chop_write()
2778 if(proxy && (!*proxy || (conn->handler->flags & PROTOPT_NONETWORK))) { in create_conn_helper_init_proxy()2784 (conn->handler->flags & PROTOPT_NONETWORK))) { in create_conn_helper_init_proxy()3815 if(conn->handler->flags & PROTOPT_NONETWORK) { in create_conn()4129 if(conn->handler->flags & PROTOPT_NONETWORK) { in Curl_setup_conn()
714 #define PROTOPT_NONETWORK (1<<4) /* protocol doesn't use the network! */ macro
258 if(conn->handler->flags & PROTOPT_NONETWORK) { in Curl_fillreadbuffer()
1028 - `PROTOPT_NONETWORK` - a protocol that doesn't use network (read file:)