Home
last modified time | relevance | path

Searched refs:size (Results 226 – 250 of 697) sorted by relevance

12345678910>>...28

/PHP-8.1/Zend/
H A Dzend_llist.h39 size_t size; member
48 ZEND_API void zend_llist_init(zend_llist *l, size_t size, llist_dtor_func_t dtor, unsigned char per…
H A Dzend_fibers.c70 size_t size; member
145 extern void *make_fcontext(void *sp, size_t size, void (*fn)(boost_context_data));
175 static zend_fiber_stack *zend_fiber_stack_allocate(size_t size) in zend_fiber_stack_allocate() argument
181 if (size < minimum_stack_size) { in zend_fiber_stack_allocate()
186 const size_t stack_size = (size + page_size - 1) / page_size * page_size; in zend_fiber_stack_allocate()
232 stack->size = stack_size; in zend_fiber_stack_allocate()
236 stack->valgrind_stack_id = VALGRIND_STACK_REGISTER(base, base + stack->size); in zend_fiber_stack_allocate()
241 stack->asan_size = stack->size; in zend_fiber_stack_allocate()
260 munmap(pointer, stack->size + ZEND_FIBER_GUARD_PAGES * page_size); in zend_fiber_stack_free()
335 handle->uc_stack.ss_size = context->stack->size; in zend_fiber_init_context()
[all …]
/PHP-8.1/ext/fileinfo/libmagic/
H A Dtar.h58 char size[12]; member
/PHP-8.1/ext/mbstring/tests/
H A Dbug77367.phpt2 Bug #77367 (Negative size parameter in mb_split)
/PHP-8.1/Zend/asm/
H A Djump_ppc64_sysv_elf_gas.S92 .size jump_fcontext,24
192 .size jump_fcontext, .-jump_fcontext
213 .size .jump_fcontext, .-.L.jump_fcontext
215 .size .jump_fcontext, .-.jump_fcontext
/PHP-8.1/ext/dba/
H A Ddba_cdb.c211 # define cdb_file_read(fildes, buf, size) php_stream_read(fildes, buf, size) argument
213 # define cdb_file_read(fildes, buf, size) read(fildes, buf, size) argument
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_context.c56 static void *default_malloc(size_t size, void *data) in default_malloc() argument
59 return malloc(size); in default_malloc()
86 PRIV(memctl_malloc)(size_t size, pcre2_memctl *memctl) in PRIV()
89 void *yield = (memctl == NULL)? malloc(size) : in PRIV()
90 memctl->malloc(size, memctl->memory_data); in PRIV()
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c346 size_t size = persistent_script->size; in zend_accel_script_checksum() local
352 size -= (unsigned char*)persistent_script - mem; in zend_accel_script_checksum()
358 size -= sizeof(*persistent_script); in zend_accel_script_checksum()
360 if (size > 0) { in zend_accel_script_checksum()
361 checksum = zend_adler32(checksum, mem, size); in zend_accel_script_checksum()
H A Dshared_alloc_mmap.c122 shared_segment->size = requested_size; in create_segments()
129 munmap(shared_segment->p, shared_segment->size); in detach_segment()
/PHP-8.1/ext/spl/tests/
H A Dbug62904.phpt7 public function __construct($size) {
H A DSplFixedArray_setSize_reduce.phpt2 SPL FixedArray can reduce size of array
H A DSplFixedArray__construct_param_array.phpt16 Ok - SplFixedArray::__construct(): Argument #1 ($size) must be of type int, array given
H A DSplFixedArray__construct_param_null.phpt14 Deprecated: SplFixedArray::__construct(): Passing null to parameter #1 ($size) of type int is depre…
/PHP-8.1/ext/gd/tests/
H A Dbug38112.phpt2 Bug #38112 (GIF Invalid Code size ).
/PHP-8.1/ext/standard/tests/strings/
H A Dbug50052.phpt2 Bug #50052 (Different Hashes on Windows and Linux on wrong Salt size)
/PHP-8.1/ext/ldap/tests/
H A Dldap_search_paged_result_controls.phpt24 [['oid' => LDAP_CONTROL_PAGEDRESULTS, 'value' => ['size' => 2]]]),
28 …[['oid' => LDAP_CONTROL_PAGEDRESULTS, 'value' => ['size' => 20, 'cookie' => $controls[LDAP_CONTROL…
/PHP-8.1/ext/oci8/tests/
H A Dlob_025.phpt28 var_dump($blob->size());
30 var_dump($blob->size());
/PHP-8.1/ext/session/tests/
H A Drfc1867_cleanup.phpt70 ["size"]=>
85 ["size"]=>
/PHP-8.1/ext/standard/tests/file/
H A Dbug71882.phpt13 ftruncate(): Argument #2 ($size) must be greater than or equal to 0
H A Dlstat_stat_variation19.phpt93 ["size"]=>
147 ["size"]=>
203 ["size"]=>
257 ["size"]=>
/PHP-8.1/ext/openssl/tests/
H A Dbug74651.phpt2 Bug #74651: negative-size-param (-1) in memcpy in zif_openssl_seal()
/PHP-8.1/ext/standard/tests/array/
H A Drange_bug70239_2.phpt12 The supplied range exceeds the maximum array size: start=0 end=%d
H A Drange_bug70239_3.phpt12 The supplied range exceeds the maximum array size: start=-%d end=0
/PHP-8.1/ext/pcre/tests/
H A Dbug81424a.phpt9 preg_match('/(?P<size>\d+)m|M/', "4M", $m),
/PHP-8.1/ext/ffi/tests/
H A D022.phpt9 function test_size($size, $type) {
10 if (FFI::sizeof(FFI::new($type)) !== $size) {
11 echo "FAIL: sizeof($type) != $size\n";

Completed in 62 milliseconds

12345678910>>...28