Home
last modified time | relevance | path

Searched defs:count (Results 76 – 100 of 163) sorted by relevance

1234567

/PHP-8.3/main/streams/
H A Dplain_wrapper.c349 static ssize_t php_stdiop_write(php_stream *stream, const char *buf, size_t count) in php_stdiop_write()
387 static ssize_t php_stdiop_read(php_stream *stream, char *buf, size_t count) in php_stdiop_read()
1019 static ssize_t php_plain_files_dirstream_read(php_stream *stream, char *buf, size_t count) in php_plain_files_dirstream_read()
H A Dglob_wrapper.c136 static ssize_t php_glob_stream_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_glob_stream_read()
H A Dfilter.c471 ssize_t count = stream->ops->write(stream, bucket->buf, bucket->buflen); in _php_stream_filter_flush() local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_info.c310 int literal = 0, count = ops->last_literal - 1; in PHPDBG_INFO() local
H A Dphpdbg_list.c130 void phpdbg_list_file(zend_string *filename, uint32_t count, int offset, uint32_t highlight) /* {{{… in phpdbg_list_file()
/PHP-8.3/ext/shmop/
H A Dshmop.c221 zend_long start, count; in PHP_FUNCTION() local
/PHP-8.3/Zend/Optimizer/
H A Dcompact_literals.c71 size_t count = 0; in type_num_classes() local
H A Descape_analysis.c34 static zend_always_inline void union_find_init(int *parent, int *size, int count) /* {{{ */ in union_find_init()
/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c253 static zend_result resourcebundle_array_count(zend_object *object, zend_long *count) in resourcebundle_array_count()
/PHP-8.3/main/
H A Dspprintf.c130 #define PAD_CHAR(xbuf, ch, count, is_char) do { \ argument
/PHP-8.3/ext/spl/
H A Dspl_observer.stub.php50 public function count(int $mode = COUNT_NORMAL): int {} function in SplObjectStorage
/PHP-8.3/ext/fileinfo/libmagic/
H A Dcdf.c964 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info()
1121 cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count) in cdf_unpack_summary_info()
1455 cdf_dump_property_info(const cdf_property_info_t *info, size_t count) in cdf_dump_property_info()
1530 size_t count; in cdf_dump_summary_info() local
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c243 int count = 0; in get_ucpname() local
H A Dpcre2_match.c4905 int count = GET2(Fecode, 1+IMM2_SIZE); in match() local
5554 int count = GET2(Fecode, 1 + IMM2_SIZE); in match() local
5573 int count = GET2(Fecode, 1 + IMM2_SIZE); in match() local
H A Dpcre2_dfa_match.c297 int count; /* Count for repeats */ member
752 int count; in internal_dfa_match() local
/PHP-8.3/ext/standard/
H A Ddns_win32.c213 DWORD count = data_txt->dwStringCount; in php_parserr() local
H A Dstring.c2820 zend_long count = 0; local
2961 size_t count = 0; local
3037 size_t count = 0; local
3123 size_t count = 0; local
3323 …size_t len1, const char *txt2, size_t len2, size_t *pos1, size_t *pos2, size_t *max, size_t *count)
3350 size_t pos1 = 0, pos2 = 0, max, count; local
4219 zend_long count = 0; local
5366 zend_long count; local
H A Dmath.c1020 int count = 0; in _php_math_number_format_ex() local
1153 int count = 0; in _php_math_number_format_long() local
/PHP-8.3/ext/date/lib/
H A Dtm2unixtime.c277 timelib_sll count, dow, rem; in do_adjust_special_weekday() local
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_disasm.c315 size_t count, i; local
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_methods.cpp118 int32_t count(UErrorCode& status) const override { in count() function in BugStringCharEnumeration
207 int32_t count; in PHP_FUNCTION() local
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c1909 static zend_result php_sxe_count_elements_helper(php_sxe_object *sxe, zend_long *count) /* {{{ */ in php_sxe_count_elements_helper()
1936 static zend_result sxe_count_elements(zend_object *object, zend_long *count) /* {{{ */ in sxe_count_elements()
1955 PHP_METHOD(SimpleXMLElement, count) in PHP_METHOD() argument
1957 zend_long count = 0; in PHP_METHOD() local
/PHP-8.3/ext/hash/
H A Dhash.c142 size_t count, alignment; in parse_serialize_spec() local
244 size_t sz, count = parse_serialize_spec(&spec, &pos, &sz, &max_alignment); in php_hash_serialize_spec() local
291 size_t sz, count = parse_serialize_spec(&spec, &pos, &sz, &max_alignment); in php_hash_unserialize_spec() local
H A Dhash_sha3.c157 size_t count, in PHP_SHA3_Update()
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c488 static int lsapi_writev( int fd, struct iovec ** pVec, int count, int totalLen ) in lsapi_writev()
646 static int parseEnv( struct LSAPI_key_value_pair * pEnvList, int count, in parseEnv()
2281 int count = 0; in LSAPI_ForeachOrgHeader_r() local
2357 int count = 0; in LSAPI_ForeachHeader_r() local
3036 int count = 0; in lsapi_check_child_status() local
4216 unsigned int count; in lsapi_MD5Final() local

Completed in 162 milliseconds

1234567