Home
last modified time | relevance | path

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

1234567

/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_driver.c130 static ssize_t pgsql_lob_write(php_stream *stream, const char *buf, size_t count) in pgsql_lob_write()
136 static ssize_t pgsql_lob_read(php_stream *stream, char *buf, size_t count) in pgsql_lob_read()
/PHP-8.1/ext/com_dotnet/
H A Dcom_handlers.c494 static int com_object_count(zend_object *object, zend_long *count) in com_object_count()
H A Dcom_saproxy.c340 static int saproxy_count_elements(zend_object *object, zend_long *count) in saproxy_count_elements()
/PHP-8.1/ext/spl/
H A Dspl_iterators.h128 zend_long count; member
H A Dspl_observer.c503 PHP_METHOD(SplObjectStorage, count) in PHP_METHOD() argument
683 zend_long count; in PHP_METHOD() local
H A Dspl_array.c1403 zend_long count = 0; in spl_array_object_count_elements_helper() local
1420 int spl_array_object_count_elements(zend_object *object, zend_long *count) /* {{{ */ in spl_array_object_count_elements()
1440 PHP_METHOD(ArrayObject, count) in PHP_METHOD() argument
H A Dspl_directory.stub.php191 public function count(): int {} function in GlobIterator
H A Dspl_iterators.stub.php253 public function count(): int {} function in CachingIterator
H A Dspl_iterators.c1801 size_t count = 0; in PHP_METHOD() local
2639 PHP_METHOD(CachingIterator, count) in PHP_METHOD() argument
3144 zend_long count = 0; in PHP_FUNCTION() local
3161 zend_long count; member
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c2015 static ssize_t php_openssl_sockop_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_openssl_sockop_read()
2021 static ssize_t php_openssl_sockop_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_openssl_sockop_write()
2033 static ssize_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ … in php_openssl_sockop_io()
/PHP-8.1/ext/intl/grapheme/
H A Dgrapheme_string.c618 int count = 0; in grapheme_extract_charcount_iter() local
/PHP-8.1/Zend/
H A Dzend_execute.h269 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.1/main/
H A Dmain.c1961 int php_register_extensions(zend_module_entry * const * ptr, int count) in php_register_extensions()
1983 static int php_register_extensions_bc(zend_module_entry *ptr, int count) in php_register_extensions_bc()
H A Dfastcgi.c917 static inline ssize_t safe_write(fcgi_request *req, const void *buf, size_t count)
954 static inline ssize_t safe_read(fcgi_request *req, const void *buf, size_t count)
/PHP-8.1/ext/opcache/
H A Dzend_shared_alloc.c104 static void copy_shared_segments(void *to, void *from, int count, int size) in copy_shared_segments()
/PHP-8.1/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.1/TSRM/
H A DTSRM.c34 int count; member
/PHP-8.1/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.1/ext/zip/
H A Dphp_zip.stub.php92 public function count(): int {} function in ZipArchive
/PHP-8.1/ext/standard/
H A Ddns.c1070 int count, qdc; in PHP_FUNCTION() local
H A Dftp_fopen_wrapper.c607 static ssize_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read()
H A Dbasic_functions.c985 unsigned int i, count = 0; local
1087 int count; local
/PHP-8.1/ext/posix/
H A Dposix.c702 int count; in php_posix_group_to_array() local
/PHP-8.1/ext/snmp/
H A Dsnmp.c127 int count; member
407 int status, count, found; in php_snmp_internal() local
/PHP-8.1/ext/phar/
H A Dpharzip.h225 char count[2]; /* total number of entries in member

Completed in 173 milliseconds

1234567