Home
last modified time | relevance | path

Searched defs:count (Results 101 – 125 of 163) sorted by relevance

1234567

/PHP-8.3/ext/phar/
H A Dphar_object.stub.php117 public function count(int $mode = COUNT_NORMAL): int {} function in Phar
335 public function count(int $mode = COUNT_NORMAL): int {} function in PharData
H A Dpharzip.h225 char count[2]; /* total number of entries in member
/PHP-8.3/ext/dom/
H A Dparentnode.c100 zend_long count = 0; in dom_parent_node_child_element_count() local
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_driver.c129 static ssize_t pgsql_lob_write(php_stream *stream, const char *buf, size_t count) in pgsql_lob_write()
135 static ssize_t pgsql_lob_read(php_stream *stream, char *buf, size_t count) in pgsql_lob_read()
/PHP-8.3/ext/spl/
H A Dspl_fixedarray.c525 static zend_result spl_fixedarray_object_count_elements(zend_object *object, zend_long *count) in spl_fixedarray_object_count_elements()
675 PHP_METHOD(SplFixedArray, count) in PHP_METHOD() argument
H A Dspl_array.c1324 zend_long count = 0; in spl_array_object_count_elements_helper() local
1341 static zend_result spl_array_object_count_elements(zend_object *object, zend_long *count) /* {{{ */ in spl_array_object_count_elements()
1361 PHP_METHOD(ArrayObject, count) in PHP_METHOD() argument
H A Dspl_iterators.c120 zend_long count; member
1836 size_t count = 0; in PHP_METHOD() local
2669 PHP_METHOD(CachingIterator, count) in PHP_METHOD() argument
3184 zend_long count = 0; in PHP_FUNCTION() local
3204 zend_long count; member
H A Dspl_directory.stub.php255 public function count(): int {} function in GlobIterator
H A Dspl_observer.c647 PHP_METHOD(SplObjectStorage, count) in PHP_METHOD() argument
827 zend_long count; in PHP_METHOD() local
H A Dspl_iterators.stub.php305 public function count(): int {} function in CachingIterator
/PHP-8.3/Zend/
H A Dzend_alloc.c187 #define ZEND_MM_LRUN(count) (ZEND_MM_IS_LRUN | ((count) << ZEND_MM_LRUN_PAGES_OFFSET)) argument
189 #define ZEND_MM_SRUN_EX(bin_num, count) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
2071 zend_long count = 0; local
2097 zend_long count = 0; local
2128 zend_long count = 0; local
H A Dzend_execute.h302 uint32_t count = ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args; in zend_vm_stack_free_extra_args_ex() local
/PHP-8.3/ext/intl/grapheme/
H A Dgrapheme_string.c600 int count = 0; in grapheme_extract_charcount_iter() local
/PHP-8.3/ext/com_dotnet/
H A Dcom_handlers.c493 static zend_result com_object_count(zend_object *object, zend_long *count) in com_object_count()
H A Dcom_saproxy.c340 static zend_result saproxy_count_elements(zend_object *object, zend_long *count) in saproxy_count_elements()
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c2029 static ssize_t php_openssl_sockop_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_openssl_sockop_read()
2035 static ssize_t php_openssl_sockop_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_openssl_sockop_write()
2047 static ssize_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ … in php_openssl_sockop_io()
/PHP-8.3/ext/opcache/
H A Dzend_shared_alloc.c124 static void copy_shared_segments(void *to, void *from, int count, int size) in copy_shared_segments()
/PHP-8.3/ext/gd/libgd/
H A Dgd_bmp.c765 static int bmp_read_palette(gdImagePtr im, gdIOCtxPtr infile, int count, int read_four) in bmp_read_palette()
/PHP-8.3/ext/random/
H A Dphp_random.h232 uint32_t count; member
/PHP-8.3/ext/standard/
H A Ddns.c1050 int count, qdc; in PHP_FUNCTION() local
H A Dftp_fopen_wrapper.c605 static ssize_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read()
/PHP-8.3/ext/date/lib/
H A Dparse_tz.c611 …t timelib_tzdb_index_entry *timelib_timezone_identifiers_list(const timelib_tzdb *tzdb, int *count) in timelib_timezone_identifiers_list()
/PHP-8.3/TSRM/
H A DTSRM.c34 int count; member
/PHP-8.3/ext/snmp/
H A Dsnmp.c107 int count; member
385 int status, count, found; in php_snmp_internal() local
/PHP-8.3/ext/posix/
H A Dposix.c659 int count; in php_posix_group_to_array() local

Completed in 108 milliseconds

1234567