Searched refs:PROTOPT_NONETWORK (Results 1 – 5 of 5) sorted by relevance
229 if(data->conn && data->conn->handler->flags & PROTOPT_NONETWORK) { in cw_out_ptr_flush()
132 PROTOPT_NONETWORK | PROTOPT_NOURLQUERY /* flags */
2435 if(proxy && (!*proxy || (conn->handler->flags & PROTOPT_NONETWORK))) {2441 (conn->handler->flags & PROTOPT_NONETWORK))) {3525 if(conn->handler->flags & PROTOPT_NONETWORK) {3761 if(conn->handler->flags & PROTOPT_NONETWORK) {
738 #define PROTOPT_NONETWORK (1<<4) /* protocol does not use the network! */ macro
708 if(data->conn->handler->flags & PROTOPT_NONETWORK) { in cr_in_read()
Completed in 26 milliseconds