Home
last modified time | relevance | path

Searched refs:size (Results 351 – 375 of 697) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_signals.c271 size_t size = sizeof(init_signal_array)/sizeof(init_signal_array[0]); in fpm_signals_init_mask() local
278 for (i = 0; i < size; ++i) { in fpm_signals_init_mask()
/PHP-8.1/sapi/litespeed/
H A Dlsapilib.h182 ssize_t LSAPI_sendfile_r( LSAPI_Request * pReq, int fdIn, off_t* off, size_t size );
333 static inline ssize_t LSAPI_sendfile( int fdIn, off_t* off, size_t size ) in LSAPI_sendfile() argument
335 return LSAPI_sendfile_r(&g_req, fdIn, off, size ); in LSAPI_sendfile()
/PHP-8.1/ext/gd/libgd/
H A Dgd_jpeg.c151 void *gdImageJpegPtr (gdImagePtr im, int *size, int quality) in gdImageJpegPtr() argument
156 rv = gdDPExtractData(out, size); in gdImageJpegPtr()
306 gdImagePtr gdImageCreateFromJpegPtr (int size, void *data) in gdImageCreateFromJpegPtr() argument
308 return gdImageCreateFromJpegPtrEx(size, data, 1); in gdImageCreateFromJpegPtr()
311 gdImagePtr gdImageCreateFromJpegPtrEx (int size, void *data, int ignore_warning) in gdImageCreateFromJpegPtrEx() argument
314 gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); in gdImageCreateFromJpegPtrEx()
/PHP-8.1/ext/oci8/tests/
H A Dbug32325.phpt36 var_dump($collection->size());
H A Dbug47281_tt.phpt2 Bug #47281 ($php_errormsg is limited in size of characters)
/PHP-8.1/ext/phar/tests/
H A D010.phpt29 internal corruption of phar "%s" (too many manifest entries for size of manifest)
H A D011.phpt30 internal corruption of phar "%s" (compressed and uncompressed size does not match for uncompressed …
/PHP-8.1/ext/gd/tests/
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
/PHP-8.1/Zend/tests/
H A Dbug38779.phpt23 return array('size' => strlen($this->data));
H A Dbug78340.phpt35 'size' => strlen($this->bytes),
/PHP-8.1/Zend/asm/
H A Djump_i386_sysv_elf_gas.S90 .size jump_fcontext,.-jump_fcontext
H A Dmake_arm_aapcs_elf_gas.S78 .size make_fcontext,.-make_fcontext
H A Dmake_i386_sysv_elf_gas.S110 .size make_fcontext,.-make_fcontext
H A Dmake_x86_64_sysv_elf_gas.S144 .size make_fcontext,.-make_fcontext
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c743 fc->fci.size = sizeof(fc->fci); in sqlite3_do_callback()
1074 size_t size; member
1098 sqlite3_stream->position = sqlite3_stream->size; in php_sqlite3_stream_write()
1174 if (sqlite3_stream->size < (size_t)(offset)) { in php_sqlite3_stream_seek()
1175 sqlite3_stream->position = sqlite3_stream->size; in php_sqlite3_stream_seek()
1186 sqlite3_stream->position = sqlite3_stream->size; in php_sqlite3_stream_seek()
1215 ssb->sb.st_size = sqlite3_stream->size; in php_sqlite3_stream_stat()
1262 sqlite3_stream->size = sqlite3_blob_bytes(blob); in PHP_METHOD()
1315 db_obj->authorizer_fci.size = 0; in PHP_METHOD()
2052 if (fci->size == 0) { in php_sqlite3_authorizer()
[all …]
/PHP-8.1/ext/standard/tests/file/
H A Dfread_basic.phpt9 Description : Check the length of the data, and compare the size with $expect_size
15 $size=strlen($data);
16 if ( $size == $expect_size)
19 echo "Error: Expected: $expect_size, Actual: $size";
63 /* read file by giving size more than its size */
69 $data_from_file=fread($file_handle, 1030);// request for 6 bytes more than its size
75 // reading 1000 bytes within the file max size
81 $data_from_file=fread($file_handle, 1000);// request for 24 bytes less than its size
H A Dfstat.phpt62 ["size"]=>
H A D001-win32-mb.phpt49 echo "$fname size is " . filesize($fname) . "\n";
95 test_私はガラスを食べられます.file size is 0
/PHP-8.1/tests/basic/
H A Drfc1867_multiple_webkitdirectory.phpt64 ["size"]=>
/PHP-8.1/ext/standard/tests/strings/
H A Dstr_pad_variation5.phpt29 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
/PHP-8.1/Zend/tests/fibers/
H A Dget-return-after-bailout.phpt25 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) %sget-return-a…
/PHP-8.1/ext/readline/
H A Dreadline_cli.c605 size_t size = 4096, pos = 0, len; in readline_shell_run() local
606 char *code = emalloc(size); in readline_shell_run()
669 if (pos + len + 2 > size) { in readline_shell_run()
670 size = pos + len + 2; in readline_shell_run()
671 code = erealloc(code, size); in readline_shell_run()
/PHP-8.1/ext/session/tests/
H A Drfc1867_sid_invalid.phpt81 ["size"]=>
96 ["size"]=>
/PHP-8.1/sapi/fuzzer/
H A Dconfig.m452 dnl Disable object-size sanitizer, because it is incompatible with our zend_function
56 … CFLAGS="$CFLAGS -fsanitize=undefined -fno-sanitize=object-size -fno-sanitize-recover=undefined"
/PHP-8.1/ext/opcache/
H A DZendAccelerator.h124 size_t size; /* size of used shared memory */ member
310 accel_time_t zend_get_file_handle_timestamp(zend_file_handle *file_handle, size_t *size);

Completed in 50 milliseconds

1...<<11121314151617181920>>...28