Home
last modified time | relevance | path

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

/external/curl/lib/
Dfile.c115 PROTOPT_NONETWORK | PROTOPT_NOURLQUERY /* flags */
Dsendf.c601 if(conn->handler->flags & PROTOPT_NONETWORK) { in chop_write()
Durl.c2778 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()
Durldata.h714 #define PROTOPT_NONETWORK (1<<4) /* protocol doesn't use the network! */ macro
Dtransfer.c258 if(conn->handler->flags & PROTOPT_NONETWORK) { in Curl_fillreadbuffer()
/external/curl/docs/
DINTERNALS.md1028 - `PROTOPT_NONETWORK` - a protocol that doesn't use network (read file:)