Home
last modified time | relevance | path

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

/php-src/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-src/Zend/
H A Dzend_stream.c162 ssize_t read; in zend_stream_fixup() local
176 ssize_t read; in zend_stream_fixup() local
/php-src/ext/standard/
H A Ddir.stub.php113 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-src/ext/zend_test/
H A Dobject_handlers.stub.php27 public bool $read = false; variable in DimensionHandlersNoArrayAccess
/php-src/ext/zlib/
H A Dzlib_fopen_wrapper.c36 int read; in php_gziop_read() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstrtod.c87 size_t read; in lexbor_strtod_diyfp_read() local
/php-src/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.c49 size_t read; in phar_zip_process_extra() local
485 size_t read; in phar_parse_zipfile() local
/php-src/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-src/ext/gd/libgd/
H A Dgd_webp.c49 unsigned char *read, *temp; in gdImageCreateFromWebpCtx() local
/php-src/ext/xmlreader/
H A Dphp_xmlreader.stub.php170 public function read(): bool {} function in XMLReader
H A Dphp_xmlreader.c754 PHP_METHOD(XMLReader, read) in PHP_METHOD() argument
/php-src/TSRM/
H A Dtsrm_win32.c448 int fno, type_len, read, mode; in popen_ex() local
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c478 __m128i read = _mm_loadu_si128((__m128i *) buf); /* [A:P] */ in adler32_do16_loop() local
/php-src/ext/dom/
H A Dhtml_document.c476 size_t *read, in dom_setup_parser_encoding_implicitly()
1035 ssize_t read; in PHP_METHOD() local
/php-src/ext/curl/
H A Dcurl_private.h73 php_curl_read *read; member
/php-src/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/php-src/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-src/ext/sockets/
H A Dsockets.stub.php1886 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec…
/php-src/main/
H A Dphp_streams.h122 ssize_t (*read)(php_stream *stream, char *buf, size_t count); member
/php-src/ext/openssl/
H A Dxp_ssl.c2043 static ssize_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ … in php_openssl_sockop_io()
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h1079 void (*read)(struct st_mysqlnd_read_buffer *, size_t count, zend_uchar * dest); member

Completed in 140 milliseconds