Home
last modified time | relevance | path

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

12345678

/PHP-8.2/ext/random/
H A Drandom.c81 uint32_t count = 0; in php_random_range32() local
137 uint32_t count = 0; in php_random_range64() local
H A Dphp_random.h79 uint32_t count; member
/PHP-8.2/main/streams/
H A Dxp_socket.c57 static ssize_t php_sockop_write(php_stream *stream, const char *buf, size_t count) in php_sockop_write()
159 static ssize_t php_sockop_read(php_stream *stream, char *buf, size_t count) in php_sockop_read()
H A Dplain_wrapper.c348 static ssize_t php_stdiop_write(php_stream *stream, const char *buf, size_t count) in php_stdiop_write()
390 static ssize_t php_stdiop_read(php_stream *stream, char *buf, size_t count) in php_stdiop_read()
1022 static ssize_t php_plain_files_dirstream_read(php_stream *stream, char *buf, size_t count) in php_plain_files_dirstream_read()
H A Duserspace.c563 static ssize_t php_userstreamop_write(php_stream *stream, const char *buf, size_t count) in php_userstreamop_write()
612 static ssize_t php_userstreamop_read(php_stream *stream, char *buf, size_t count) in php_userstreamop_read()
1311 static ssize_t php_userstreamop_readdir(php_stream *stream, char *buf, size_t count) in php_userstreamop_readdir()
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.2/ext/simplexml/
H A Dsimplexml.stub.php55 public function count(): int {} function in SimpleXMLElement
/PHP-8.2/main/
H A Dphp_variables.c456 zend_long count = 0; in SAPI_TREAT_DATA_FUNC() local
654 int count = 0; in php_build_argv() local
H A Dspprintf.c130 #define PAD_CHAR(xbuf, ch, count, is_char) do { \ argument
/PHP-8.2/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.2/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.2/ext/shmop/
H A Dshmop.c221 zend_long start, count; in PHP_FUNCTION() local
/PHP-8.2/ext/spl/
H A Dspl_observer.stub.php50 public function count(int $mode = COUNT_NORMAL): int {} function in SplObjectStorage
/PHP-8.2/Zend/
H A Dzend_weakrefs.c428 static zend_result zend_weakmap_count_elements(zend_object *object, zend_long *count) in zend_weakmap_count_elements()
721 ZEND_METHOD(WeakMap, count) in ZEND_METHOD() argument
727 zend_long count; in ZEND_METHOD() local
/PHP-8.2/ext/intl/converter/
H A Dconverter.c815 count = ucnv_countAvailable(); in PHP_METHOD() local
835 uint16_t i, count; in PHP_METHOD() local
866 uint16_t i, count; in PHP_METHOD() local
/PHP-8.2/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.2/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.2/ext/pcre/pcre2lib/
H A Dpcre2_printint.c243 int count = 0; in get_ucpname() local
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php527 public function count(): int {} function in DOMNodeList
553 public function substringData(int $offset, int $count) {}
559 public function deleteData(int $offset, int $count): bool {}
562 public function replaceData(int $offset, int $count, string $data): bool {}
847 public function count(): int {} function in DOMNamedNodeMap
/PHP-8.2/ext/standard/
H A Ddns_win32.c219 DWORD count = data_txt->dwStringCount; in php_parserr() local
/PHP-8.2/ext/date/lib/
H A Dtm2unixtime.c277 timelib_sll count, dow, rem; in do_adjust_special_weekday() local
/PHP-8.2/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

Completed in 103 milliseconds

12345678