Home
last modified time | relevance | path

Searched defs:read (Results 1 – 23 of 23) sorted by relevance

/PHP-8.3/ext/session/
H A Dsession.stub.php74 callable $read = UNKNOWN,
101 public function read(string $id): string|false; function
137 public function read(string $id): string|false {} function in SessionHandler
H A Dmod_user_class.c90 PHP_METHOD(SessionHandler, read) in PHP_METHOD() argument
/PHP-8.3/ext/standard/
H A Ddir.stub.php28 public function read(): string|false {} function in Directory
H A Dphp_fopen_wrapper.c79 ssize_t read; in php_stream_input_read() local
H A Dexec.c180 ssize_t read; in php_exec() local
/PHP-8.3/Zend/
H A Dzend_stream.c162 ssize_t read; in zend_stream_fixup() local
176 ssize_t read; in zend_stream_fixup() local
/PHP-8.3/ext/zlib/
H A Dzlib_fopen_wrapper.c36 int read; in php_gziop_read() local
/PHP-8.3/ext/phar/
H A Dtar.c164 size_t save = php_stream_tell(fp), read; in phar_tar_process_metadata() local
207 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local
H A Dzip.c48 size_t read; in phar_zip_process_extra() local
455 size_t read; in phar_parse_zipfile() local
/PHP-8.3/ext/standard/libavifinfo/
H A Davifinfo.c101 read_stream_t read; // Used to fetch more bytes from the 'stream'. member
712 AvifInfoStatus AvifInfoIdentifyStream(void* stream, read_stream_t read, in AvifInfoIdentifyStream()
723 AvifInfoStatus AvifInfoGetFeaturesStream(void* stream, read_stream_t read, in AvifInfoGetFeaturesStream()
/PHP-8.3/ext/gd/libgd/
H A Dgd_webp.c50 unsigned char *read, *temp; in gdImageCreateFromWebpCtx() local
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader.stub.php192 public function read(): bool {} function in XMLReader
H A Dphp_xmlreader.c775 PHP_METHOD(XMLReader, read) in PHP_METHOD() argument
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c478 __m128i read = _mm_loadu_si128((__m128i *) buf); /* [A:P] */ in adler32_do16_loop() local
/PHP-8.3/TSRM/
H A Dtsrm_win32.c448 int fno, type_len, read, mode; in popen_ex() local
/PHP-8.3/ext/curl/
H A Dcurl_private.h73 php_curl_read *read; member
/PHP-8.3/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/PHP-8.3/ext/sockets/
H A Dsockets.stub.php1852 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec…
/PHP-8.3/main/streams/
H A Dstreams.c795 ssize_t read = php_stream_read(stream, ZSTR_VAL(str), len); in php_stream_read_to_str() local
/PHP-8.3/main/
H A Dphp_streams.h122 ssize_t (*read)(php_stream *stream, char *buf, size_t count); member
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c2047 static ssize_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ … in php_openssl_sockop_io()
/PHP-8.3/ext/imap/
H A Dphp_imap.c4550 unsigned long read; in php_mail_gets() local
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_structs.h1078 void (*read)(struct st_mysqlnd_read_buffer *, size_t count, zend_uchar * dest); member

Completed in 84 milliseconds