Home
last modified time | relevance | path

Searched defs:count (Results 51 – 75 of 163) sorted by relevance

1234567

/PHP-8.3/ext/dba/libcdb/
H A Dcdb_make.c143 uint32 count; in cdb_make_finish() local
/PHP-8.3/Zend/
H A Dzend_ptr_stack.h45 #define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count) \ in END_EXTERN_C() argument
H A Dzend_gc.c604 static void gc_adjust_threshold(int count) in gc_adjust_threshold()
1419 int count = 0; in gc_collect_white() local
1609 int count = 0; in gc_collect_roots() local
1651 int count = 0; in gc_remove_nested_data_from_buffer() local
1792 int count; in zend_gc_collect_cycles() local
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.3/ext/standard/
H A Dvar.c97 uint32_t count; in php_var_dump() local
286 uint32_t count; in php_debug_zval_dump() local
926 …ar_serialize_nested_data(smart_str *buf, zval *struc, HashTable *ht, uint32_t count, bool incomple… in php_var_serialize_nested_data()
1054 uint32_t count; in php_var_serialize_intern() local
H A Dcrypt_blowfish.c436 static void BF_swap(BF_word *x, int count) in BF_swap()
654 BF_word count; in BF_crypt() local
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c1029 uint32_t num_subpats, int count, const PCRE2_SPTR mark, zend_long flags) { in populate_subpat_array()
1151 int count; /* Count of matched subpatterns */ in php_pcre_match_impl() local
1517 … PCRE2_SIZE *offsets, zend_string **subpat_names, uint32_t num_subpats, int count, const PCRE2_SPT… in preg_do_repl_func()
1583 int count; /* Count of matched subpatterns */ in php_pcre_replace_impl() local
1823 int count; /* Count of matched subpatterns */ in php_pcre_replace_func_impl() local
2506 int count; /* Count of matched subpatterns */ in php_pcre_split_impl() local
2861 int count; /* Count of matched subpatterns */ in php_pcre_grep_impl() local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_btree.h36 zend_ulong count; member
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_loaddata.c68 int count; in mysqlnd_local_infile_read() local
/PHP-8.3/ext/fileinfo/libmagic/
H A Dreadcdf.c136 size_t count, const cdf_directory_t *root_storage) in cdf_file_property_info()
291 size_t count; in cdf_file_summary_info() local
/PHP-8.3/ext/phar/
H A Dstream.c372 static ssize_t phar_stream_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in phar_stream_read()
447 static ssize_t phar_stream_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in phar_stream_write()
/PHP-8.3/ext/spl/
H A Dspl_dllist.stub.php53 public function count(): int {} function in SplDoublyLinkedList
H A Dspl_heap.c54 int count; member
486 static zend_result spl_heap_object_count_elements(zend_object *object, zend_long *count) /* {{{ */ in spl_heap_object_count_elements()
577 PHP_METHOD(SplHeap, count) in PHP_METHOD() argument
579 zend_long count; in PHP_METHOD() local
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c86 void zend_accel_move_user_functions(HashTable *src, uint32_t count, zend_script *script) in zend_accel_move_user_functions()
117 void zend_accel_move_user_classes(HashTable *src, uint32_t count, zend_script *script) in zend_accel_move_user_classes()
/PHP-8.3/main/streams/
H A Dstreams.c171 int count = (int)zend_llist_count(err_list); in php_stream_display_wrapper_errors() local
1151 static ssize_t _php_stream_write_buffer(php_stream *stream, const char *buf, size_t count) in _php_stream_write_buffer()
1207 static ssize_t _php_stream_write_filtered(php_stream *stream, const char *buf, size_t count, int fl… in _php_stream_write_filtered()
1288 PHPAPI ssize_t _php_stream_write(php_stream *stream, const char *buf, size_t count) in _php_stream_write()
1317 ssize_t count; in _php_stream_printf() local
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 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()
/PHP-8.3/ext/sysvsem/
H A Dsysvsem.c189 int count; in PHP_FUNCTION() local
/PHP-8.3/ext/bcmath/libbcmath/src/
H A Drecmul.c102 size_t count = val->n_len; in _bc_shift_addsub() local
/PHP-8.3/ext/random/
H A Drandom.c80 uint32_t count = 0; in php_random_range32() local
136 uint32_t count = 0; in php_random_range64() local
/PHP-8.3/ext/simplexml/
H A Dsimplexml.stub.php55 public function count(): int {} function in SimpleXMLElement
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php498 public function count(): int {} function in DOMNodeList
523 public function substringData(int $offset, int $count) {}
529 public function deleteData(int $offset, int $count): bool {}
532 public function replaceData(int $offset, int $count, string $data): bool {}
894 public function count(): int {} function in DOMNamedNodeMap
/PHP-8.3/ext/pdo_oci/
H A Doci_statement.c622 static ssize_t oci_blob_write(php_stream *stream, const char *buf, size_t count) in oci_blob_write()
642 static ssize_t oci_blob_read(php_stream *stream, char *buf, size_t count) in oci_blob_read()
/PHP-8.3/main/
H A Dphp_variables.c468 zend_long count = 0; in SAPI_TREAT_DATA_FUNC() local
665 int count = 0; in php_build_argv() local
/PHP-8.3/ext/intl/converter/
H A Dconverter.c816 count = ucnv_countAvailable(); in PHP_METHOD() local
836 uint16_t i, count; in PHP_METHOD() local
867 uint16_t i, count; in PHP_METHOD() local

Completed in 125 milliseconds

1234567