Home
last modified time | relevance | path

Searched defs:count (Results 51 – 75 of 134) sorted by path

123456

/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c685 int count = 0; in grapheme_extract_charcount_iter() local
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp63 int32_t& count) { in phpGetArgTypeList()
303 int32_t count; in umsg_set_timezone() local
623 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
H A Dmsgformat_parse.c34 int count = 0; in msgfmt_do_parse() local
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c272 int resourcebundle_array_count(zval *object, zend_long *count) in resourcebundle_array_count()
/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/mbstring/
H A Dphp_mbregex.c1287 zend_long count = -1; in PHP_FUNCTION() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_loaddata.c70 int count; in mysqlnd_local_infile_read() local
H A Dmysqlnd_read_buffer.c37 mysqlnd_read_buffer_read(MYSQLND_READ_BUFFER * buffer, const size_t count, zend_uchar * dest) in mysqlnd_read_buffer_read()
74 mysqlnd_create_read_buffer(const size_t count) in mysqlnd_create_read_buffer()
H A Dmysqlnd_structs.h311 size_t count; member
/PHP-7.4/ext/opcache/Optimizer/
H A Descape_analysis.c35 static zend_always_inline void union_find_init(int *parent, int *size, int count) /* {{{ */ in union_find_init()
/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
H A Dzend_accelerator_util_funcs.c79 void zend_accel_move_user_functions(HashTable *src, uint32_t count, zend_script *script) in zend_accel_move_user_functions()
110 void zend_accel_move_user_classes(HashTable *src, uint32_t count, zend_script *script) in zend_accel_move_user_classes()
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/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/pcre/pcre2lib/
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
H A Dpcre2_dfa_match.c297 int count; /* Count for repeats */ member
752 int count; in internal_dfa_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
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_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_study.c478 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() local
1674 int count = 0; in PRIV() local
H A Dpcre2_substring.c319 int count = match_data->rc; in pcre2_substring_length_bynumber() local
375 int i, count, count2; in pcre2_substring_list_get() local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1058 uint32_t num_subpats, int count, const PCRE2_SPTR mark, zend_long flags) { in populate_subpat_array()
1180 int count; /* Count of matched subpatterns */ in php_pcre_match_impl() local
1550 … PCRE2_SIZE *offsets, zend_string **subpat_names, uint32_t num_subpats, int count, const PCRE2_SPT… in preg_do_repl_func()
1618 int count; /* Count of matched subpatterns */ in php_pcre_replace_impl() local
1858 int count; /* Count of matched subpatterns */ in php_pcre_replace_func_impl() local
2539 int count; /* Count of matched subpatterns */ in php_pcre_split_impl() local
2896 int count; /* Count of matched subpatterns */ in php_pcre_grep_impl() local
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c637 static ssize_t oci_blob_write(php_stream *stream, const char *buf, size_t count) in oci_blob_write()
657 static size_t oci_blob_read(php_stream *stream, char *buf, size_t count) in oci_blob_read()
/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/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/phar/
H A Ddirstream.c92 static ssize_t phar_dir_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in phar_dir_read()
121 static ssize_t phar_dir_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in phar_dir_write()

Completed in 199 milliseconds

123456