Home
last modified time | relevance | path

Searched refs:size_t (Results 751 – 762 of 762) sorted by relevance

1...<<31

/PHP-8.2/Zend/
H A Dzend_builtin_functions.c788 size_t prop_len; in ZEND_FUNCTION()
H A Dzend_vm_def.h408 size_t len = ZSTR_LEN(op1_str);
3172 size_t len = ZSTR_LEN(op1_str);
3333 size_t len = 0;
6826 size_t prop_name_len; in ZEND_VM_HELPER()
7091 size_t prop_name_len;
8701 …ZEND_ASSERT(zend_vm_calc_used_stack(2, call->func) <= (size_t)(((char*)EG(vm_stack_end)) - (char*)…
H A Dzend_vm_execute.h2837 size_t prop_name_len; in zend_fe_fetch_object_helper_SPEC()
6638 size_t len = ZSTR_LEN(op1_str); in ZEND_FAST_CONCAT_SPEC_CONST_CONST_HANDLER()
8558 size_t len = ZSTR_LEN(op1_str); in ZEND_CONCAT_SPEC_CONST_TMPVAR_HANDLER()
8983 size_t len = ZSTR_LEN(op1_str); in ZEND_FAST_CONCAT_SPEC_CONST_TMPVAR_HANDLER()
10932 size_t len = ZSTR_LEN(op1_str); in ZEND_CONCAT_SPEC_CONST_CV_HANDLER()
11357 size_t len = ZSTR_LEN(op1_str); in ZEND_FAST_CONCAT_SPEC_CONST_CV_HANDLER()
14963 size_t len = ZSTR_LEN(op1_str); in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER()
19685 size_t len = 0; in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER()
20162 size_t len = 0; in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER()
21023 size_t len = 0; in ZEND_ROPE_END_SPEC_TMP_CV_HANDLER()
[all …]
/PHP-8.2/ext/spl/
H A Dspl_iterators.c973 for (size_t i = 0; i < 6; i++) { in spl_RecursiveIteratorIterator_free_storage()
1842 size_t count = 0; in PHP_METHOD()
/PHP-8.2/ext/opcache/
H A Dzend_persist.c952 size_t size = sizeof(zend_property_info *) * ce->default_properties_count; in zend_persist_class_entry()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc112 static size_t tsrm_ls_cache_tcb_offset = 0;
113 static size_t tsrm_tls_index = 0;
114 static size_t tsrm_tls_offset = 0;
127 size_t offset;
2987 static int zend_jit_patch(const void *code, size_t size, uint32_t jmp_table_size, const void *from_…
3086 size_t prologue_size;
3225 size_t offset = jit_extension->offset;
8469 | // if (UNEXPECTED(used_stack > (size_t)(((char*)EG(vm_stack_end)) - (char*)call))) {
13703 size_t len;
13744 size_t len;
[all …]
/PHP-8.2/ext/gd/libgd/
H A Dgd_interpolation.c826 size_t weights_size; in _gdContributionsAlloc()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_ucptables.c1520 const size_t PRIV(utt_size) = sizeof(PRIV(utt)) / sizeof(ucp_type_table);
H A Dpcre2_jit_compile.c67 static void * pcre2_jit_malloc(size_t size, void *allocator_data) in pcre2_jit_malloc()
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c382 size_t size = sizeof(cpu_features); in have_facility_dynamic()
/PHP-8.2/build/
H A Dltmain.sh5054 void * xmalloc (size_t num);
/PHP-8.2/ext/date/lib/
H A Dparse_date.c359 size_t alloc_size = *count ? (*count * 2) : 1; in alloc_error_message()
24845 timelib_time *timelib_strtotime(const char *s, size_t len, timelib_error_container **errors, const … in timelib_strtotime()
25028 timelib_time *timelib_parse_from_format(const char *format, const char *string, size_t len, timelib… in timelib_parse_from_format()
25033 timelib_time *timelib_parse_from_format_with_map(const char *format, const char *string, size_t len… in timelib_parse_from_format_with_map()

Completed in 330 milliseconds

1...<<31