Home
last modified time | relevance | path

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

123

/PHP-5.6/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()
149 void* zend_accel_hash_find(zend_accel_hash *accel_hash, char *key, zend_uint key_length) in zend_accel_hash_find()
183 zend_accel_hash_entry* zend_accel_hash_find_entry(zend_accel_hash *accel_hash, char *key, zend_uint in zend_accel_hash_find_entry()
214 int zend_accel_hash_unlink(zend_accel_hash *accel_hash, char *key, zend_uint key_length) in zend_accel_hash_unlink()
/PHP-5.6/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.h80 zend_uint var;
81 zend_uint num;
138 zend_uint try_op;
224 zend_uint flags;
237 zend_uint name_len;
272 zend_uint fn_flags;
274 zend_uint num_args;
282 zend_uint last;
287 zend_uint T;
302 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.h337 zend_uint refcount__gc;
402 static zend_always_inline zend_uint zval_set_refcount_p(zval* pz, zend_uint rc) { in zval_set_refcount_p()
406 static zend_always_inline zend_uint zval_addref_p(zval* pz) { in zval_addref_p()
474 zend_uint modifiers;
481 zend_uint name_length;
484 zend_uint ce_flags;
522 zend_uint num_interfaces;
525 zend_uint num_traits;
532 zend_uint line_start;
533 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_execute.c170 ZEND_API zval** zend_get_compiled_variable_value(const zend_execute_data *execute_data, zend_uint v… in zend_get_compiled_variable_value()
187 static zend_never_inline zval **_get_zval_cv_lookup(zval ***ptr, zend_uint var, int type TSRMLS_DC) in _get_zval_cv_lookup()
218 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()
230 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()
242 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()
253 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()
270 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()
285 static zend_always_inline zval *_get_zval_ptr_cv(zend_uint var, int type TSRMLS_DC) in _get_zval_ptr_cv()
399 static zend_always_inline zval **_get_zval_ptr_ptr_cv(zend_uint var, int type TSRMLS_DC) in _get_zval_ptr_ptr_cv()
787 zend_uint offset = T->str_offset.offset; in zend_assign_to_string_offset()
[all …]
H A Dzend_types.h27 typedef unsigned int zend_uint; typedef
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()
/PHP-5.6/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 Dcompact_literals.c30 zend_uint flags; /* bitmask (see defines above) */
57 zend_uint kind, in optimizer_literal_obj_info()
58 zend_uint slots, in optimizer_literal_obj_info()
59 zend_uint related, in optimizer_literal_obj_info()
78 zend_uint kind, in optimizer_literal_class_info()
79 zend_uint slots, in optimizer_literal_class_info()
80 zend_uint related, in optimizer_literal_class_info()
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 Dpass1_5.c49 zend_uint tv = ZEND_RESULT(opline).var; /* temporary variable */
84 zend_uint tv = ZEND_RESULT(opline).var; /* temporary variable */
123 zend_uint tv = ZEND_RESULT(opline).var; /* temporary variable */
233 zend_uint tv = ZEND_RESULT(opline).var;
248 zend_uint tv = ZEND_RESULT(opline).var;
303 zend_uint tv = ZEND_RESULT(opline).var;
/PHP-5.6/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 Dphp_array.h106 PHPAPI void php_splice(HashTable *ht, zend_uint offset, zend_uint length, zval ***list, zend_uint l…
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.6/ext/spl/
H A Dspl_functions.c98 zend_uint num_interfaces; in spl_add_interfaces()
109 zend_uint num_traits; in spl_add_traits()
/PHP-5.6/ext/zip/
H A Dphp_zip.h77 #define ZIPARCHIVE_ME(name, arg_info, flags) {#name, c_ziparchive_ ##name, arg_info,(zend_uint) (si…
/PHP-5.6/
H A DUPGRADING.INTERNALS97 zend_uint class_name_len;
108 zend_uint required_num_args;
179 HashTable *ht, zend_uint offset, zend_uint length,
180 zval ***list, zend_uint list_count, HashTable *removed TSRMLS_DC

Completed in 85 milliseconds

123