Home
last modified time | relevance | path

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

1234567

/PHP-8.1/ext/standard/
H A Dvar.c97 uint32_t count; in php_var_dump() local
285 uint32_t count; in php_debug_zval_dump() local
931 …ar_serialize_nested_data(smart_str *buf, zval *struc, HashTable *ht, uint32_t count, bool incomple… in php_var_serialize_nested_data()
1059 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.1/Zend/
H A Dzend_llist.h38 size_t count; member
H A Dzend_gc.c553 static void gc_adjust_threshold(int count) in gc_adjust_threshold()
1151 int count = 0; in gc_collect_white() local
1293 int count = 0; in gc_collect_roots() local
1334 int count = 0; in gc_remove_nested_data_from_buffer() local
1448 int count; in zend_gc_collect_cycles() local
H A Dzend_ptr_stack.h45 #define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count) \ in END_EXTERN_C() argument
H A Dzend_weakrefs.c408 static int zend_weakmap_count_elements(zend_object *object, zend_long *count) in zend_weakmap_count_elements()
606 ZEND_METHOD(WeakMap, count) in ZEND_METHOD() argument
612 zend_long count; in ZEND_METHOD() local
/PHP-8.1/ext/dba/libcdb/
H A Dcdb_make.c143 uint32 count; in cdb_make_finish() local
/PHP-8.1/ext/spl/
H A Dspl_dllist.stub.php32 public function count(): int {} function in SplDoublyLinkedList
H A Dspl_heap.c59 int count; member
493 static int spl_heap_object_count_elements(zend_object *object, zend_long *count) /* {{{ */ in spl_heap_object_count_elements()
584 PHP_METHOD(SplHeap, count) in PHP_METHOD() argument
586 zend_long count; in PHP_METHOD() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_btree.h36 zend_ulong count; member
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_loaddata.c68 int count; in mysqlnd_local_infile_read() local
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c1064 uint32_t num_subpats, int count, const PCRE2_SPTR mark, zend_long flags) { in populate_subpat_array()
1186 int count; /* Count of matched subpatterns */ in php_pcre_match_impl() local
1552 … PCRE2_SIZE *offsets, zend_string **subpat_names, uint32_t num_subpats, int count, const PCRE2_SPT… in preg_do_repl_func()
1618 int count; /* Count of matched subpatterns */ in php_pcre_replace_impl() local
1858 int count; /* Count of matched subpatterns */ in php_pcre_replace_func_impl() local
2543 int count; /* Count of matched subpatterns */ in php_pcre_split_impl() local
2898 int count; /* Count of matched subpatterns */ in php_pcre_grep_impl() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dreadcdf.c138 size_t count, const cdf_directory_t *root_storage) in cdf_file_property_info()
293 size_t count; in cdf_file_summary_info() local
/PHP-8.1/ext/phar/
H A Dstream.c361 static ssize_t phar_stream_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in phar_stream_read()
436 static ssize_t phar_stream_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in phar_stream_write()
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php239 public function count(): int {} function in DOMNodeList
264 public function substringData(int $offset, int $count) {}
270 public function deleteData(int $offset, int $count): bool {}
273 public function replaceData(int $offset, int $count, string $data): bool {}
617 public function count(): int {} function in DOMNamedNodeMap
/PHP-8.1/main/streams/
H A Dstreams.c169 int count = (int)zend_llist_count(err_list); in php_stream_display_wrapper_errors() local
1120 static ssize_t _php_stream_write_buffer(php_stream *stream, const char *buf, size_t count) in _php_stream_write_buffer()
1158 static ssize_t _php_stream_write_filtered(php_stream *stream, const char *buf, size_t count, int fl… in _php_stream_write_filtered()
1239 PHPAPI ssize_t _php_stream_write(php_stream *stream, const char *buf, size_t count) in _php_stream_write()
1268 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()
153 static ssize_t php_sockop_read(php_stream *stream, char *buf, size_t count) in php_sockop_read()
H A Duserspace.c559 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()
1377 static ssize_t php_userstreamop_readdir(php_stream *stream, char *buf, size_t count) in php_userstreamop_readdir()
H A Dglob_wrapper.c128 static ssize_t php_glob_stream_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_glob_stream_read()
/PHP-8.1/ext/sysvsem/
H A Dsysvsem.c189 int count; in PHP_FUNCTION() local
/PHP-8.1/main/
H A Dphp_variables.c433 zend_long count = 0; in SAPI_TREAT_DATA_FUNC() local
625 int count = 0; in php_build_argv() local
/PHP-8.1/ext/bcmath/libbcmath/src/
H A Drecmul.c107 int count, carry; in _bc_shift_addsub() local
/PHP-8.1/ext/simplexml/
H A Dsimplexml.stub.php55 public function count(): int {} function in SimpleXMLElement
/PHP-8.1/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.1/ext/shmop/
H A Dshmop.c221 zend_long start, count; in PHP_FUNCTION() local

Completed in 131 milliseconds

1234567