Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c4696 int count = GET2(Fecode, 1+IMM2_SIZE); in match() local
5345 int count = GET2(Fecode, 1 + IMM2_SIZE); in match() local
5364 int count = GET2(Fecode, 1 + IMM2_SIZE); in match() local
H A Dpcre2_dfa_match.c297 int count; /* Count for repeats */ member
752 int count; in internal_dfa_match() local
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c478 static int lsapi_writev( int fd, struct iovec ** pVec, int count, int totalLen ) in lsapi_writev()
636 static int parseEnv( struct LSAPI_key_value_pair * pEnvList, int count, in parseEnv()
2267 int count = 0; in LSAPI_ForeachOrgHeader_r() local
2343 int count = 0; in LSAPI_ForeachHeader_r() local
3012 int count = 0; in lsapi_check_child_status() local
4191 unsigned int count; in lsapi_MD5Final() local
/PHP-7.4/main/streams/
H A Dfilter.c473 ssize_t count = stream->ops->write(stream, bucket->buf, bucket->buflen); in _php_stream_filter_flush() local
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1950 static int php_sxe_count_elements_helper(php_sxe_object *sxe, zend_long *count) /* {{{ */ in php_sxe_count_elements_helper()
1977 static int sxe_count_elements(zval *object, zend_long *count) /* {{{ */ in sxe_count_elements()
1997 SXE_METHOD(count) in SXE_METHOD() argument
1999 zend_long count = 0; in SXE_METHOD() local
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c523 static int spl_fixedarray_object_count_elements(zval *object, zend_long *count) /* {{{ */ in spl_fixedarray_object_count_elements()
604 SPL_METHOD(SplFixedArray, count) in SPL_METHOD() argument
H A Dspl_iterators.h137 zend_long count; member
H A Dspl_array.c1376 zend_long count = 0; in spl_array_object_count_elements_helper() local
1393 int spl_array_object_count_elements(zval *object, zend_long *count) /* {{{ */ in spl_array_object_count_elements()
1415 SPL_METHOD(Array, count) in SPL_METHOD() argument
H A Dspl_observer.c557 SPL_METHOD(SplObjectStorage, count) in SPL_METHOD() argument
758 zend_long count; in SPL_METHOD() local
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c127 static ssize_t pgsql_lob_write(php_stream *stream, const char *buf, size_t count) in pgsql_lob_write()
133 static ssize_t pgsql_lob_read(php_stream *stream, char *buf, size_t count) in pgsql_lob_read()
/PHP-7.4/Zend/
H A Dzend_alloc.c185 #define ZEND_MM_LRUN(count) (ZEND_MM_IS_LRUN | ((count) << ZEND_MM_LRUN_PAGES_OFFSET)) argument
187 #define ZEND_MM_SRUN_EX(bin_num, count) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
2018 zend_long count = 0; local
2044 zend_long count = 0; local
2075 zend_long count = 0; local
H A Dzend_execute.h230 uint32_t count = ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args; in zend_vm_stack_free_extra_args_ex() local
/PHP-7.4/ext/standard/
H A Dstring.c3238 size_t count = 0; local
3323 size_t count = 0; local
3410 size_t count = 0; local
3603 …size_t len1, const char *txt2, size_t len2, size_t *pos1, size_t *pos2, size_t *max, size_t *count)
3631 size_t pos1 = 0, pos2 = 0, max, count; local
4526 zend_long count = 0; local
5782 zend_long count = 0; local
H A Dftp_fopen_wrapper.c616 static ssize_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read()
H A Ddns.c1051 int count, qdc; in PHP_FUNCTION() local
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c446 …t timelib_tzdb_index_entry *timelib_timezone_identifiers_list(const timelib_tzdb *tzdb, int *count) in timelib_timezone_identifiers_list()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2020 static ssize_t php_openssl_sockop_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_openssl_sockop_read()
2026 static ssize_t php_openssl_sockop_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_openssl_sockop_write()
2038 static ssize_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ … in php_openssl_sockop_io()
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c685 int count = 0; in grapheme_extract_charcount_iter() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c545 static int com_object_count(zval *object, zend_long *count) in com_object_count()
H A Dcom_saproxy.c358 static int saproxy_count_elements(zval *object, zend_long *count) in saproxy_count_elements()
/PHP-7.4/main/
H A Dmain.c2077 int php_register_extensions(zend_module_entry * const * ptr, int count) in php_register_extensions()
2099 static int php_register_extensions_bc(zend_module_entry *ptr, int count) in php_register_extensions_bc()
/PHP-7.4/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-7.4/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-7.4/TSRM/
H A DTSRM.c34 int count; member
/PHP-7.4/ext/posix/
H A Dposix.c995 int count; in php_posix_group_to_array() local

Completed in 146 milliseconds

123456