Lines Matching refs:size_t
144 size_t last_mapped_len;
339 static size_t php_stdiop_write(php_stream *stream, const char *buf, size_t count) in php_stdiop_write()
356 return (size_t) bytes_written; in php_stdiop_write()
370 static size_t php_stdiop_read(php_stream *stream, char *buf, size_t count) in php_stdiop_read()
373 size_t ret; in php_stdiop_read()
408 if (ret == (size_t)-1 && errno == EINTR) { in php_stdiop_read()
415 …stream->eof = (ret == 0 || (ret == (size_t)-1 && errno != EWOULDBLOCK && errno != EINTR && errno !… in php_stdiop_read()
616 size_t size; in php_stdiop_set_option()
652 size = *(size_t *)ptrparam; in php_stdiop_set_option()
893 static size_t php_plain_files_dirstream_read(php_stream *stream, char *buf, size_t count) in php_plain_files_dirstream_read()
1246 size_t dir_len = strlen(dir), offset = 0; in php_plain_files_mkdir()
1454 size_t filename_length; in _php_stream_fopen_with_path()
1503 size_t cwd_len; in _php_stream_fopen_with_path()
1534 size_t exec_fname_length = ZSTR_LEN(exec_filename); in _php_stream_fopen_with_path()
1541 size_t path_length = strlen(path); in _php_stream_fopen_with_path()