Home
last modified time | relevance | path

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

12345

/PHP-5.5/TSRM/
H A DTSRM.c27 int count; member
/PHP-5.5/Zend/
H A Dzend_API.c1770 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare TSRMLS_D… in zend_sort_modules()
2032 int count=0, unload=0, result=0; in zend_register_functions() local
2288 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
H A Dzend_alloc.c445 int count; member
H A Dzend_execute.h168 #define ZEND_VM_STACK_GROW_IF_NEEDED(count) \ argument
176 static zend_always_inline zend_vm_stack zend_vm_stack_new_page(int count) { in zend_vm_stack_new_page()
H A Dzend_gc.c779 int count = 0; in gc_collect_cycles() local
H A Dzend_llist.h40 size_t count; member
H A Dzend_opcode.c166 int count = ce->default_static_members_count; in cleanup_user_class_data() local
H A Dzend_ptr_stack.c41 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_push()
59 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.h46 #define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count) \ in END_EXTERN_C() argument
/PHP-5.5/build/
H A Dorder_by_dep.awk58 function count(arr, n, i) function
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dcompare.c53 int count; local
H A Ddiv.c94 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
H A Ddoaddsub.c55 int count; local
147 int borrow, count, val; local
H A Dnearzero.c50 int count; local
H A Drecmul.c119 int count, carry; in _bc_shift_addsub() local
H A Dzero.c46 int count; in bc_is_zero() local
/PHP-5.5/ext/date/lib/
H A Dparse_tz.c343 const timelib_tzdb_index_entry *timelib_timezone_builtin_identifiers_list(int *count) in timelib_timezone_builtin_identifiers_list()
H A Dtm2unixtime.c224 timelib_sll count, dow, rem; in do_adjust_special_weekday() local
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c145 uint32 count; in cdb_make_finish() local
H A Dcdb_make.h45 uint32 count[256]; member
/PHP-5.5/ext/dom/
H A Dcharacterdata.c179 long offset, count; in PHP_FUNCTION() local
309 long offset, count; in PHP_FUNCTION() local
365 long offset, count; in PHP_FUNCTION() local
H A Dnamednodemap.c91 int count = 0; in dom_namednodemap_length_read() local
211 int count; in PHP_FUNCTION() local
H A Dnodelist.c58 int count = 0; in dom_nodelist_length_read() local
115 int count = 0; in PHP_FUNCTION() local
/PHP-5.5/ext/ereg/
H A Dereg.c631 long count = -1; in php_split() local
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c251 register int count; local
454 register int count; local
570 register int count = 0; local

Completed in 66 milliseconds

12345