Searched defs:count_bytes (Results 1 – 5 of 5) sorted by relevance
181 php_apache_sapi_read_post(char *buf, size_t count_bytes) in php_apache_sapi_read_post()
474 static size_t sapi_cgi_read_post(char *buffer, size_t count_bytes) in sapi_cgi_read_post()502 static size_t sapi_fcgi_read_post(char *buffer, size_t count_bytes) in sapi_fcgi_read_post()
308 static size_t sapi_lsapi_read_post(char *buffer, size_t count_bytes) in sapi_lsapi_read_post()
473 static size_t sapi_cgi_read_post(char *buffer, size_t count_bytes) /* {{{ */ in sapi_cgi_read_post()
571 static size_t sapi_cli_server_read_post(char *buf, size_t count_bytes) /* {{{ */ in sapi_cli_server_read_post()
Completed in 25 milliseconds