Home
last modified time | relevance | path

Searched defs:count (Results 26 – 50 of 130) sorted by relevance

123456

/PHP-7.0/ext/standard/
H A Dcrypt_freesec.c463 int count, struct php_crypt_extended_data *data) in do_des()
580 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher()
618 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
H A Dvar.c87 uint32_t count; in php_var_dump() local
257 uint32_t count; in php_debug_zval_dump() local
669 static HashTable *php_var_serialize_collect_names(HashTable *src, uint32_t count, zend_bool incompl… in php_var_serialize_collect_names()
701 uint32_t count; in php_var_serialize_class() local
/PHP-7.0/ext/hash/
H A Dphp_hash_haval.h28 php_hash_uint32 count[2]; member
/PHP-7.0/ext/sysvsem/
H A Dphp_sysvsem.h46 int count; /* Acquire count for auto-release. */ member
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_format.c37 int count; in msgfmt_do_format() local
H A Dmsgformat_parse.c34 int count = 0; in msgfmt_do_parse() local
/PHP-7.0/ext/mcrypt/
H A Dmcrypt.c453 int i, count; in PHP_MINFO_FUNCTION() local
725 int i, count = 0; in PHP_FUNCTION() local
950 int i, count = 0; in PHP_FUNCTION() local
972 int i, count; in PHP_FUNCTION() local
999 int i, count; in PHP_FUNCTION() local
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_study.c390 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() local
1460 int count = 0; in pcre_study() local
/PHP-7.0/Zend/
H A Dzend_gc.c714 int count = 0; local
851 int count = 0; local
1004 int count = 0; local
H A Dzend_arena.h81 static zend_always_inline void* zend_arena_calloc(zend_arena **arena_ptr, size_t count, size_t unit… in zend_arena_calloc()
H A Dzend_llist.h40 size_t count; member
H A Dzend_ptr_stack.h46 #define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count) \ in END_EXTERN_C() argument
/PHP-7.0/ext/spl/
H A Dspl.php577 function count(); function
714 function count() {/**/} function in ArrayObject
831 function count() {/**/} function in ArrayIterator
1103 function count() {/**/} function in SimpleXMLIterator
/PHP-7.0/ext/phar/
H A Ddirstream.c93 static size_t phar_dir_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in phar_dir_read()
122 static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in phar_dir_write()
/PHP-7.0/main/
H A Dphp_ticks.c71 void php_run_ticks(int count) in php_run_ticks()
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dbase64.c126 int count; in base64_decode_xmlrpc() local
/PHP-7.0/ext/dba/libcdb/
H A Dcdb_make.h45 uint32 count[256]; member
H A Dcdb_make.c145 uint32 count; in cdb_make_finish() local
/PHP-7.0/ext/gd/libgd/
H A Dgd_gif_in.c334 unsigned char count; in GetDataBlock_() local
378 int count; in GetCode_() local
485 int count; in LWZReadByte_() local
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c718 int count = 0; /* Count of matched subpatterns */ in php_pcre_match_impl() local
1087 …_func(zval *function, char *subject, int *offsets, char **subpat_names, int count, unsigned char *… in preg_do_repl_func()
1158 int count = 0; /* Count of matched subpatterns */ in php_pcre_replace_impl() local
1782 int count = 0; /* Count of matched subpatterns */ in php_pcre_split_impl() local
2054 int count = 0; /* Count of matched subpatterns */ in php_pcre_grep_impl() local
/PHP-7.0/ext/bcmath/libbcmath/src/
H A Ddiv.c94 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_loaddata.c72 int count; in mysqlnd_local_infile_read() local
/PHP-7.0/ext/bz2/
H A Dbz2.c138 static size_t php_bz2iop_read(php_stream *stream, char *buf, size_t count) in php_bz2iop_read()
165 static size_t php_bz2iop_write(php_stream *stream, const char *buf, size_t count) in php_bz2iop_write()
/PHP-7.0/ext/fileinfo/libmagic/
H A Dreadcdf.c134 size_t count, const cdf_directory_t *root_storage) in cdf_file_property_info()
290 size_t count; in cdf_file_summary_info() local
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_btree.h38 zend_ulong count; member

Completed in 89 milliseconds

123456