Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_objects_API.h98 static inline zend_property_info *zend_get_property_info_for_slot(zend_object *obj, zval *slot) in zend_get_property_info_for_slot()
107 …atic inline zend_property_info *zend_get_typed_property_info_for_slot(zend_object *obj, zval *slot) in zend_get_typed_property_info_for_slot()
H A Dzend_execute.h361 #define CACHED_PTR_EX(slot) \ argument
364 #define CACHE_PTR_EX(slot, ptr) do { \ argument
368 #define CACHED_POLYMORPHIC_PTR_EX(slot, ce) \ argument
371 #define CACHE_POLYMORPHIC_PTR_EX(slot, ce, ptr) do { \ argument
H A Dzend_opcode.c935 uint32_t slot = ZEND_MM_ALIGNED_SIZE_EX(op_array->cache_size, 8); in pass_two() local
H A Dzend_object_handlers.c1131 zval *slot = OBJ_PROP(zobj, property_offset); in zend_std_unset_property() local
H A Dzend_API.c1302 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_init_ex() local
1354 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_load() local
H A Dzend_execute.c2749 zend_object *obj, zval *slot) in zend_object_fetch_property_type_info()
/PHP-7.4/ext/session/
H A Dmod_mm.c113 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.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c4697 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local
5346 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local
5365 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local
H A Dpcre2_study.c479 PCRE2_UCHAR *slot = in find_minlength() local
H A Dpcre2_compile.c5205 PCRE2_UCHAR *slot = cb->name_table; in find_dupname_details() local
8762 PCRE2_UCHAR *slot = cb->name_table; in add_name_to_table() local
H A Dpcre2_jit_compile.c1071 PCRE2_SPTR slot; in check_opcode_types() local
8928 PCRE2_SPTR slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in compile_dnref_search() local
10149 PCRE2_SPTR slot; in compile_bracket_matchingpath() local
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c824 FT_GlyphSlot slot; local

Completed in 167 milliseconds