Searched defs:slot (Results 1 – 9 of 9) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_execute.h | 348 #define CACHED_PTR_EX(slot) \ argument 351 #define CACHE_PTR_EX(slot, ptr) do { \ argument 355 #define CACHED_POLYMORPHIC_PTR_EX(slot, ce) \ argument 358 #define CACHE_POLYMORPHIC_PTR_EX(slot, ce, ptr) do { \ argument
|
H A D | zend_object_handlers.c | 933 zval *slot = OBJ_PROP(zobj, property_offset); in zend_std_unset_property() local
|
H A D | zend_API.c | 1204 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_init_ex() local 1245 zval *slot = OBJ_PROP(object, property_info->offset); in object_properties_load() local
|
/PHP-7.0/ext/session/ |
H A D | mod_mm.c | 117 php_uint32 hv, slot; in ps_sd_new() local 158 php_uint32 slot; in ps_sd_destroy() local 183 php_uint32 hv, slot; in ps_sd_lookup() local
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 391 pcre_uchar *slot = (pcre_uchar *)re + in find_minlength() local
|
H A D | pcre_exec.c | 1346 pcre_uchar *slot = md->name_table + GET2(ecode, 1) * md->name_entry_size; in match() local 1365 pcre_uchar *slot = md->name_table + GET2(ecode, 1) * md->name_entry_size; in match() local 2707 pcre_uchar *slot = md->name_table + GET2(ecode, 1) * md->name_entry_size; in match() local
|
H A D | pcre_compile.c | 6691 pcre_uchar *slot; in compile_branch() local 8906 pcre_uchar *slot = cd->name_table; in add_name() local
|
H A D | pcre_jit_compile.c | 782 pcre_uchar *slot; in check_opcode_types() local 5962 pcre_uchar *slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in compile_dnref_search() local 6993 pcre_uchar *slot; in compile_bracket_matchingpath() local
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gdft.c | 817 FT_GlyphSlot slot; local
|
Completed in 104 milliseconds