Home
last modified time | relevance | path

Searched defs:count (Results 26 – 50 of 163) sorted by relevance

1234567

/PHP-8.3/ext/zip/
H A Dzip_stream.c46 static ssize_t php_zip_ops_read(php_stream *stream, char *buf, size_t count) in php_zip_ops_read()
81 static ssize_t php_zip_ops_write(php_stream *stream, const char *buf, size_t count) in php_zip_ops_write()
/PHP-8.3/ext/sysvsem/
H A Dphp_sysvsem.h34 int count; /* Acquire count for auto-release. */ member
/PHP-8.3/Zend/
H A Dzend_weakrefs.stub.php36 public function count(): int {} function in WeakMap
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_interfaces.stub.php61 public function count(): int; function
H A Dzend_llist.h38 size_t count; member
/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php27 public function count(): int {} function in ResourceBundle
/PHP-8.3/ext/hash/
H A Dphp_hash_haval.h24 uint32_t count[2]; member
H A Dphp_hash_md.h26 uint32_t count[2]; member
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c437 int count = 0; in zend_jit_trace_recursive_call_count() local
448 int count = 0; in zend_jit_trace_recursive_ret_count() local
468 static uint8_t zend_jit_trace_bad_stop_event(const zend_op *opline, int count) in zend_jit_trace_bad_stop_event()
598 int idx, count; local
H A Dzend_elf.c92 uint32_t n, count = sect.size / sizeof(zend_elf_symbol); in zend_elf_load_symbols() local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_io.c84 int count = 0, bytes = 0; in phpdbg_output_pager() local
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_substring.c319 int count = match_data->rc; in pcre2_substring_length_bynumber() local
375 int i, count, count2; in pcre2_substring_list_get() local
H A Dpcre2_study.c478 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() local
1674 int count = 0; in PRIV() local
/PHP-8.3/ext/standard/
H A Darray.c641 PHP_FUNCTION(count) in PHP_FUNCTION() argument
1747 zend_long count = 0; local
1793 zend_long count = 0; local
1837 zend_long count = 0; local
1887 zend_long count = 0; local
1932 zend_long count = 0; local
1991 zend_long count = 0; local
2045 zend_long count = 0; local
2122 zend_long count = 0; local
2488 zend_long count; local
[all …]
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_parse.c31 int count = 0; in msgfmt_do_parse() local
/PHP-8.3/ext/spl/
H A Dspl_fixedarray.stub.php17 public function count(): int {} function in SplFixedArray
H A Dspl_array.stub.php39 public function count(): int {} function in ArrayObject
148 public function count(): int {} function in ArrayIterator
H A Dspl_dllist.c67 int count; member
406 static zend_result spl_dllist_object_count_elements(zend_object *object, zend_long *count) /* {{{ */ in spl_dllist_object_count_elements()
599 PHP_METHOD(SplDoublyLinkedList, count) in PHP_METHOD() argument
601 zend_long count; in PHP_METHOD() local
616 zend_long count; in PHP_METHOD() local
/PHP-8.3/ext/phar/
H A Ddirstream.c90 static ssize_t phar_dir_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in phar_dir_read()
122 static ssize_t phar_dir_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in phar_dir_write()
/PHP-8.3/ext/gd/libgd/
H A Dgd_gif_in.c335 unsigned char count; in GetDataBlock_() local
379 int count; in GetCode_() local
486 int count; in LWZReadByte_() local
/PHP-8.3/main/
H A Dphp_ticks.c67 void php_run_ticks(int count) in php_run_ticks()
/PHP-8.3/ext/dba/libcdb/
H A Dcdb_make.h41 uint32 count[256]; member
/PHP-8.3/ext/bcmath/libbcmath/src/
H A Ddiv.c85 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
/PHP-8.3/ext/bz2/
H A Dbz2.c68 static ssize_t php_bz2iop_read(php_stream *stream, char *buf, size_t count) in php_bz2iop_read()
98 static ssize_t php_bz2iop_write(php_stream *stream, const char *buf, size_t count) in php_bz2iop_write()

Completed in 91 milliseconds

1234567