/PHP-5.5/ext/hash/ |
H A D | php_hash_sha.h | 40 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 */ member 56 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 */ member 67 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 */ member 78 php_hash_uint64 count[2]; /* number of bits, modulo 2^128 */ member 89 php_hash_uint64 count[2]; /* number of bits, modulo 2^128 */ member
|
H A D | php_hash_ripemd.h | 28 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member 34 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member 40 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member 46 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
|
H A D | php_hash_md.h | 64 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member 80 php_hash_uint32 count[2]; member
|
H A D | php_hash_gost.h | 29 php_hash_uint32 count[2]; member
|
H A D | php_hash_snefru.h | 33 php_hash_uint32 count[2]; member
|
H A D | php_hash_haval.h | 28 php_hash_uint32 count[2]; member
|
/PHP-5.5/ext/dom/ |
H A D | nodelist.c | 58 int count = 0; in dom_nodelist_length_read() local 115 int count = 0; in PHP_FUNCTION() local
|
H A D | characterdata.c | 179 long offset, count; in PHP_FUNCTION() local 309 long offset, count; in PHP_FUNCTION() local 365 long offset, count; in PHP_FUNCTION() local
|
H A D | namednodemap.c | 91 int count = 0; in dom_namednodemap_length_read() local 211 int count; in PHP_FUNCTION() local
|
/PHP-5.5/ext/bcmath/libbcmath/src/ |
H A D | doaddsub.c | 55 int count; local 147 int borrow, count, val; local
|
H A D | zero.c | 46 int count; in bc_is_zero() local
|
H A D | nearzero.c | 50 int count; local
|
H A D | compare.c | 53 int count; local
|
/PHP-5.5/Zend/ |
H A D | zend_ptr_stack.c | 41 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()
|
/PHP-5.5/build/ |
H A D | order_by_dep.awk | 58 function count(arr, n, i) function
|
/PHP-5.5/scripts/dev/generate-phpt/src/ |
H A D | gtTestCaseWriter.php | 9 public static function write($name, $string, $type, $count = 0) {
|
H A D | generate-phpt.php | 108 $count = 1; variable
|
/PHP-5.5/ext/gettext/ |
H A D | gettext.c | 284 long count; in PHP_NAMED_FUNCTION() local 308 long count; in PHP_NAMED_FUNCTION() local 334 long count, category; in PHP_NAMED_FUNCTION() local
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 49 size_t count) 183 size_t count; local
|
/PHP-5.5/ext/standard/ |
H A D | sha1.h | 29 php_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gd_color.c | 21 int count; in gdImageColorMatch() local
|
/PHP-5.5/ext/tokenizer/ |
H A D | tokenizer.php | 15 $count = count($tokens); variable
|
/PHP-5.5/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 67 int32_t& count) { in getArgTypeList() 321 int32_t count; in umsg_set_timezone() local 639 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args, UChar *source, int so… in umsg_parse_helper()
|
/PHP-5.5/ext/pcre/ |
H A D | php_pcre.c | 264 int count = 0; in pcre_get_compiled_regex_cache() local 592 int count = 0; /* Count of matched subpatterns */ in php_pcre_match_impl() local 883 …_func(zval *function, char *subject, int *offsets, char **subpat_names, int count, char **result T… in preg_do_repl_func() 923 int *offsets, int count, char **result TSRMLS_DC) in preg_do_eval() 1038 int count = 0; /* Count of matched subpatterns */ in php_pcre_replace_impl() local 1528 int count = 0; /* Count of matched subpatterns */ in php_pcre_split_impl() local 1806 int count = 0; /* Count of matched subpatterns */ in php_pcre_grep_impl() local
|
/PHP-5.5/ext/sysvsem/ |
H A D | php_sysvsem.h | 43 int count; /* Acquire count for auto-release. */ member
|