Home
last modified time | relevance | path

Searched defs:to_read (Results 1 – 9 of 9) sorted by relevance

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_net.c91 size_t to_read = count, ret; in MYSQLND_METHOD() local
654 size_t to_read = count; in MYSQLND_METHOD() local
H A Dmysqlnd_protocol_frame_codec.c319 size_t to_read = count; in MYSQLND_METHOD() local
H A Dmysqlnd_vio.c82 size_t to_read = count, ret; in MYSQLND_METHOD() local
/PHP-7.3/sapi/cli/
H A Dphp_http_parser.c264 size_t to_read; in php_http_parser_execute() local
/PHP-7.3/ext/session/
H A Dmod_files.c506 unsigned int to_read = ZSTR_LEN(*val) > UINT_MAX ? UINT_MAX : (unsigned int)ZSTR_LEN(*val); in PS_READ_FUNC() local
/PHP-7.3/ext/phar/
H A Ddirstream.c95 size_t to_read; in phar_dir_read() local
/PHP-7.3/ext/bz2/
H A Dbz2.c144 int to_read = (int)(remain <= INT_MAX ? remain : INT_MAX); in php_bz2iop_read() local
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c499 unsigned int to_read = (diff > UINT_MAX) ? UINT_MAX : (unsigned int)diff; in sapi_cgi_read_post() local
525 int to_read = (diff > INT_MAX) ? INT_MAX : (int)diff; in sapi_fcgi_read_post() local
/PHP-7.3/ext/standard/
H A Dstreamsfuncs.c383 zend_long to_read = 0; in PHP_FUNCTION() local

Completed in 54 milliseconds