Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 134) sorted by path

123456

/PHP-7.4/TSRM/
H A DTSRM.c34 int count; member
/PHP-7.4/Zend/
H A Dzend_API.c1879 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
2145 int count=0, unload=0; in zend_register_functions() local
2488 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
H A Dzend_alloc.c185 #define ZEND_MM_LRUN(count) (ZEND_MM_IS_LRUN | ((count) << ZEND_MM_LRUN_PAGES_OFFSET)) argument
187 #define ZEND_MM_SRUN_EX(bin_num, count) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
2018 zend_long count = 0; local
2044 zend_long count = 0; local
2075 zend_long count = 0; local
H A Dzend_arena.h79 static zend_always_inline void* zend_arena_calloc(zend_arena **arena_ptr, size_t count, size_t unit… in zend_arena_calloc()
175 static zend_always_inline void* zend_arena_calloc(zend_arena **arena_ptr, size_t count, size_t unit… in zend_arena_calloc()
H A Dzend_compile.c62 static inline uint32_t zend_alloc_cache_slots(unsigned count) { in zend_alloc_cache_slots()
2052 uint32_t i, count = zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_end() local
H A Dzend_execute.c3471 int count = EX(func)->op_array.last_var; in i_free_compiled_variables() local
3542 uint32_t count; in zend_copy_extra_args() local
3584 uint32_t count = last - first; in zend_init_cvs() local
H A Dzend_execute.h230 uint32_t count = ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args; in zend_vm_stack_free_extra_args_ex() local
H A Dzend_gc.c552 static void gc_adjust_threshold(int count) in gc_adjust_threshold()
1156 int count = 0; in gc_collect_white() local
1291 int count = 0; in gc_collect_roots() local
1332 int count = 0; in gc_remove_nested_data_from_buffer() local
1431 int count = 0; in zend_gc_collect_cycles() local
H A Dzend_llist.h38 size_t count; member
H A Dzend_ptr_stack.c37 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_push()
55 ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_pop()
H A Dzend_ptr_stack.h45 #define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count) \ in END_EXTERN_C() argument
H A Dzend_vm_def.h8655 zend_long count; variable
H A Dzend_vm_execute.h2061 uint32_t count = zend_hash_num_elements(ht); in ZEND_SEND_ARRAY_SPEC_HANDLER() local
9702 zend_long count; in ZEND_COUNT_SPEC_CONST_UNUSED_HANDLER() local
16873 zend_long count; in ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER() local
46681 zend_long count; in ZEND_COUNT_SPEC_CV_UNUSED_HANDLER() local
/PHP-7.4/build/
H A Dorder_by_dep.awk58 function count(arr, n, i) function
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dcompare.c52 int count; local
H A Ddiv.c93 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
H A Ddoaddsub.c54 int count; local
146 int borrow, count, val; local
H A Dnearzero.c49 int count; local
H A Drecmul.c110 int count, carry; in _bc_shift_addsub() local
H A Dzero.c45 int count; in bc_is_zero_for_scale() local
/PHP-7.4/ext/bz2/
H A Dbz2.c136 static ssize_t php_bz2iop_read(php_stream *stream, char *buf, size_t count) in php_bz2iop_read()
166 static ssize_t php_bz2iop_write(php_stream *stream, const char *buf, size_t count) in php_bz2iop_write()
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c545 static int com_object_count(zval *object, zend_long *count) in com_object_count()
H A Dcom_saproxy.c358 static int saproxy_count_elements(zval *object, zend_long *count) in saproxy_count_elements()
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c446 …t timelib_tzdb_index_entry *timelib_timezone_identifiers_list(const timelib_tzdb *tzdb, int *count) in timelib_timezone_identifiers_list()
H A Dtm2unixtime.c274 timelib_sll count, dow, rem; in do_adjust_special_weekday() local

Completed in 222 milliseconds

123456