Home
last modified time | relevance | path

Searched refs:remaining (Results 26 – 32 of 32) sorted by relevance

12

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c272 uint32_t remaining = str_length; in sapi_cgibin_ub_write() local
275 while (remaining > 0) { in sapi_cgibin_ub_write()
276 ret = sapi_cgibin_single_write(ptr, remaining); in sapi_cgibin_ub_write()
279 return str_length - remaining; in sapi_cgibin_ub_write()
282 remaining -= ret; in sapi_cgibin_ub_write()
434 size_t remaining = SG(request_info).content_length - SG(read_post_bytes); in sapi_cgi_read_post() local
436 if (remaining < count_bytes) { in sapi_cgi_read_post()
437 count_bytes = remaining; in sapi_cgi_read_post()
/PHP-8.2/sapi/cli/
H A Dphp_cli.c280 size_t remaining = str_length; in sapi_cli_ub_write() local
295 while (remaining > 0) in sapi_cli_ub_write()
297 ret = sapi_cli_single_write(ptr, remaining); in sapi_cli_ub_write()
306 remaining -= ret; in sapi_cli_ub_write()
/PHP-8.2/ext/pgsql/tests/
H A D05large_object.phpt30 var_dump(pg_lo_read($handle, 100)); // Read to the end because chunk is larger then remaining conte…
/PHP-8.2/docs/
H A Dstreams.md111 If you want to copy all remaining data from the src stream, pass
126 remaining on the stream if you set maxlen to `PHP_STREAM_COPY_ALL`. The buffer
H A Dparameter-parsing-api.md93 * `|` - indicates that the remaining parameters are optional, they should be
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic11068 # remaining settings normally 0x5A+offset XORed; free_1D5[20] empty since 5.12.0e
16423 # remaining "l" "e" of "color profile" printed later to avoid error
20786 # remaining regex
23566 # the remaining files should be DOS *.COM executables
23641 ## remaining are DOS COM executables starting with assembler instruction MOV
24083 # skip remaining worksheets, because valid only for DIB image (40) or PNG image (\x89PNG)
24464 # remaining archives with just one file
25910 # remaining null clsid
26178 # remaining non null clsid
29477 # remaining older templates, patterns, drawings
[all …]
H A Dmagic私はガラスを食べられます11068 # remaining settings normally 0x5A+offset XORed; free_1D5[20] empty since 5.12.0e
16423 # remaining "l" "e" of "color profile" printed later to avoid error
20786 # remaining regex
23566 # the remaining files should be DOS *.COM executables
23641 ## remaining are DOS COM executables starting with assembler instruction MOV
24083 # skip remaining worksheets, because valid only for DIB image (40) or PNG image (\x89PNG)
24464 # remaining archives with just one file
25910 # remaining null clsid
26178 # remaining non null clsid
29477 # remaining older templates, patterns, drawings
[all …]

Completed in 140 milliseconds

12