Home
last modified time | relevance | path

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

123456

/PHP-7.0/ext/date/lib/
H A Dtm2unixtime.c236 timelib_sll count, dow, rem; in do_adjust_special_weekday() local
H A Dparse_tz.c349 const timelib_tzdb_index_entry *timelib_timezone_builtin_identifiers_list(int *count) in timelib_timezone_builtin_identifiers_list()
/PHP-7.0/ext/spl/
H A Dspl_array.c1373 int static spl_array_object_count_elements_helper(spl_array_object *intern, zend_long *count) /* {{… in spl_array_object_count_elements_helper()
1402 int spl_array_object_count_elements(zval *object, zend_long *count) /* {{{ */ in spl_array_object_count_elements()
1423 SPL_METHOD(Array, count) in SPL_METHOD() argument
1425 zend_long count; in SPL_METHOD() local
H A Dspl_fixedarray.c542 static int spl_fixedarray_object_count_elements(zval *object, zend_long *count) /* {{{ */ in spl_fixedarray_object_count_elements()
630 SPL_METHOD(SplFixedArray, count) in SPL_METHOD() argument
H A Dspl_observer.c547 SPL_METHOD(SplObjectStorage, count) in SPL_METHOD() argument
748 zend_long count; in SPL_METHOD() local
H A Dspl_iterators.h143 zend_long count; member
H A Dspl_iterators.c2046 int count = 0; in SPL_METHOD() local
2995 SPL_METHOD(CachingIterator, count) in SPL_METHOD() argument
3623 zend_long count = 0; in PHP_FUNCTION() local
3638 zend_long count; member
/PHP-7.0/ext/intl/calendar/
H A Dcalendar_methods.cpp98 int32_t count(UErrorCode& status) const { in count() function in BugStringCharEnumeration
208 int32_t count; in PHP_FUNCTION() local
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c1956 static int php_sxe_count_elements_helper(php_sxe_object *sxe, zend_long *count) /* {{{ */ in php_sxe_count_elements_helper()
1983 static int sxe_count_elements(zval *object, zend_long *count) /* {{{ */ in sxe_count_elements()
2007 SXE_METHOD(count) in SXE_METHOD() argument
2009 zend_long count = 0; in SXE_METHOD() local
/PHP-7.0/main/
H A Dspprintf.c140 #define PAD_CHAR(xbuf, ch, count, is_char) do { \ argument
H A Dmain.c1964 int php_register_extensions(zend_module_entry **ptr, int count) in php_register_extensions()
1986 static int php_register_extensions_bc(zend_module_entry *ptr, int count) in php_register_extensions_bc()
/PHP-7.0/ext/opcache/
H A Dzend_shared_alloc.c105 static void copy_shared_segments(void *to, void *from, int count, int size) in copy_shared_segments()
/PHP-7.0/Zend/
H A Dzend_alloc.c182 #define ZEND_MM_LRUN(count) (ZEND_MM_IS_LRUN | ((count) << ZEND_MM_LRUN_PAGES_OFFSET)) argument
184 #define ZEND_MM_SRUN_EX(bin_num, count) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
2024 zend_long count = 0; local
2050 zend_long count = 0; local
2080 zend_long count = 0; local
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c139 static size_t pgsql_lob_write(php_stream *stream, const char *buf, size_t count) in pgsql_lob_write()
145 static size_t pgsql_lob_read(php_stream *stream, char *buf, size_t count) in pgsql_lob_read()
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c1939 static size_t php_openssl_sockop_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_openssl_sockop_read()
1945 static size_t php_openssl_sockop_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_openssl_sockop_write()
1958 static size_t php_openssl_sockop_io(int read, php_stream *stream, char *buf, size_t count) /* {{{ */ in php_openssl_sockop_io()
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c1345 int count = GET2(ecode, 1 + IMM2_SIZE); in match() local
1364 int count = GET2(ecode, 1 + IMM2_SIZE); in match() local
2706 int count = GET2(ecode, 1+IMM2_SIZE); in match() local
/PHP-7.0/ext/com_dotnet/
H A Dcom_handlers.c521 static int com_object_count(zval *object, zend_long *count) in com_object_count()
H A Dcom_saproxy.c351 static int saproxy_count_elements(zval *object, zend_long *count) in saproxy_count_elements()
/PHP-7.0/ext/intl/grapheme/
H A Dgrapheme_string.c683 int count = 0; in grapheme_extract_charcount_iter() local
/PHP-7.0/TSRM/
H A DTSRM.c31 int count; member
/PHP-7.0/ext/standard/
H A Dstring.c3144 size_t count = 0; local
3221 size_t count = 0; local
3307 size_t count = 0; local
4026 zend_long count = 0; local
5171 int count = 0; local
H A Ddns.c1025 int count, qdc; in PHP_FUNCTION() local
H A Dftp_fopen_wrapper.c611 static size_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read()
/PHP-7.0/ext/phar/
H A Dpharzip.h227 char count[2]; /* total number of entries in member
/PHP-7.0/ext/posix/
H A Dposix.c979 int count; in php_posix_group_to_array() local

Completed in 127 milliseconds

123456