Home
last modified time | relevance | path

Searched refs:max_read (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/continuity/
H A Dcapi.c200 unsigned int max_read, total_read = 0; in sapi_capi_read_post() local
204 max_read = MIN(count_bytes, SG(request_info).content_length); in sapi_capi_read_post()
208 max_read = MIN(count_bytes, (SG(request_info).content_length - rc->read_post_bytes)); in sapi_capi_read_post()
211 total_read = httpFread(rc->t, buffer, max_read); in sapi_capi_read_post()
/PHP-5.5/sapi/aolserver/
H A Daolserver.c167 uint max_read; in php_ns_sapi_read_post() local
170 max_read = MIN(NSG(data_avail), count_bytes); in php_ns_sapi_read_post()
172 total_read = Ns_ConnRead(NSG(conn), buf, max_read); in php_ns_sapi_read_post()

Completed in 10 milliseconds