Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 161) sorted by last modified time

1234567

/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
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 Dphp_streams.h312 #define php_stream_read(stream, buf, count) _php_stream_read((stream), (buf), (count)) argument
318 #define php_stream_write(stream, buf, count) _php_stream_write(stream, (buf), (count)) argument
/PHP-8.1/ext/pgsql/
H A Dpgsql.c4104 static ssize_t php_pgsql_fd_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_pgsql_fd_write()
4110 static ssize_t php_pgsql_fd_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_pgsql_fd_read()
/PHP-8.1/Zend/
H A Dzend_vm_execute.h2357 uint32_t count = zend_hash_num_elements(ht); in ZEND_SEND_ARRAY_SPEC_HANDLER() local
10576 zend_long count; in ZEND_COUNT_SPEC_CONST_UNUSED_HANDLER() local
17821 zend_long count; in ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER() local
48566 zend_long count; in ZEND_COUNT_SPEC_CV_UNUSED_HANDLER() local
H A Dzend_vm_def.h9101 zend_long count; variable
H A Dzend_alloc.c186 #define ZEND_MM_LRUN(count) (ZEND_MM_IS_LRUN | ((count) << ZEND_MM_LRUN_PAGES_OFFSET)) argument
188 #define ZEND_MM_SRUN_EX(bin_num, count) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
2052 zend_long count = 0; local
2078 zend_long count = 0; local
2109 zend_long count = 0; local
H A Dzend_API.c2218 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
2657 int count=0, unload=0; in ZEND_END_ARG_INFO() local
2891 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
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
/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
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c3120 static zend_string* ZEND_FASTCALL zend_jit_rope_end(zend_string **rope, uint32_t count) in zend_jit_rope_end()
H A Dzend_jit_trace.c767 int count = opline - op_array->opcodes; in zend_jit_trace_add_call_phis() local
2697 int i, j, idx, count, level; in zend_jit_trace_allocate_registers() local
6285 uint32_t count = in zend_jit_trace() local
H A Dzend_jit.c1539 …atic zend_lifetime_interval *zend_jit_sort_intervals(zend_lifetime_interval **intervals, int count) in zend_jit_sort_intervals()
/PHP-8.1/ext/standard/
H A Dbasic_functions.c985 unsigned int i, count = 0; local
1087 int count; local
H A Dimage.c176 …ic unsigned long int php_swf_get_bits (unsigned char* buffer, unsigned int pos, unsigned int count) in php_swf_get_bits()
/PHP-8.1/ext/zip/
H A Dphp_zip.c1591 PHP_METHOD(ZipArchive, count) argument
/PHP-8.1/ext/ffi/
H A Dffi.c1715 static int zend_ffi_cdata_count_elements(zend_object *obj, zend_long *count) /* {{{ */ in zend_ffi_cdata_count_elements()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_match.c4698 int count = GET2(Fecode, 1+IMM2_SIZE); in match() local
5347 int count = GET2(Fecode, 1 + IMM2_SIZE); in match() local
5366 int count = GET2(Fecode, 1 + IMM2_SIZE); in match() local
H A Dpcre2_jit_compile.c361 sljit_u8 count; member
843 int count = 0; in no_alternatives() local
1070 int count; in check_opcode_types() local
1248 int count; in detect_early_fail() local
5334 sljit_u32 i, count = chars->count; in add_prefix_char() local
9004 int count = GET2(cc, 1 + IMM2_SIZE); in compile_dnref_search() local
/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()
H A DZendAccelerator.c3654 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap…
3790 …uint32_t count = ce->parent ? ce->default_static_members_count - ce->parent->default_static_member… local
/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/ext/simplexml/
H A Dsimplexml.c1913 static int php_sxe_count_elements_helper(php_sxe_object *sxe, zend_long *count) /* {{{ */ in php_sxe_count_elements_helper()
1940 static int sxe_count_elements(zend_object *object, zend_long *count) /* {{{ */ in sxe_count_elements()
1959 PHP_METHOD(SimpleXMLElement, count) in PHP_METHOD() argument
1961 zend_long count = 0; in PHP_METHOD() local
/PHP-8.1/ext/hash/
H A Dhash.c141 size_t count, alignment; in parse_serialize_spec() local
243 size_t sz, count = parse_serialize_spec(&spec, &pos, &sz, &max_alignment); in php_hash_serialize_spec() local
290 size_t sz, count = parse_serialize_spec(&spec, &pos, &sz, &max_alignment); in php_hash_unserialize_spec() local
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c1078 static ssize_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count) in php_sqlite3_stream_write()
1107 static ssize_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count) in php_sqlite3_stream_read()

Completed in 384 milliseconds

1234567