/PHP-8.1/ext/standard/ |
H A D | crypt_freesec.c | 457 int count, struct php_crypt_extended_data *data) in do_des() 574 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher() 612 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
|
H A D | array.c | 696 PHP_FUNCTION(count) in PHP_FUNCTION() argument 1708 zend_long count = 0; local 1751 zend_long count = 0; local 1792 zend_long count = 0; local 1839 zend_long count = 0; local 1881 zend_long count = 0; local 1937 zend_long count = 0; local 1988 zend_long count = 0; local 2062 zend_long count = 0; local 2419 zend_long count; local [all …]
|
/PHP-8.1/ext/sysvsem/ |
H A D | php_sysvsem.h | 34 int count; /* Acquire count for auto-release. */ member
|
/PHP-8.1/Zend/ |
H A D | zend_weakrefs.stub.php | 36 public function count(): int {} function in WeakMap
|
H A D | zend_arena.h | 79 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 D | zend_interfaces.stub.php | 61 public function count(): int; function
|
/PHP-8.1/ext/intl/resourcebundle/ |
H A D | resourcebundle.stub.php | 26 public function count(): int {} function in ResourceBundle
|
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 400 int count = 0; in zend_jit_trace_recursive_call_count() local 411 int count = 0; in zend_jit_trace_recursive_ret_count() local 431 static uint8_t zend_jit_trace_bad_stop_event(const zend_op *opline, int count) in zend_jit_trace_bad_stop_event() 561 int idx, count; local
|
H A D | zend_elf.c | 92 uint32_t n, count = sect.size / sizeof(zend_elf_symbol); in zend_elf_load_symbols() local
|
/PHP-8.1/ext/hash/ |
H A D | php_hash_haval.h | 24 uint32_t count[2]; member
|
H A D | php_hash_md.h | 26 uint32_t count[2]; member
|
/PHP-8.1/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 67 void zend_accel_move_user_functions(HashTable *src, uint32_t count, zend_script *script) in zend_accel_move_user_functions() 98 void zend_accel_move_user_classes(HashTable *src, uint32_t count, zend_script *script) in zend_accel_move_user_classes()
|
/PHP-8.1/ext/spl/ |
H A D | spl_fixedarray.stub.php | 13 public function count(): int {} function in SplFixedArray
|
H A D | spl_array.stub.php | 28 public function count(): int {} function in ArrayObject 126 public function count(): int {} function in ArrayIterator
|
H A D | spl_dllist.c | 72 int count; member 412 static int spl_dllist_object_count_elements(zend_object *object, zend_long *count) /* {{{ */ in spl_dllist_object_count_elements() 605 PHP_METHOD(SplDoublyLinkedList, count) in PHP_METHOD() argument 607 zend_long count; in PHP_METHOD() local 622 zend_long count; in PHP_METHOD() local
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_io.c | 84 int count = 0, bytes = 0; in phpdbg_output_pager() local
|
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_substring.c | 319 int count = match_data->rc; in pcre2_substring_length_bynumber() local 375 int i, count, count2; in pcre2_substring_list_get() local
|
H A D | pcre2_study.c | 478 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() local 1674 int count = 0; in PRIV() local
|
/PHP-8.1/ext/intl/msgformat/ |
H A D | msgformat_parse.c | 31 int count = 0; in msgfmt_do_parse() local
|
/PHP-8.1/ext/phar/ |
H A D | dirstream.c | 90 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.1/ext/gd/libgd/ |
H A D | gd_gif_in.c | 335 unsigned char count; in GetDataBlock_() local 379 int count; in GetCode_() local 486 int count; in LWZReadByte_() local
|
/PHP-8.1/main/ |
H A D | php_ticks.c | 67 void php_run_ticks(int count) in php_run_ticks()
|
/PHP-8.1/ext/dba/libcdb/ |
H A D | cdb_make.h | 41 uint32 count[256]; member
|
/PHP-8.1/ext/bcmath/libbcmath/src/ |
H A D | div.c | 89 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
|
/PHP-8.1/ext/bz2/ |
H A D | bz2.c | 68 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()
|