Searched defs:slot (Results 1 – 14 of 14) sorted by relevance
/php-src/Zend/ |
H A D | zend_objects_API.h | 101 static inline zend_property_info *zend_get_property_info_for_slot_self(zend_object *obj, zval *slot) in zend_get_property_info_for_slot_self() 109 static inline zend_property_info *zend_get_property_info_for_slot(zend_object *obj, zval *slot) in zend_get_property_info_for_slot() 121 …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 D | zend_execute.h | 469 #define CACHED_PTR_EX(slot) \ argument 472 #define CACHE_PTR_EX(slot, ptr) do { \ argument 476 #define CACHED_POLYMORPHIC_PTR_EX(slot, ce) \ argument 479 #define CACHE_POLYMORPHIC_PTR_EX(slot, ce, ptr) do { \ argument
|
H A D | zend_alloc.c | 1294 …end_mm_free_slot* zend_mm_encode_free_slot(const zend_mm_heap *heap, const zend_mm_free_slot *slot) 1303 …ays_inline zend_mm_free_slot* zend_mm_decode_free_slot(zend_mm_heap *heap, zend_mm_free_slot *slot) 1312 …zend_mm_set_next_free_slot(zend_mm_heap *heap, uint32_t bin_num, zend_mm_free_slot *slot, zend_mm_… 1320 …ree_slot *zend_mm_get_next_free_slot(zend_mm_heap *heap, uint32_t bin_num, zend_mm_free_slot* slot) 1333 # define zend_mm_set_next_free_slot(heap, bin_num, slot, next) do { \ argument 1336 # define zend_mm_get_next_free_slot(heap, bin_num, slot) (slot)->next_free_slot argument
|
H A D | zend_opcode.c | 1096 uint32_t slot = ZEND_MM_ALIGNED_SIZE_EX(op_array->cache_size, 8); in pass_two() local
|
H A D | zend_lazy_objects.c | 802 zend_property_info *zend_lazy_object_get_property_info_for_slot(zend_object *obj, zval *slot) in zend_lazy_object_get_property_info_for_slot()
|
H A D | zend_object_handlers.c | 1423 zval *slot = OBJ_PROP(zobj, property_offset); in zend_std_unset_property() local
|
H A D | zend_API.c | 1703 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_init_ex() local 1755 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_load() local
|
/php-src/ext/session/ |
H A D | mod_mm.c | 112 uint32_t hv, slot; in ps_sd_new() local 150 uint32_t slot; in ps_sd_destroy() local 176 uint32_t hv, slot; in ps_sd_lookup() local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 482 PCRE2_UCHAR *slot = in find_minlength() local
|
H A D | pcre2_match.c | 4999 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local 5657 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local 5676 PCRE2_SPTR slot = mb->name_table + GET2(Fecode, 1) * mb->name_entry_size; in match() local
|
H A D | pcre2_compile.c | 5559 PCRE2_UCHAR *slot = cb->name_table; in find_dupname_details() local 9185 PCRE2_UCHAR *slot = cb->name_table; in add_name_to_table() local
|
H A D | pcre2_jit_compile.c | 1120 PCRE2_SPTR slot; in check_opcode_types() local 9437 PCRE2_SPTR slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in compile_dnref_search() local 10807 PCRE2_SPTR slot; in compile_bracket_matchingpath() local
|
/php-src/ext/gd/libgd/ |
H A D | gdft.c | 834 FT_GlyphSlot slot; local
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_ra.c | 3524 ir_ref slot = ir_allocate_spill_slot(ctx, insn->type, &data);; in ir_linear_scan() local
|
Completed in 142 milliseconds