Home
last modified time | relevance | path

Searched refs:read (Results 601 – 624 of 624) sorted by relevance

1...<<2122232425

/php-src/sapi/cli/
H A Dphp_cli_server.c1147 _nbytes_read = read(fd, chunk->data.heap.p, (unsigned int)chunk->data.heap.len); in php_cli_server_content_sender_pull()
1149 _nbytes_read = read(fd, chunk->data.heap.p, chunk->data.heap.len); in php_cli_server_content_sender_pull()
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h1079 void (*read)(struct st_mysqlnd_read_buffer *, size_t count, zend_uchar * dest); member
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c457 tmp_read_bytes = read(request_body_fd, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
H A Dfpm_conf.c1669 for (n = 0; (nb_read = read(fd, &c, sizeof(char))) == sizeof(char) && c != '\n'; n++) { in fpm_conf_load_ini_file()
/php-src/main/
H A Dfastcgi.c973 ret = read(req->fd, ((char*)buf)+n, count-n); in safe_read()
/php-src/
H A DCONTRIBUTING.md85 You may also want to read
H A DREADME.REDIST.BINS565 zip_dirent.c -- read directory entry (local or central), clean dirent
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c318 while (read(globals->watch_userfaultfd, &fault_msg, sizeof(fault_msg)) == sizeof(fault_msg)) {
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h486 ZEND_ARG_TYPE_INFO(0, read, IS_LONG, 0)
/php-src/sapi/fpm/
H A Dwww.conf.in47 ; Set permissions for unix socket, if one is used. In Linux, read/write
/php-src/sapi/cgi/
H A Dcgi_main.c496 tmp_read_bytes = read(STDIN_FILENO, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
/php-src/ext/standard/
H A Dbasic_functions.stub.php3384 function stream_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, ?int $microse…
H A Dbasic_functions_arginfo.h1807 ZEND_ARG_TYPE_INFO(1, read, IS_ARRAY, 1)
/php-src/.github/workflows/
H A Dnightly.yml7 contents: read
/php-src/ext/mbstring/libmbfl/
H A DLICENSE466 Please read the following detail of the licence (in japanese).
/php-src/ext/mbstring/tests/
H A Dutf_encodings.phpt902 // This string caused an out-of-bounds read; it was found by a fuzzer
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます108 # attributes (bits: 0~owner read,1~owner write,3~no delete,4~public read,5~public write)
7950 >2 leshort &0x0040 \b, read only
13290 >>>139 string Disk\ read\ error\0\r
13605 >>>>&0 string Disk\ read\ error\0
17872 >2 beshort 0410 read-only binary
17876 >2 beshort 0410 read-only binary
22570 # indicates ROM is read cacheable
27398 >>>>>>6 string !read\040error\015
38340 # to read Backing File Information
38362 # to read Backing File Information
[all …]
H A Dmagic108 # attributes (bits: 0~owner read,1~owner write,3~no delete,4~public read,5~public write)
7950 >2 leshort &0x0040 \b, read only
13290 >>>139 string Disk\ read\ error\0\r
13605 >>>>&0 string Disk\ read\ error\0
17872 >2 beshort 0410 read-only binary
17876 >2 beshort 0410 read-only binary
22570 # indicates ROM is read cacheable
27398 >>>>>>6 string !read\040error\015
38340 # to read Backing File Information
38362 # to read Backing File Information
[all …]
/php-src/ext/odbc/
H A Dphp_odbc.c1133 while ((nbytes = read(fp, &buf, 4096)) > 0) { in PHP_FUNCTION()
/php-src/ext/date/lib/
H A Dparse_date.re342 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
H A Dparse_date.c344 if((cnt = read(s->fd, (char*) s->lim, BSIZE)) != BSIZE){
/php-src/build/
H A Dphp.m41286 dnl component of the path has execute but not read permissions.
/php-src/ext/soap/
H A Dphp_sdl.c1540 if (read(f, in, st.st_size) != st.st_size) { in get_sdl_from_cache()
/php-src/ext/ffi/
H A Dffi.c3292 if (fd < 0 || read(fd, code, code_size) != code_size) { in zend_ffi_load()

Completed in 454 milliseconds

1...<<2122232425