Home
last modified time | relevance | path

Searched refs:stop_reading (Results 1 – 4 of 4) sorted by relevance

/external/libevent/
Dbufferevent_openssl.c422 stop_reading(struct bufferevent_openssl *bev_ssl) in stop_reading() function
453 stop_reading(bev_ssl); in set_rbow()
488 stop_reading(bev_ssl); in clear_wbor()
538 stop_reading(bev_ssl); in conn_closed()
1047 stop_reading(bev_ssl); in do_handshake()
1183 stop_reading(bev_ssl); in be_openssl_disable()
/external/curl/lib/
Dhttp.h237 bool *stop_reading);
Dtransfer.c678 bool stop_reading = FALSE; in readwrite_data() local
679 result = Curl_http_readwrite_headers(data, conn, &nread, &stop_reading); in readwrite_data()
692 if(stop_reading) { in readwrite_data()
Dhttp.c3187 bool *stop_reading) in Curl_http_readwrite_headers() argument
3504 *stop_reading = TRUE; in Curl_http_readwrite_headers()
3513 *stop_reading = TRUE; in Curl_http_readwrite_headers()
3552 *stop_reading = TRUE; in Curl_http_readwrite_headers()
3554 if(*stop_reading) { in Curl_http_readwrite_headers()