Home
last modified time | relevance | path

Searched defs:count (Results 126 – 134 of 134) sorted by relevance

123456

/PHP-7.4/ext/pgsql/
H A Dpgsql.c5378 static ssize_t php_pgsql_fd_write(php_stream *stream, const char *buf, size_t count) /* {{{ */
5384 static ssize_t php_pgsql_fd_read(php_stream *stream, char *buf, size_t count) /* {{{ */
/PHP-7.4/ext/spl/
H A Dspl_directory.c1615 SPL_METHOD(GlobIterator, count) in SPL_METHOD() argument
/PHP-7.4/ext/zip/
H A Dphp_zip.c1571 static ZIPARCHIVE_METHOD(count) argument
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c298 int count, count_static_props = 0, count_static_funcs = 0, count_shadow_props = 0; in _class_string() local
695 uint32_t i, count; in _function_closure_string() local
/PHP-7.4/Zend/
H A Dzend_compile.c62 static inline uint32_t zend_alloc_cache_slots(unsigned count) { in zend_alloc_cache_slots()
2052 uint32_t i, count = zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_end() local
H A Dzend_vm_def.h8655 zend_long count; variable
H A Dzend_vm_execute.h2061 uint32_t count = zend_hash_num_elements(ht); in ZEND_SEND_ARRAY_SPEC_HANDLER() local
9702 zend_long count; in ZEND_COUNT_SPEC_CONST_UNUSED_HANDLER() local
16873 zend_long count; in ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER() local
46681 zend_long count; in ZEND_COUNT_SPEC_CV_UNUSED_HANDLER() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h311 size_t count; member
/PHP-7.4/ext/ffi/
H A Dffi.c1682 static int zend_ffi_cdata_count_elements(zval *object, zend_long *count) /* {{{ */ in zend_ffi_cdata_count_elements()

Completed in 246 milliseconds

123456