Home
last modified time | relevance | path

Searched refs:zend_uint (Results 1 – 25 of 56) sorted by relevance

123

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_hash.h50 zend_uint key_length;
59 zend_uint num_entries;
60 zend_uint max_num_entries;
61 zend_uint num_direct_entries;
64 void zend_accel_hash_init(zend_accel_hash *accel_hash, zend_uint hash_size);
70 zend_uint key_length,
77 zend_uint key_length);
82 zend_uint key_length);
87 zend_uint key_length);
H A Dzend_accelerator_hash.c39 void zend_accel_hash_init(zend_accel_hash *accel_hash, zend_uint hash_size) in zend_accel_hash_init()
74 zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_hash, char *key, zend_uint key… in zend_accel_hash_update()
143 void* zend_accel_hash_find(zend_accel_hash *accel_hash, char *key, zend_uint key_length) in zend_accel_hash_find()
171 zend_accel_hash_entry* zend_accel_hash_find_entry(zend_accel_hash *accel_hash, char *key, zend_uint in zend_accel_hash_find_entry()
196 int zend_accel_hash_unlink(zend_accel_hash *accel_hash, char *key, zend_uint key_length) in zend_accel_hash_unlink()
/PHP-5.5/Zend/
H A Dzend_static_allocator.h27 typedef unsigned int zend_uint; typedef
39 zend_uint num_blocks;
40 zend_uint current_block;
44 char *static_allocator_allocate(StaticAllocator *sa, zend_uint size);
H A Dzend_gc.h113 zend_uint gc_runs;
114 zend_uint collected;
117 zend_uint root_buf_length;
118 zend_uint root_buf_peak;
119 zend_uint zval_possible_root;
120 zend_uint zobj_possible_root;
121 zend_uint zval_buffered;
122 zend_uint zobj_buffered;
123 zend_uint zval_remove_from_buffer;
125 zend_uint zval_marked_grey;
[all …]
H A Dzend_compile.h79 zend_uint var;
80 zend_uint num;
136 zend_uint try_op;
220 zend_uint flags;
233 zend_uint name_len;
266 zend_uint fn_flags;
268 zend_uint num_args;
276 zend_uint last;
281 zend_uint T;
296 zend_uint this_var;
[all …]
H A Dzend_objects_API.h42 zend_uint refcount;
53 zend_uint top;
54 zend_uint size;
60 ZEND_API void zend_objects_store_init(zend_objects_store *objects, zend_uint init_size);
75 ZEND_API zend_uint zend_objects_store_get_refcount(zval *object TSRMLS_DC);
H A Dzend_static_allocator.c25 inline static void block_init(Block *block, zend_uint block_size) in block_init()
31 inline static char *block_allocate(Block *block, zend_uint size) in block_allocate()
53 char *static_allocator_allocate(StaticAllocator *sa, zend_uint size) in static_allocator_allocate()
70 zend_uint i; in static_allocator_destroy()
H A Dzend_opcode.c62 op_array->refcount = (zend_uint *) emalloc(sizeof(zend_uint)); in init_op_array()
259 zend_uint j = 0; in _destroy_zend_class_traits_info()
358 zend_uint i; in destroy_op_array()
494 zend_uint i; in zend_check_finally_breakout()
517 … void zend_adjust_fast_call(zend_op_array *op_array, zend_uint fast_call, zend_uint start, zend_ui… in zend_adjust_fast_call()
520 zend_uint op_num = 0; in zend_adjust_fast_call()
538 static void zend_resolve_fast_call(zend_op_array *op_array, zend_uint fast_call, zend_uint op_num T… in zend_resolve_fast_call()
541 zend_uint finally_op_num = 0; in zend_resolve_fast_call()
562 zend_uint start_op; in zend_resolve_finally_call()
566 if (dst_num != (zend_uint)-1) { in zend_resolve_finally_call()
[all …]
H A Dzend_interfaces.h64 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_ser…
65 …erialize(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_un…
67 ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, zend_uint *buf_len, ze…
68 …ize_deny(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_un…
H A Dzend.h335 zend_uint refcount__gc;
400 static zend_always_inline zend_uint zval_set_refcount_p(zval* pz, zend_uint rc) { in zval_set_refcount_p()
404 static zend_always_inline zend_uint zval_addref_p(zval* pz) { in zval_addref_p()
472 zend_uint modifiers;
479 zend_uint name_length;
482 zend_uint ce_flags;
519 zend_uint num_interfaces;
522 zend_uint num_traits;
529 zend_uint line_start;
530 zend_uint line_end;
[all …]
H A Dzend_globals.h120 zend_uint start_lineno;
125 zend_uint access_type;
128 zend_uint doc_comment_len;
130 zend_uint compiler_options; /* set of ZEND_COMPILE_* constants */
H A Dzend_types.h27 typedef unsigned int zend_uint; typedef
H A Dzend_execute.c172 ZEND_API zval** zend_get_compiled_variable_value(const zend_execute_data *execute_data, zend_uint v… in zend_get_compiled_variable_value()
190 static zend_never_inline zval **_get_zval_cv_lookup(zval ***ptr, zend_uint var, int type TSRMLS_DC) in _get_zval_cv_lookup()
221 static zend_never_inline zval **_get_zval_cv_lookup_BP_VAR_R(zval ***ptr, zend_uint var TSRMLS_DC) in _get_zval_cv_lookup_BP_VAR_R()
233 static zend_never_inline zval **_get_zval_cv_lookup_BP_VAR_UNSET(zval ***ptr, zend_uint var TSRMLS_… in _get_zval_cv_lookup_BP_VAR_UNSET()
245 static zend_never_inline zval **_get_zval_cv_lookup_BP_VAR_IS(zval ***ptr, zend_uint var TSRMLS_DC) in _get_zval_cv_lookup_BP_VAR_IS()
256 static zend_never_inline zval **_get_zval_cv_lookup_BP_VAR_RW(zval ***ptr, zend_uint var TSRMLS_DC) in _get_zval_cv_lookup_BP_VAR_RW()
273 static zend_never_inline zval **_get_zval_cv_lookup_BP_VAR_W(zval ***ptr, zend_uint var TSRMLS_DC) in _get_zval_cv_lookup_BP_VAR_W()
288 static zend_always_inline zval *_get_zval_ptr_cv(zend_uint var, int type TSRMLS_DC) in _get_zval_ptr_cv()
298 …ine zval *_get_zval_ptr_cv_BP_VAR_R(const zend_execute_data *execute_data, zend_uint var TSRMLS_DC) in _get_zval_ptr_cv_BP_VAR_R()
389 static zend_always_inline zval **_get_zval_ptr_ptr_cv(zend_uint var, int type TSRMLS_DC) in _get_zval_ptr_ptr_cv()
[all …]
H A Dzend_objects_API.c30 ZEND_API void zend_objects_store_init(zend_objects_store *objects, zend_uint init_size) in zend_objects_store_init()
47 zend_uint i = 1; in zend_objects_store_call_destructors()
73 zend_uint i; in zend_objects_store_mark_destructed()
87 zend_uint i = 1; in zend_objects_store_free_object_storage()
141 ZEND_API zend_uint zend_objects_store_get_refcount(zval *object TSRMLS_DC) in zend_objects_store_get_refcount()
H A Dzend_interfaces.c297 zend_uint i; in zend_implement_traversable()
400 ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_ser… in zend_user_serialize()
437 …erialize(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_un… in zend_user_unserialize()
458 ZEND_API int zend_class_serialize_deny(zval *object, unsigned char **buffer, zend_uint *buf_len, ze… in zend_class_serialize_deny()
466 …ize_deny(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_un… in zend_class_unserialize_deny()
H A Dzend_builtin_functions.c752 zend_uint name_len = 0; in ZEND_FUNCTION()
800 zend_uint name_length; in ZEND_FUNCTION()
1643 zend_uint mask = va_arg(args, zend_uint); in copy_class_or_interface_name()
1644 zend_uint comply = va_arg(args, zend_uint); in copy_class_or_interface_name()
1665 zend_uint mask = ZEND_ACC_TRAIT; in ZEND_FUNCTION()
1666 zend_uint comply = 1; in ZEND_FUNCTION()
1683 zend_uint comply = 0; in ZEND_FUNCTION()
1698 zend_uint mask = ZEND_ACC_INTERFACE; in ZEND_FUNCTION()
1699 zend_uint comply = 1; in ZEND_FUNCTION()
2123 zend_uint class_name_len; in ZEND_FUNCTION()
[all …]
H A Dzend_API.h39 zend_uint num_args;
40 zend_uint flags;
49 zend_uint param_count;
71 #define ZEND_FENTRY(zend_name, name, arg_info, flags) { #zend_name, name, arg_info, (zend_uint) (si…
73 #define ZEND_RAW_FENTRY(zend_name, name, arg_info, flags) { zend_name, name, arg_info, (zend_uint
344 ZEND_API int zend_get_object_classname(const zval *object, const char **class_name, zend_uint *clas…
450 …unction_table, zval **object_pp, zval *function_name, zval *retval_ptr, zend_uint param_count, zva…
451 …on_table, zval **object_pp, zval *function_name, zval **retval_ptr_ptr, zend_uint param_count, zva…
524 ZEND_API const char* zend_find_alias_name(zend_class_entry *ce, const char *name, zend_uint len);
599 zend_uint refcount = Z_REFCOUNT_P(z); \
H A Dzend_execute.h40 zend_uint offset;
72 ZEND_API int zend_verify_arg_error(int error_type, const zend_function *zf, zend_uint arg_num, cons…
365 … zval** zend_get_compiled_variable_value(const zend_execute_data *execute_data_ptr, zend_uint var);
/PHP-5.5/ext/opcache/Optimizer/
H A Dnop_removal.c8 zend_uint new_count, i, shift; in nop_removal()
10 zend_uint *shiftlist; in nop_removal()
13 shiftlist = (zend_uint *)DO_ALLOCA(sizeof(zend_uint) * op_array->last); in nop_removal()
115 if (op_array->early_binding != (zend_uint)-1) { in nop_removal()
116 zend_uint *opline_num = &op_array->early_binding; in nop_removal()
121 } while (*opline_num != (zend_uint)-1); in nop_removal()
H A Dpass1_5.c38 zend_uint tv = ZEND_RESULT(opline).var; /* temporary variable */
73 zend_uint tv = ZEND_RESULT(opline).var; /* temporary variable */
112 zend_uint tv = ZEND_RESULT(opline).var; /* temporary variable */
222 zend_uint tv = ZEND_RESULT(opline).var;
237 zend_uint tv = ZEND_RESULT(opline).var;
H A Dzend_optimizer_internal.h28 # define VAR_NUM(v) ((zend_uint)(EX_TMP_VAR_NUM(0, 0) - EX_TMP_VAR(0, v)))
29 # define NUM_VAR(v) ((zend_uint)(zend_uintptr_t)EX_TMP_VAR_NUM(0, v))
H A Dpass3.c30 zend_uint *jmp_hitlist;
33 zend_uint opline_num = 0;
36 jmp_hitlist = (zend_uint *)DO_ALLOCA(sizeof(zend_uint)*op_array->last);
/PHP-5.5/ext/standard/
H A Dphp_incomplete_class.h49 zend_uint name_len; \
61 PHPAPI char *php_lookup_class_name(zval *object, zend_uint *nlen);
62 PHPAPI void php_store_class_name(zval *object, const char *name, zend_uint len);
H A Dincomplete_class.c138 PHPAPI char *php_lookup_class_name(zval *object, zend_uint *nlen) in php_lookup_class_name()
161 PHPAPI void php_store_class_name(zval *object, const char *name, zend_uint len) in php_store_class_name()
/PHP-5.5/ext/spl/
H A Dspl_functions.c98 zend_uint num_interfaces; in spl_add_interfaces()
109 zend_uint num_traits; in spl_add_traits()

Completed in 60 milliseconds

123