Home
last modified time | relevance | path

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

/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp160 unsigned int offset=0, readbytes; in CompareStringWithFile() local
169 readbytes = fread(buf, 1, sizeof(buf), fp); in CompareStringWithFile()
173 if (offset+readbytes > str_length in CompareStringWithFile()
174 || memcmp(buf, str+offset, readbytes)!=NULL) { in CompareStringWithFile()
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c360 ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) in php_input_filter() argument
371 return ap_get_brigade(f->next, bb, mode, block, readbytes); in php_input_filter()
381 if ((rv = ap_get_brigade(f->next, bb, mode, block, readbytes)) != APR_SUCCESS) { in php_input_filter()

Completed in 8 milliseconds