Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/snmp/
H A Dsnmp.c352 int count; member
676 int status, count, found; in php_snmp_internal() local
/PHP-7.4/ext/spl/
H A Dspl_iterators.c2003 size_t count = 0; in SPL_METHOD() local
2952 SPL_METHOD(CachingIterator, count) in SPL_METHOD() argument
3593 zend_long count = 0; in PHP_FUNCTION() local
3610 zend_long count; member
/PHP-7.4/ext/phar/
H A Dpharzip.h225 char count[2]; /* total number of entries in member
H A Dphar_object.c1402 int count; member
1923 PHP_METHOD(Phar, count) in PHP_METHOD() argument
/PHP-7.4/main/
H A Dfastcgi.c920 static inline ssize_t safe_write(fcgi_request *req, const void *buf, size_t count) in safe_write()
957 static inline ssize_t safe_read(fcgi_request *req, const void *buf, size_t count) in safe_read()
H A Dphp_streams.h309 #define php_stream_read(stream, buf, count) _php_stream_read((stream), (buf), (count)) argument
315 #define php_stream_write(stream, buf, count) _php_stream_write(stream, (buf), (count)) argument
H A Drfc1867.c701 zend_long count = 0; local
H A Doutput.c573 int i, count = php_output_get_level(); in php_output_handler_started() local
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4322 unsigned int i, count = 0; local
4425 int count; local
H A Dmath.c1150 int count = 0; in _php_math_number_format_ex() local
H A Dimage.c182 …ic unsigned long int php_swf_get_bits (unsigned char* buffer, unsigned int pos, unsigned int count) in php_swf_get_bits()
H A Dfile.c1923 int count, i = 0; in php_fputcsv() local
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1128 static ssize_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count) in php_sqlite3_stream_write()
1157 static ssize_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count) in php_sqlite3_stream_read()
/PHP-7.4/ext/pcre/pcre2lib/
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
1245 int count; in detect_early_fail() local
5330 sljit_u32 i, count = chars->count; in add_prefix_char() local
8927 int count = GET2(cc, 1 + IMM2_SIZE); in compile_dnref_search() local
H A Dpcre2_compile.c5204 int count; in find_dupname_details() local
6227 int count, index; in compile_branch() local
6646 int count, index; in compile_branch() local
/PHP-7.4/ext/exif/
H A Dexif.c1836 int count; member
1956 int count; member
1975 int count; member
2083 int count = ImageInfo->file.count; in exif_file_sections_add() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3358 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap… in preload_sort_classes()
3525 …uint32_t count = ce->parent ? ce->default_static_members_count - ce->parent->default_static_member… in preload_try_resolve_constants() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c958 static ssize_t phpdbg_stdiop_write(php_stream *stream, const char *buf, size_t count) { in phpdbg_stdiop_write()
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c1287 zend_long count = -1; in PHP_FUNCTION() local
/PHP-7.4/Zend/
H A Dzend_execute.c3471 int count = EX(func)->op_array.last_var; in i_free_compiled_variables() local
3542 uint32_t count; in zend_copy_extra_args() local
3584 uint32_t count = last - first; in zend_init_cvs() local
H A Dzend_API.c1879 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
2145 int count=0, unload=0; in zend_register_functions() local
2488 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c653 long count = 0; /* 2.0.28: = 0 */ in compute_color() local
/PHP-7.4/ext/ldap/
H A Dldap.c253 int target, count, errcode, rc; in _php_ldap_control_to_array() local
2146 int i, count; in PHP_FUNCTION() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c111 uint32_t count; member
/PHP-7.4/ext/gmp/
H A Dgmp.c1142 size_t count = (mpz_sizeinbase(gmpnumber, 2) + bits_per_word - 1) / bits_per_word; in ZEND_FUNCTION() local

Completed in 259 milliseconds

123456