Home
last modified time | relevance | path

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

123456

/PHP-7.4/Zend/
H A Dzend_arena.h79 static zend_always_inline void* zend_arena_calloc(zend_arena **arena_ptr, size_t count, size_t unit… in zend_arena_calloc()
175 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.h38 size_t count; member
H A Dzend_gc.c552 static void gc_adjust_threshold(int count) in gc_adjust_threshold()
1156 int count = 0; in gc_collect_white() local
1291 int count = 0; in gc_collect_roots() local
1332 int count = 0; in gc_remove_nested_data_from_buffer() local
1431 int count = 0; in zend_gc_collect_cycles() local
H A Dzend_ptr_stack.h45 #define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count) \ in END_EXTERN_C() argument
/PHP-7.4/ext/sysvsem/
H A Dphp_sysvsem.h45 int count; /* Acquire count for auto-release. */ member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substring.c319 int count = match_data->rc; in pcre2_substring_length_bynumber() local
375 int i, count, count2; in pcre2_substring_list_get() local
H A Dpcre2_study.c478 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() local
1674 int count = 0; in PRIV() local
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_parse.c34 int count = 0; in msgfmt_do_parse() local
/PHP-7.4/ext/standard/
H A Dvar.c100 uint32_t count; in php_var_dump() local
289 uint32_t count; in php_debug_zval_dump() local
891 …ar_serialize_nested_data(smart_str *buf, zval *struc, HashTable *ht, uint32_t count, zend_bool inc… in php_var_serialize_nested_data()
1013 uint32_t count; in php_var_serialize_intern() local
H A Darray.c764 PHP_FUNCTION(count) in PHP_FUNCTION() argument
1748 zend_long count = 0; local
1791 zend_long count = 0; local
1832 zend_long count = 0; local
1879 zend_long count = 0; local
1921 zend_long count = 0; local
1977 zend_long count = 0; local
2028 zend_long count = 0; local
2102 zend_long count = 0; local
2459 zend_long count; local
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_eol.c86 int i, count = 0; in count_lf_and_cr() local
H A Dphpdbg_btree.h38 zend_ulong count; member
/PHP-7.4/ext/phar/
H A Ddirstream.c92 static ssize_t phar_dir_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in phar_dir_read()
121 static ssize_t phar_dir_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in phar_dir_write()
H A Dstream.c364 static ssize_t phar_stream_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in phar_stream_read()
439 static ssize_t phar_stream_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in phar_stream_write()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dbase64.c121 int count; in base64_decode_xmlrpc() local
/PHP-7.4/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.4/main/
H A Dphp_ticks.c69 void php_run_ticks(int count) in php_run_ticks()
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.h43 uint32 count[256]; member
H A Dcdb_make.c145 uint32 count; in cdb_make_finish() local
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Ddiv.c93 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
/PHP-7.4/ext/bz2/
H A Dbz2.c136 static ssize_t php_bz2iop_read(php_stream *stream, char *buf, size_t count) in php_bz2iop_read()
166 static ssize_t php_bz2iop_write(php_stream *stream, const char *buf, size_t count) in php_bz2iop_write()
/PHP-7.4/ext/spl/
H A Dspl_dllist.c77 int count; member
474 static int spl_dllist_object_count_elements(zval *object, zend_long *count) /* {{{ */ in spl_dllist_object_count_elements()
684 SPL_METHOD(SplDoublyLinkedList, count) in SPL_METHOD() argument
686 zend_long count; in SPL_METHOD() local
702 zend_long count; in SPL_METHOD() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_loaddata.c70 int count; in mysqlnd_local_infile_read() local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1058 uint32_t num_subpats, int count, const PCRE2_SPTR mark, zend_long flags) { in populate_subpat_array()
1180 int count; /* Count of matched subpatterns */ in php_pcre_match_impl() local
1550 … PCRE2_SIZE *offsets, zend_string **subpat_names, uint32_t num_subpats, int count, const PCRE2_SPT… in preg_do_repl_func()
1618 int count; /* Count of matched subpatterns */ in php_pcre_replace_impl() local
1858 int count; /* Count of matched subpatterns */ in php_pcre_replace_func_impl() local
2539 int count; /* Count of matched subpatterns */ in php_pcre_split_impl() local
2896 int count; /* Count of matched subpatterns */ in php_pcre_grep_impl() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c138 size_t count, const cdf_directory_t *root_storage) in cdf_file_property_info()
293 size_t count; in cdf_file_summary_info() local

Completed in 76 milliseconds

123456