Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dfile.c122 PROTOPT_NONETWORK | PROTOPT_NOURLQUERY /* flags */
H A Dsendf.c322 if(conn->handler->flags & PROTOPT_NONETWORK) { in chop_write()
H A Durl.c2482 if(proxy && (!*proxy || (conn->handler->flags & PROTOPT_NONETWORK))) {
2488 (conn->handler->flags & PROTOPT_NONETWORK))) {
3588 if(conn->handler->flags & PROTOPT_NONETWORK) {
3828 if(conn->handler->flags & PROTOPT_NONETWORK) {
H A Dtransfer.c253 if(data->conn->handler->flags & PROTOPT_NONETWORK) { in Curl_fillreadbuffer()
H A Durldata.h852 #define PROTOPT_NONETWORK (1<<4) /* protocol doesn't use the network! */ macro

Completed in 14 milliseconds