Home
last modified time | relevance | path

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

123456

/PHP-7.1/ext/hash/
H A Dphp_hash_sha.h40 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
56 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
67 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
78 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
89 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
H A Dphp_hash_ripemd.h28 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
34 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
40 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
46 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
H A Dphp_hash_md.h64 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
80 uint32_t count[2]; member
H A Dphp_hash_snefru.h33 uint32_t count[2]; member
H A Dphp_hash_gost.h29 uint32_t count[2]; member
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_read_buffer.c37 mysqlnd_read_buffer_read(MYSQLND_READ_BUFFER * buffer, const size_t count, zend_uchar * dest) in mysqlnd_read_buffer_read()
74 mysqlnd_create_read_buffer(const size_t count) in mysqlnd_create_read_buffer()
/PHP-7.1/ext/standard/
H A Dphp_fopen_wrapper.c34 static size_t php_stream_output_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_stream_output_write()
41 static size_t php_stream_output_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_stream_output_read()
72 static size_t php_stream_input_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_stream_input_write()
78 static size_t php_stream_input_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_stream_input_read()
H A Dsha1.h29 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
/PHP-7.1/ext/dom/
H A Dnodelist.c58 int count = 0; in dom_nodelist_length_read() local
115 int count = 0; in PHP_FUNCTION() local
H A Dcharacterdata.c159 zend_long offset, count; in PHP_FUNCTION() local
290 zend_long offset, count; in PHP_FUNCTION() local
346 zend_long offset, count; in PHP_FUNCTION() local
H A Dnamednodemap.c91 int count = 0; in dom_namednodemap_length_read() local
211 int count; in PHP_FUNCTION() local
/PHP-7.1/ext/bcmath/libbcmath/src/
H A Ddoaddsub.c55 int count; local
147 int borrow, count, val; local
H A Dzero.c46 int count; in bc_is_zero() local
H A Dnearzero.c50 int count; local
H A Dcompare.c53 int count; local
/PHP-7.1/Zend/
H A Dzend_ptr_stack.c41 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_push()
59 ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_pop()
H A Dzend_string.c49 ZEND_API uint32_t zend_intern_known_strings(const char **strings, uint32_t count) in zend_intern_known_strings()
75 void zend_known_interned_strings_init(zend_string ***strings, uint32_t *count) in zend_known_interned_strings_init()
/PHP-7.1/ext/gettext/
H A Dgettext.c284 zend_long count; in PHP_NAMED_FUNCTION() local
308 zend_long count; in PHP_NAMED_FUNCTION() local
334 zend_long count, category; in PHP_NAMED_FUNCTION() local
/PHP-7.1/build/
H A Dorder_by_dep.awk58 function count(arr, n, i) function
/PHP-7.1/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php9 public static function write($name, $string, $type, $count = 0) {
H A Dgenerate-phpt.php108 $count = 1; variable
/PHP-7.1/ext/zlib/
H A Dzlib_fopen_wrapper.c35 static size_t php_gziop_read(php_stream *stream, char *buf, size_t count) in php_gziop_read()
50 static size_t php_gziop_write(php_stream *stream, const char *buf, size_t count) in php_gziop_write()
/PHP-7.1/ext/tokenizer/
H A Dtokenizer.php15 $count = count($tokens); variable
/PHP-7.1/ext/gd/libgd/
H A Dgd_color.c21 int count; in gdImageColorMatch() local
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp69 int32_t& count) { in getArgTypeList()
327 int32_t count; in umsg_set_timezone() local
657 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()

Completed in 187 milliseconds

123456