Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 158) sorted by relevance

1234567

/PHP-8.0/ext/hash/
H A Dphp_hash_ripemd.h24 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
31 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
38 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
45 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
H A Dphp_hash_sha.h27 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
39 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
51 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
63 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
H A Dphp_hash_snefru.h29 uint32_t count[2]; member
H A Dphp_hash_gost.h25 uint32_t count[2]; member
/PHP-8.0/ext/pcre/
H A Dphp_pcre.stub.php12 …tern, string|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|a…
15 …tern, string|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|a…
18 …ay $pattern, callable $callback, string|array $subject, int $limit = -1, &$count = null, int $flag…
21 …e_callback_array(array $pattern, string|array $subject, int $limit = -1, &$count = null, int $flag…
/PHP-8.0/ext/dom/
H A Dnodelist.c43 int count = 0; in dom_nodelist_length_read() local
86 PHP_METHOD(DOMNodeList, count) in PHP_METHOD() argument
118 int count = 0; in PHP_METHOD() local
H A Dnamednodemap.c44 int count = 0; in dom_namednodemap_length_read() local
143 int count; in PHP_METHOD() local
247 PHP_METHOD(DOMNamedNodeMap, count) in PHP_METHOD() argument
H A Dcharacterdata.c120 zend_long offset, count; in PHP_METHOD() local
239 zend_long offset, count; in PHP_METHOD() local
295 zend_long offset, count; in PHP_METHOD() local
/PHP-8.0/ext/gettext/
H A Dgettext.stub.php19 function ngettext(string $singular, string $plural, int $count): string {}
23 function dngettext(string $domain, string $singular, string $plural, int $count): string {}
27 function dcngettext(string $domain, string $singular, string $plural, int $count, int $category): s…
H A Dgettext.c205 zend_long count; in PHP_FUNCTION() local
228 zend_long count; in PHP_FUNCTION() local
253 zend_long count, category; in PHP_FUNCTION() local
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_read_buffer.c35 mysqlnd_read_buffer_read(MYSQLND_READ_BUFFER * buffer, const size_t count, zend_uchar * dest) in mysqlnd_read_buffer_read()
72 mysqlnd_create_read_buffer(const size_t count) in mysqlnd_create_read_buffer()
/PHP-8.0/ext/standard/
H A Dphp_fopen_wrapper.c32 static ssize_t php_stream_output_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_stream_output_write()
39 static ssize_t php_stream_output_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_stream_output_read()
70 static ssize_t php_stream_input_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_stream_input_write()
76 static ssize_t php_stream_input_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_stream_input_read()
H A Dsha1.h25 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
/PHP-8.0/ext/bcmath/libbcmath/src/
H A Ddoaddsub.c54 int count; local
146 int borrow, count, val; local
H A Dnearzero.c49 int count; local
H A Dzero.c45 int count; in bc_is_zero_for_scale() local
H A Dcompare.c52 int count; local
/PHP-8.0/Zend/
H A Dzend_ptr_stack.c37 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_push()
55 ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_pop()
/PHP-8.0/build/
H A Dorder_by_dep.awk58 function count(arr, n, i) function
/PHP-8.0/ext/zlib/
H A Dzlib_fopen_wrapper.c31 static ssize_t php_gziop_read(php_stream *stream, char *buf, size_t count) in php_gziop_read()
46 static ssize_t php_gziop_write(php_stream *stream, const char *buf, size_t count) in php_gziop_write()
/PHP-8.0/ext/spl/
H A Dspl_heap.stub.php26 public function count() {} function in SplPriorityQueue
92 public function count() {} function in SplHeap
/PHP-8.0/ext/gd/libgd/
H A Dgd_color_match.c16 int count; in gdImageColorMatch() local
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp60 int32_t& count) { in phpGetArgTypeList()
300 int32_t count; in umsg_set_timezone() local
621 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
/PHP-8.0/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.0/main/streams/
H A Dmemory.c45 static ssize_t php_stream_memory_write(php_stream *stream, const char *buf, size_t count) in php_stream_memory_write()
78 static ssize_t php_stream_memory_read(php_stream *stream, char *buf, size_t count) in php_stream_memory_read()
369 static ssize_t php_stream_temp_write(php_stream *stream, const char *buf, size_t count) in php_stream_temp_write()
401 static ssize_t php_stream_temp_read(php_stream *stream, char *buf, size_t count) in php_stream_temp_read()

Completed in 48 milliseconds

1234567