Home
last modified time | relevance | path

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

1234567

/PHP-8.1/ext/standard/
H A Dcrypt_freesec.c457 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 Darray.c696 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 Dphp_sysvsem.h34 int count; /* Acquire count for auto-release. */ member
/PHP-8.1/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
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php26 public function count(): int {} function in ResourceBundle
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c400 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 Dzend_elf.c92 uint32_t n, count = sect.size / sizeof(zend_elf_symbol); in zend_elf_load_symbols() local
/PHP-8.1/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.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c67 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 Dspl_fixedarray.stub.php13 public function count(): int {} function in SplFixedArray
H A Dspl_array.stub.php28 public function count(): int {} function in ArrayObject
126 public function count(): int {} function in ArrayIterator
H A Dspl_dllist.c72 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 Dphpdbg_io.c84 int count = 0, bytes = 0; in phpdbg_output_pager() local
/PHP-8.1/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.1/ext/intl/msgformat/
H A Dmsgformat_parse.c31 int count = 0; in msgfmt_do_parse() local
/PHP-8.1/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.1/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.1/main/
H A Dphp_ticks.c67 void php_run_ticks(int count) in php_run_ticks()
/PHP-8.1/ext/dba/libcdb/
H A Dcdb_make.h41 uint32 count[256]; member
/PHP-8.1/ext/bcmath/libbcmath/src/
H A Ddiv.c89 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
/PHP-8.1/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 74 milliseconds

1234567