Home
last modified time | relevance | path

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

123456

/PHP-7.2/ext/zip/
H A Dzip_stream.c48 static size_t php_zip_ops_read(php_stream *stream, char *buf, size_t count) in php_zip_ops_read()
83 static size_t php_zip_ops_write(php_stream *stream, const char *buf, size_t count) in php_zip_ops_write()
/PHP-7.2/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 Darray.c778 PHP_FUNCTION(count) in PHP_FUNCTION() argument
1740 zend_long count = 0; local
1784 zend_long count = 0; local
1829 zend_long count = 0; local
1874 zend_long count = 0; local
1920 zend_long count = 0; local
1973 zend_long count = 0; local
2027 zend_long count = 0; local
2095 zend_long count = 0; local
2164 zend_long count = 0; local
[all …]
/PHP-7.2/ext/hash/
H A Dphp_hash_haval.h28 uint32_t count[2]; member
/PHP-7.2/ext/sysvsem/
H A Dphp_sysvsem.h46 int count; /* Acquire count for auto-release. */ member
/PHP-7.2/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.2/ext/pcre/pcrelib/
H A Dpcre_study.c392 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() local
1462 int count = 0; in pcre_study() local
/PHP-7.2/Zend/
H A Dzend_gc.c762 int count = 0; local
902 int count = 0; local
1059 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.2/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
H A Dspl_dllist.c79 int count; member
474 static int spl_dllist_object_count_elements(zval *object, zend_long *count) /* {{{ */ in spl_dllist_object_count_elements()
688 SPL_METHOD(SplDoublyLinkedList, count) in SPL_METHOD() argument
690 zend_long count; in SPL_METHOD() local
706 zend_long count; in SPL_METHOD() local
/PHP-7.2/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.2/main/
H A Dphp_ticks.c71 void php_run_ticks(int count) in php_run_ticks()
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dbase64.c126 int count; in base64_decode_xmlrpc() local
/PHP-7.2/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.2/ext/gd/libgd/
H A Dgd_gif_in.c335 unsigned char count; in GetDataBlock_() local
379 int count; in GetCode_() local
486 int count; in LWZReadByte_() local
/PHP-7.2/ext/bcmath/libbcmath/src/
H A Ddiv.c94 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
/PHP-7.2/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.2/ext/pcre/
H A Dphp_pcre.c760 int count = 0; /* Count of matched subpatterns */ in php_pcre_match_impl() local
1209 …call_info_cache *fcc, char *subject, int *offsets, char **subpat_names, int count, unsigned char *… in preg_do_repl_func()
1285 int count = 0; /* Count of matched subpatterns */ in php_pcre_replace_impl() local
1548 int count = 0; /* Count of matched subpatterns */ in php_pcre_replace_func_impl() local
2245 int count = 0; /* Count of matched subpatterns */ in php_pcre_split_impl() local
2581 int count = 0; /* Count of matched subpatterns */ in php_pcre_grep_impl() local
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_loaddata.c70 int count; in mysqlnd_local_infile_read() local
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_btree.h38 zend_ulong count; member

Completed in 89 milliseconds

123456