/PHP-8.0/ext/hash/ |
H A D | php_hash_ripemd.h | 24 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 D | php_hash_sha.h | 27 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 D | php_hash_snefru.h | 29 uint32_t count[2]; member
|
H A D | php_hash_gost.h | 25 uint32_t count[2]; member
|
/PHP-8.0/ext/pcre/ |
H A D | php_pcre.stub.php | 12 …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 D | nodelist.c | 43 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 D | namednodemap.c | 44 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 D | characterdata.c | 120 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 D | gettext.stub.php | 19 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 D | gettext.c | 205 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 D | mysqlnd_read_buffer.c | 35 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 D | php_fopen_wrapper.c | 32 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 D | sha1.h | 25 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
|
/PHP-8.0/ext/bcmath/libbcmath/src/ |
H A D | doaddsub.c | 54 int count; local 146 int borrow, count, val; local
|
H A D | nearzero.c | 49 int count; local
|
H A D | zero.c | 45 int count; in bc_is_zero_for_scale() local
|
H A D | compare.c | 52 int count; local
|
/PHP-8.0/Zend/ |
H A D | zend_ptr_stack.c | 37 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 D | order_by_dep.awk | 58 function count(arr, n, i) function
|
/PHP-8.0/ext/zlib/ |
H A D | zlib_fopen_wrapper.c | 31 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 D | spl_heap.stub.php | 26 public function count() {} function in SplPriorityQueue 92 public function count() {} function in SplHeap
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_color_match.c | 16 int count; in gdImageColorMatch() local
|
/PHP-8.0/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 60 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 D | zip_stream.c | 46 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 D | memory.c | 45 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()
|