/php-src/ext/hash/ |
H A D | php_hash_ripemd.h | 23 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member 30 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member 37 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member 44 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
|
H A D | php_hash_sha.h | 26 uint32_t count[2]; /* number of bits, modulo 2^64 */ member 39 uint32_t count[2]; /* number of bits, modulo 2^64 */ member 75 uint64_t count[2]; /* number of bits, modulo 2^128 */ member 88 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
|
H A D | php_hash_snefru.h | 27 uint32_t count[2]; member
|
/php-src/ext/gettext/ |
H A D | gettext.stub.php | 25 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 D | gettext.c | 217 zend_long count; in PHP_FUNCTION() local 242 zend_long count; in PHP_FUNCTION() local 269 zend_long count, category; in PHP_FUNCTION() local
|
/php-src/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-src/ext/pcre/ |
H A D | php_pcre.stub.php | 115 …tern, string|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|a… 121 …tern, string|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|a… 127 …ay $pattern, callable $callback, string|array $subject, int $limit = -1, &$count = null, int $flag… 130 …e_callback_array(array $pattern, string|array $subject, int $limit = -1, &$count = null, int $flag…
|
/php-src/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 | 23 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
|
/php-src/ext/dom/ |
H A D | nodelist.c | 95 zend_long count = 0; in php_dom_get_nodelist_length() local 130 PHP_METHOD(DOMNodeList, count) in PHP_METHOD() argument 180 zend_long count = 0; in php_dom_nodelist_get_item_into_zval() local
|
H A D | namednodemap.c | 45 int count = 0; in php_dom_get_namednodemap_length() local 148 zend_long count = 0; in php_dom_named_node_map_get_item() local 245 PHP_METHOD(DOMNamedNodeMap, count) in PHP_METHOD() argument
|
H A D | characterdata.c | 110 unsigned int count, offset; in PHP_METHOD() local 261 unsigned int count; in dom_character_data_delete_data() local 330 unsigned int count; in dom_character_data_replace_data() local
|
/php-src/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-src/ext/bcmath/libbcmath/src/ |
H A D | doaddsub.c | 51 size_t count; in _bc_do_add() local 183 size_t count; in _bc_do_sub() local
|
H A D | nearzero.c | 48 size_t count = num->n_len + scale; in bc_is_near_zero() local
|
H A D | zero.c | 40 size_t count; in bc_is_zero_for_scale() local
|
H A D | floor_or_ceil.c | 37 size_t count = num->n_scale; in bc_floor_or_ceil() local
|
H A D | round.c | 126 size_t count = num->n_len + num->n_scale - rounded_len - 1; in bc_round() local
|
H A D | compare.c | 81 size_t count = n1->n_len + MIN (n1_scale, n2_scale); in _bc_do_compare() local
|
/php-src/build/ |
H A D | order_by_dep.awk | 58 function count(arr, n, i) function
|
/php-src/ext/zlib/ |
H A D | zlib_fopen_wrapper.c | 33 static ssize_t php_gziop_read(php_stream *stream, char *buf, size_t count) in php_gziop_read() 48 static ssize_t php_gziop_write(php_stream *stream, const char *buf, size_t count) in php_gziop_write()
|
/php-src/ext/spl/ |
H A D | spl_heap.stub.php | 33 public function count(): int {} function in SplPriorityQueue 99 public function count(): int {} function in SplHeap
|
/php-src/ext/gd/libgd/ |
H A D | gd_color_match.c | 16 int count; in gdImageColorMatch() local
|
/php-src/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-src/ext/opcache/jit/ir/ |
H A D | gen_ir_fold_hash.c | 24 void print_hash(uint32_t *mask, uint32_t count) in print_hash() 54 int find_hash(uint32_t *mask, uint32_t count) in find_hash()
|