Home
last modified time | relevance | path

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

1234567

/PHP-8.1/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
40 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
53 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
66 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.1/ext/pcre/
H A Dphp_pcre.stub.php15 …tern, string|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|a…
21 …tern, string|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|a…
27 …ay $pattern, callable $callback, string|array $subject, int $limit = -1, &$count = null, int $flag…
30 …e_callback_array(array $pattern, string|array $subject, int $limit = -1, &$count = null, int $flag…
/PHP-8.1/ext/gettext/
H A Dgettext.stub.php25 function ngettext(string $singular, string $plural, int $count): string {}
30 function dngettext(string $domain, string $singular, string $plural, int $count): string {}
35 function dcngettext(string $domain, string $singular, string $plural, int $count, int $category): s…
H A Dgettext.c203 zend_long count; in PHP_FUNCTION() local
226 zend_long count; in PHP_FUNCTION() local
251 zend_long count, category; in PHP_FUNCTION() local
/PHP-8.1/ext/dom/
H A Dnodelist.c55 int count = 0; in php_dom_get_nodelist_length() local
91 PHP_METHOD(DOMNodeList, count) in PHP_METHOD() argument
129 int count = 0; in php_dom_nodelist_get_item_into_zval() local
H A Dnamednodemap.c45 int count = 0; in php_dom_get_namednodemap_length() local
150 zend_long count = 0; in php_dom_named_node_map_get_item() local
250 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.1/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.1/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.1/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.1/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.1/build/
H A Dorder_by_dep.awk58 function count(arr, n, i) function
/PHP-8.1/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.1/ext/spl/
H A Dspl_heap.stub.php26 public function count(): int {} function in SplPriorityQueue
92 public function count(): int {} function in SplHeap
/PHP-8.1/ext/gd/libgd/
H A Dgd_color_match.c16 int count; in gdImageColorMatch() local
/PHP-8.1/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.1/main/streams/
H A Dmemory.c43 static ssize_t php_stream_memory_write(php_stream *stream, const char *buf, size_t count) in php_stream_memory_write()
69 static ssize_t php_stream_memory_read(php_stream *stream, char *buf, size_t count) in php_stream_memory_read()
340 static ssize_t php_stream_temp_write(php_stream *stream, const char *buf, size_t count) in php_stream_temp_write()
371 static ssize_t php_stream_temp_read(php_stream *stream, char *buf, size_t count) in php_stream_temp_read()
/PHP-8.1/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()

Completed in 67 milliseconds

1234567