Searched refs:size_t (Results 751 – 762 of 762) sorted by relevance
1...<<31
/PHP-8.2/Zend/ |
H A D | zend_builtin_functions.c | 788 size_t prop_len; in ZEND_FUNCTION()
|
H A D | zend_vm_def.h | 408 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 D | zend_vm_execute.h | 2837 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 D | spl_iterators.c | 980 for (size_t i = 0; i < 6; i++) { in spl_RecursiveIteratorIterator_free_storage() 1849 size_t count = 0; in PHP_METHOD()
|
/PHP-8.2/ext/opcache/ |
H A D | zend_persist.c | 956 size_t size = sizeof(zend_property_info *) * ce->default_properties_count; in zend_persist_class_entry()
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 112 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/pcre/pcre2lib/ |
H A D | pcre2_ucptables.c | 1520 const size_t PRIV(utt_size) = sizeof(PRIV(utt)) / sizeof(ucp_type_table);
|
H A D | pcre2_jit_compile.c | 67 static void * pcre2_jit_malloc(size_t size, void *allocator_data) in pcre2_jit_malloc()
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 826 size_t weights_size; in _gdContributionsAlloc()
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeS390X.c | 382 size_t size = sizeof(cpu_features); in have_facility_dynamic()
|
/PHP-8.2/build/ |
H A D | ltmain.sh | 5054 void * xmalloc (size_t num);
|
/PHP-8.2/ext/date/lib/ |
H A D | parse_date.c | 359 size_t alloc_size = *count ? (*count * 2) : 1; in alloc_error_message() 24849 timelib_time *timelib_strtotime(const char *s, size_t len, timelib_error_container **errors, const … in timelib_strtotime() 25032 timelib_time *timelib_parse_from_format(const char *format, const char *string, size_t len, timelib… in timelib_parse_from_format() 25037 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 316 milliseconds
1...<<31