Home
last modified time | relevance | path

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

12345678

/PHP-8.2/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.c642 PHP_FUNCTION(count) in PHP_FUNCTION() argument
1862 zend_long count = 0; local
1908 zend_long count = 0; local
1952 zend_long count = 0; local
2002 zend_long count = 0; local
2047 zend_long count = 0; local
2106 zend_long count = 0; local
2160 zend_long count = 0; local
2237 zend_long count = 0; local
2603 zend_long count; local
[all …]
/PHP-8.2/ext/sysvsem/
H A Dphp_sysvsem.h34 int count; /* Acquire count for auto-release. */ member
/PHP-8.2/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.2/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php27 public function count(): int {} function in ResourceBundle
/PHP-8.2/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.2/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.2/ext/opcache/jit/ir/
H A Dir_cfg.c105 uint32_t count, bb_count = 0; in ir_build_cfg() local
802 uint32_t i, j, n, count; in ir_find_loops() local
982 uint32_t count = 0; in ir_schedule_blocks() local
1127 uint32_t pos = 0, count; in ir_schedule_blocks() local
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c432 int count = 0; in zend_jit_trace_recursive_call_count() local
443 int count = 0; in zend_jit_trace_recursive_ret_count() local
463 static uint8_t zend_jit_trace_bad_stop_event(const zend_op *opline, int count) in zend_jit_trace_bad_stop_event()
593 int idx, count; local
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_io.c84 int count = 0, bytes = 0; in phpdbg_output_pager() local
/PHP-8.2/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dcharacter_data.c92 size_t offset, size_t count) in lxb_dom_character_data_replace()
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat_parse.c31 int count = 0; in msgfmt_do_parse() local
/PHP-8.2/ext/spl/
H A Dspl_fixedarray.stub.php17 public function count(): int {} function in SplFixedArray
H A Dspl_array.stub.php33 public function count(): int {} function in ArrayObject
136 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.2/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.2/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.2/ext/pdo_sqlite/
H A Dpdo_sqlite.c136 static ssize_t php_pdosqlite3_stream_write(php_stream *stream, const char *buf, size_t count) in php_pdosqlite3_stream_write()
165 static ssize_t php_pdosqlite3_stream_read(php_stream *stream, char *buf, size_t count) in php_pdosqlite3_stream_read()
/PHP-8.2/main/
H A Dphp_ticks.c67 void php_run_ticks(int count) in php_run_ticks()
/PHP-8.2/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.2/ext/dba/libcdb/
H A Dcdb_make.h41 uint32 count[256]; member

Completed in 166 milliseconds

12345678