Searched defs:slot (Results 1 – 11 of 11) sorted by relevance
/PHP-7.3/Zend/ |
H A D | zend_execute.h | 360 #define CACHED_PTR_EX(slot) \ argument 363 #define CACHE_PTR_EX(slot, ptr) do { \ argument 367 #define CACHED_POLYMORPHIC_PTR_EX(slot, ce) \ argument 370 #define CACHE_POLYMORPHIC_PTR_EX(slot, ce, ptr) do { \ argument
|
H A D | zend_opcode.c | 562 uint32_t slot = ZEND_MM_ALIGNED_SIZE_EX(op_array->cache_size, 8); in pass_two() local
|
H A D | zend_object_handlers.c | 1000 zval *slot = OBJ_PROP(zobj, property_offset); in zend_std_unset_property() local
|
H A D | zend_API.c | 1233 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_init_ex() local 1274 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_load() local
|
/PHP-7.3/ext/session/ |
H A D | mod_mm.c | 113 uint32_t hv, slot; in ps_sd_new() local 154 uint32_t slot; in ps_sd_destroy() local 179 uint32_t hv, slot; in ps_sd_lookup() local
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regexec.c | 62 } slot[ONIG_CALLOUT_DATA_SLOT_NUM]; member 1380 int callout_num, int slot, in onig_get_callout_data_dont_clear_old() 1406 int callout_num, int slot, in onig_get_callout_data() 1428 const UChar* tag, const UChar* tag_end, int slot, in onig_get_callout_data_by_tag() 1442 int callout_num, int slot, in onig_get_callout_data_by_callout_args() 1459 int callout_num, int slot, in onig_set_callout_data() 1476 const UChar* tag, const UChar* tag_end, int slot, in onig_set_callout_data_by_tag() 1490 int callout_num, int slot, in onig_set_callout_data_by_callout_args() 6149 int slot; in onig_builtin_total_count() local 6207 int slot; in onig_builtin_max() local [all …]
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 464 PCRE2_UCHAR *slot = in find_minlength() local
|
H A D | pcre2_match.c | 4624 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local 5270 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local 5289 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local
|
H A D | pcre2_compile.c | 4836 PCRE2_UCHAR *slot = cb->name_table; in find_dupname_details() local 8310 PCRE2_UCHAR *slot = cb->name_table; in add_name_to_table() local
|
H A D | pcre2_jit_compile.c | 858 PCRE2_SPTR slot; in check_opcode_types() local 7813 PCRE2_SPTR slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in compile_dnref_search() local 8930 PCRE2_SPTR slot; in compile_bracket_matchingpath() local
|
/PHP-7.3/ext/gd/libgd/ |
H A D | gdft.c | 824 FT_GlyphSlot slot; local
|
Completed in 117 milliseconds