Home
last modified time | relevance | path

Searched defs:len (Results 101 – 125 of 277) sorted by path

12345678910>>...12

/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp415 int32_t len = u_sprintf(temp, "%u", (uint32_t)num_index); in umsg_format_helper() local
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c300 int32_t len; in ZEND_END_ARG_INFO() local
/PHP-7.4/ext/json/
H A Djson_encoder.c102 size_t len; in php_json_encode_double() local
258 smart_str *buf, const char *s, size_t len, in php_json_escape_string()
/PHP-7.4/ext/ldap/
H A Dldap.c3835 size_t len = 0; in php_ldap_do_escape() local
/PHP-7.4/ext/libxml/
H A Dlibxml.c382 static int php_libxml_streams_IO_read(void *context, char *buffer, int len) in php_libxml_streams_IO_read()
387 static int php_libxml_streams_IO_write(void *context, const char *buffer, int len) in php_libxml_streams_IO_write()
592 int len, len_iter, output = 0; in php_libxml_internal_error_handler() local
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_base64.c120 int status, cache, len; in mbfl_filt_conv_base64enc_flush() local
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c662 size_t len, n, k; in mbfl_strlen() local
781 size_t len, n, k; in mbfl_oddlen() local
1132 size_t n, k, len, start, end; in mbfl_substr() local
1583 size_t len, n; in mbfl_strwidth() local
H A Dmbfilter.h188 static inline int mbfl_is_error(size_t len) { in mbfl_is_error()
H A Dmbfl_convert.c239 mbfl_convert_filter_feed_string(mbfl_convert_filter *filter, const unsigned char *p, size_t len) { in mbfl_convert_filter_feed_string()
H A Dmbfl_memory_device.c234 mbfl_memory_device_strncat(mbfl_memory_device *device, const char *psrc, size_t len) in mbfl_memory_device_strncat()
H A Dmbfl_string.h46 size_t len; member
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1114 static char *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, size_t len, … in php_mb_rfc1867_substring_conf()
2221 size_t len; in PHP_FUNCTION() local
2935 zend_long from, len; in PHP_FUNCTION() local
3005 zend_long from, len; in PHP_FUNCTION() local
4166 #define MAIL_ASCIIZ_CHECK_MBSTRING(str, len) \ argument
5333 size_t len = 0; in php_mb_stripos() local
H A Dphp_mbregex.c487 static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyn… in _php_mb_regex_get_option_string()
1428 size_t n, i, pos, len, beg, end; in _php_mb_regex_ereg_search_exec() local
1623 size_t n, i, len, beg, end; in PHP_FUNCTION() local
H A Dphp_unicode.c258 unsigned len = code >> 24; in php_unicode_tolower_full() local
270 unsigned len = code >> 24; in php_unicode_toupper_full() local
282 unsigned len = code >> 24; in php_unicode_totitle_full() local
294 unsigned len = code >> 24; in php_unicode_tofold_full() local
314 unsigned len, i; in convert_case_filter() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c632 int len; in _mysqlnd_sprintf() local
H A Dmysqlnd_auth.c538 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
711 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
758 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
H A Dmysqlnd_charset.c141 unsigned int len = check_mb_utf8mb3_sequence(start, end); in check_mb_utf8mb3_valid() local
147 unsigned int len = check_mb_utf8_sequence(start, end); in check_mb_utf8_valid() local
787 unsigned int len = 0; in mysqlnd_cset_escape_quotes() local
843 unsigned int len = 0; in mysqlnd_cset_escape_slashes() local
H A Dmysqlnd_connection.h47 #define SET_NEW_MESSAGE(buf, buf_len, message, len) \ argument
H A Dmysqlnd_ps.c788 zend_ulong len = Z_STRLEN(current_row[i]); in mysqlnd_stmt_fetch_row_buffered() local
H A Dmysqlnd_ps_codec.c849 const size_t len = Z_STRLEN_P(data); in mysqlnd_stmt_execute_store_param_values() local
H A Dmysqlnd_result.c73 const size_t len = Z_STRLEN(data_cursor[i]); in MYSQLND_METHOD() local
130 const size_t len = Z_STRLEN(current_row[field]); in MYSQLND_METHOD() local
715 const size_t len = (Z_TYPE_P(data) == IS_STRING)? Z_STRLEN_P(data) : 0; in MYSQLND_METHOD() local
846 const size_t len = (Z_TYPE_P(data) == IS_STRING)? Z_STRLEN_P(data) : 0; in MYSQLND_METHOD() local
1005 const size_t len = Z_STRLEN(current_row[i]); in MYSQLND_METHOD() local
1095 const size_t len = Z_STRLEN(current_row[i]); in MYSQLND_METHOD() local
1192 const size_t len = Z_STRLEN(current_row[i]); in MYSQLND_METHOD() local
H A Dmysqlnd_structs.h1109 size_t len; member
H A Dmysqlnd_wireprotocol.c494 size_t len; in php_mysqlnd_auth_write() local
1051 size_t len; in php_mysqlnd_rset_header_read() local
1194 zend_ulong len; in php_mysqlnd_rset_field_read() local
1572 const zend_ulong len = php_mysqlnd_net_field_length((const zend_uchar **) &p); in php_mysqlnd_rowp_read_text_protocol_aux() local
/PHP-7.4/ext/oci8/
H A Doci8_lob.c165 sb4 php_oci_lob_callback (dvoid *ctxp, CONST dvoid *bufxp, oraub8 len, ub1 piece, dvoid **changed_b… in php_oci_lob_callback()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1103 SDWORD len; in odbc_column_lengths() local
1105 SQLLEN len; in odbc_column_lengths() local
1513 SQLSMALLINT len; in PHP_FUNCTION() local
2677 SQLSMALLINT len; in odbc_do_connect() local

Completed in 151 milliseconds

12345678910>>...12