Searched refs:stop_reading (Results 1 – 4 of 4) sorted by relevance
413 stop_reading(struct bufferevent_openssl *bev_ssl) in stop_reading() function443 stop_reading(bev_ssl); in set_rbow()478 stop_reading(bev_ssl); in clear_wbor()528 stop_reading(bev_ssl); in conn_closed()1023 stop_reading(bev_ssl); in do_handshake()1162 stop_reading(bev_ssl); in be_openssl_disable()
224 bool *stop_reading);
479 bool stop_reading = FALSE; in readwrite_data() local480 result = Curl_http_readwrite_headers(data, conn, &nread, &stop_reading); in readwrite_data()493 if(stop_reading) { in readwrite_data()
2930 bool *stop_reading) in Curl_http_readwrite_headers() argument3125 if(!*stop_reading) { in Curl_http_readwrite_headers()3190 *stop_reading = TRUE; in Curl_http_readwrite_headers()3220 *stop_reading = TRUE; in Curl_http_readwrite_headers()3222 if(*stop_reading) { in Curl_http_readwrite_headers()3743 while(!*stop_reading && *k->str); /* header line within buffer */ in Curl_http_readwrite_headers()