Home
last modified time | relevance | path

Searched refs:size (Results 751 – 775 of 775) sorted by relevance

1...<<31

/php-src/Zend/
H A Dzend_execute.c187 #define ZEND_VM_STACK_PAGE_ALIGNED_SIZE(size, page_size) \ argument
188 (((size) + ZEND_VM_STACK_HEADER_SLOTS * sizeof(zval) \
220 ZEND_API void* zend_vm_stack_extend(size_t size) in zend_vm_stack_extend() argument
228 EXPECTED(size < EG(vm_stack_page_size) - (ZEND_VM_STACK_HEADER_SLOTS * sizeof(zval))) ? in zend_vm_stack_extend()
229 EG(vm_stack_page_size) : ZEND_VM_STACK_PAGE_ALIGNED_SIZE(size, EG(vm_stack_page_size)), in zend_vm_stack_extend()
232 EG(vm_stack_top) = (void*)(((char*)ptr) + size); in zend_vm_stack_extend()
H A Dzend_exceptions.c668 fci.size = sizeof(fci); in ZEND_METHOD()
H A Dzend_vm_execute.h7733 uint32_t size; in ZEND_INIT_ARRAY_SPEC_CONST_CONST_HANDLER() local
10108 uint32_t size; in ZEND_INIT_ARRAY_SPEC_CONST_TMPVAR_HANDLER() local
11033 uint32_t size; in ZEND_INIT_ARRAY_SPEC_CONST_UNUSED_HANDLER() local
12589 uint32_t size; in ZEND_INIT_ARRAY_SPEC_CONST_CV_HANDLER() local
20749 uint32_t size; in ZEND_INIT_ARRAY_SPEC_TMP_CONST_HANDLER() local
21189 uint32_t size; in ZEND_INIT_ARRAY_SPEC_TMP_TMPVAR_HANDLER() local
21646 uint32_t size; in ZEND_INIT_ARRAY_SPEC_TMP_UNUSED_HANDLER() local
22046 uint32_t size; in ZEND_INIT_ARRAY_SPEC_TMP_CV_HANDLER() local
25938 uint32_t size; in ZEND_INIT_ARRAY_SPEC_VAR_CONST_HANDLER() local
28453 uint32_t size; in ZEND_INIT_ARRAY_SPEC_VAR_TMPVAR_HANDLER() local
[all …]
H A Dzend_gc.c1863 fiber->fci.size = sizeof(fiber->fci); in gc_create_destructor_fiber()
H A Dzend_API.c1043 fci->size = 0; in zend_parse_arg_impl()
4309 fci->size = sizeof(*fci); in zend_fcall_info_init()
H A Dzend_vm_def.h6364 uint32_t size; variable
6369 size = opline->extended_value >> ZEND_ARRAY_SIZE_SHIFT;
6370 ZVAL_ARR(array, zend_new_array(size));
/php-src/ext/opcache/jit/ir/
H A Dir_fold.h2390 size_t size = ir_type_size[IR_OPT_TYPE(opt)]; in IR_FOLD() local
2393 if (size == 1) { in IR_FOLD()
2398 } else if (size == 2) { in IR_FOLD()
2403 } else if (size == 4) { in IR_FOLD()
H A Dir_builder.h647 ir_ref _ir_ALLOCA(ir_ctx *ctx, ir_ref size);
648 void _ir_AFREE(ir_ctx *ctx, ir_ref size);
/php-src/ext/openssl/
H A Dopenssl.c3571 static int php_openssl_pem_password_cb(char *buf, int size, int rwflag, void *userdata) in php_openssl_pem_password_cb() argument
3579 size = (password->len > size) ? size : password->len; in php_openssl_pem_password_cb()
3580 memcpy(buf, password->key, size); in php_openssl_pem_password_cb()
3582 return size; in php_openssl_pem_password_cb()
/php-src/ext/date/
H A Dphp_date.c2073 size_t size; in php_timezone_to_string() local
2076 size = sizeof("+05:00"); in php_timezone_to_string()
2079 size = sizeof("+05:00:01"); in php_timezone_to_string()
2082 zend_string *tmpstr = zend_string_alloc(size - 1, 0); in php_timezone_to_string()
2085 ZSTR_LEN(tmpstr) = snprintf(ZSTR_VAL(tmpstr), size, format, in php_timezone_to_string()
/php-src/main/streams/
H A Duserspace.c822 STAT_PROP_ENTRY(size); in statbuf_from_array()
/php-src/sapi/fpm/tests/
H A Dfcgi.inc664 * @param int $readLimit max content size
/php-src/ext/intl/
H A Dphp_intl_arginfo.h494 ZEND_ARG_TYPE_INFO(0, size, IS_LONG, 0)
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c116 fci.size = sizeof(zend_fcall_info); in phpdbg_call_register()
/php-src/ext/ffi/
H A Dffi_parser.c286 const char *yy_escape_string(char *buf, size_t size, const unsigned char *str, size_t n) in yy_escape_string() argument
293 if (pos + 8 > size) { in yy_escape_string()
/php-src/ext/hash/xxhash/
H A Dxxhash.h1506 static void* XXH_memcpy(void* dest, const void* src, size_t size) in XXH_memcpy() argument
1508 return memcpy(dest,src,size); in XXH_memcpy()
/php-src/ext/standard/
H A Dvar_unserializer.re264 fci.size = sizeof(fci);
H A Dbasic_functions_arginfo.h1247 ZEND_ARG_TYPE_INFO(0, size, IS_LONG, 0)
1946 ZEND_ARG_TYPE_INFO(0, size, IS_LONG, 0)
H A Dhtml_tables.h1098 unsigned size; /* number of remaining entries in the table */ member
/php-src/ext/fileinfo/
H A Dlibmagic.patch884 /* malloc size is a conservative overestimate; could be
1458 #define FILE_NAMES_SIZE 60 /* size of array to contain all names */
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c210 static void zend_jit_trace_add_code(const void *start, uint32_t size) in zend_jit_trace_add_code() argument
215 t->code_size = size; in zend_jit_trace_add_code()
/php-src/ext/mbstring/tests/data/
H A DJISX0212.txt30 # names in this file increases its size substantially
H A DSHIFTJIS.txt30 # names in this file increases its size substantially
H A DJISX0208.txt31 # names in this file increases its size substantially
H A DBIG5.txt67 # names in this file increases its size substantially

Completed in 380 milliseconds

1...<<31