Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 277) sorted by last modified time

12345678910>>...12

/PHP-7.4/ext/phar/
H A Dphar.c133 size_t len; in phar_split_cache_list() local
674 uint32_t len; in phar_parse_pharfile() local
2075 #define IS_DIRECTORY_UP(element, len) \ argument
2078 #define IS_DIRECTORY_CURRENT(element, len) \ argument
2347 int len = idata->internal_file->uncompressed_filesize; in phar_postprocess_file() local
2499 int phar_flush(phar_archive_data *phar, char *user_stub, zend_long len, int convert, char **error) … in phar_flush()
3252 static ssize_t phar_zend_stream_reader(void *handle, char *buf, size_t len) /* {{{ */ in phar_zend_stream_reader()
/PHP-7.4/main/
H A Dphp_variables.c387 ssize_t len = php_stream_read(s, buf, SAPI_POST_HANDLER_BUFSIZ); in SAPI_POST_HANDLER_FUNC() local
562 size_t name_len, len; in import_environment_variable() local
H A Dmain.c104 size_t len = strlen(hint); in get_safe_charset_hint() local
912 size_t len; in php_log_err_with_severity() local
1522 int len; in php_get_current_user() local
2122 int len; in dummy_invalid_parameter_handler() local
/PHP-7.4/ext/pgsql/
H A Dpgsql.c789 #define PQescapeStringConn(conn, to, from, len, error) PQescapeString(to, from, len) argument
793 #define PGSQLescapeLiteral(conn, str, len) PQescapeLiteral(conn, str, len) argument
794 #define PGSQLescapeIdentifier(conn, str, len) PQescapeIdentifier(conn, str, len) argument
797 #define PGSQLescapeLiteral(conn, str, len) php_pgsql_PQescapeInternal(conn, str, len, 1, 0) argument
881 static char * _php_pgsql_trim_message(const char *message, size_t *len) in _php_pgsql_trim_message()
1770 size_t len; local
3530 zend_long len; local
3568 size_t len; local
4898 size_t len; local
5665 static php_pgsql_data_type php_pgsql_get_data_type(const char *type_name, size_t len)
[all …]
/PHP-7.4/ext/mysqlnd/
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
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
/PHP-7.4/ext/filter/
H A Dlogical_filters.c204 size_t len; in php_filter_int() local
267 size_t len = Z_STRLEN_P(value); in php_filter_boolean() local
335 size_t len; in php_filter_float() local
498 static int _php_filter_validate_domain(char * domain, int len, zend_long flags) /* {{{ */ in _php_filter_validate_domain()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c349 int len = pcre2_config(what, NULL); in PHP_INI_END() local
/PHP-7.4/Zend/
H A Dzend_string.h63 #define STR_ALLOCA_INIT(str, s, len, use_heap) ZSTR_ALLOCA_INIT(str, s, len, use_heap) in END_EXTERN_C() argument
76 #define _ZSTR_STRUCT_SIZE(len) (_ZSTR_HEADER_SIZE + len + 1) in END_EXTERN_C() argument
89 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ argument
134 static zend_always_inline zend_string *zend_string_alloc(size_t len, int persistent) in zend_string_alloc()
156 static zend_always_inline zend_string *zend_string_init(const char *str, size_t len, int persistent) in zend_string_init()
182 static zend_always_inline zend_string *zend_string_realloc(zend_string *s, size_t len, int persiste… in zend_string_realloc()
202 static zend_always_inline zend_string *zend_string_extend(zend_string *s, size_t len, int persisten… in zend_string_extend()
223 static zend_always_inline zend_string *zend_string_truncate(zend_string *s, size_t len, int persist… in zend_string_truncate()
367 static zend_always_inline zend_ulong zend_inline_hash_func(const char *str, size_t len) in zend_inline_hash_func()
H A Dzend_smart_str.c28 #define SMART_STR_NEW_LEN(len) \ argument
31 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len) in smart_str_erealloc()
45 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len) in smart_str_realloc()
65 size_t i, len = l; in zend_compute_escaped_string_len() local
80 size_t i, len = zend_compute_escaped_string_len(s, l); in smart_str_append_escaped() local
129 ZEND_API void ZEND_FASTCALL _smart_string_alloc_persistent(smart_string *str, size_t len) in _smart_string_alloc_persistent()
149 ZEND_API void ZEND_FASTCALL _smart_string_alloc(smart_string *str, size_t len) in _smart_string_alloc()
/PHP-7.4/main/streams/
H A Dstreams.c763 PHPAPI zend_string *php_stream_read_to_str(php_stream *stream, size_t len) in php_stream_read_to_str()
820 size_t len; in _php_stream_puts() local
1459 size_t len = 0, max_len; in _php_stream_copy_to_mem() local
1668 size_t len; in _php_stream_copy_to_stream() 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/sapi/fpm/fpm/
H A Dzlog.c79 size_t len; in zlog_print_time() local
140 size_t len; in zlog_external() local
158 size_t len = 0; in zlog_buf_prefix() local
197 size_t len = 0; in vzlog() local
320 struct zlog_stream *stream, const char *buf, size_t len, in zlog_stream_direct_write_ex()
342 struct zlog_stream *stream, const char *buf, size_t len) /* {{{ */ in zlog_stream_direct_write()
588 size_t len; in zlog_stream_set_msg_prefix() local
616 size_t len; in zlog_stream_set_msg_suffix() local
670 size_t len; in zlog_stream_prefix_ex() local
715 size_t len; in zlog_stream_vformat() local
[all …]
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c179 size_t len = 0; in getSingletonPos() local
998 size_t len = 0; in get_private_subtags() local
1591 int len; in PHP_FUNCTION() local
1605 size_t len; in PHP_FUNCTION() local
/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
/PHP-7.4/ext/date/
H A Dphp_date.c47 # define DATE_I64A(i, s, len) _i64toa_s(i, s, len, 10) argument
51 # define DATE_I64A(i, s, len) \ argument
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5366 int len, repeat, len_save, consumed = 0; in scan_prefix() local
6787 int i, j, k, len, c; in optimize_class_chars() local
/PHP-7.4/ext/standard/
H A Duser_filters.c275 size_t len; in user_filter_factory_create() local
/PHP-7.4/ext/zip/
H A Dphp_zip.c147 size_t dir_len, len; in php_zip_extract_file() local
470 static char * php_zipobj_get_zip_comment(struct zip *za, int *len) /* {{{ */ in php_zipobj_get_zip_comment()
827 int len = 0; in php_zip_property_reader() local
1311 zend_long len = 0; in PHP_NAMED_FUNCTION() local
1591 int zep, syp, len; local
2706 zend_long len = 0; local
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1565 int len = 0; in strlen16() local
/PHP-7.4/ext/date/lib/
H A Dparse_date.c137 unsigned int line, len; member
451 int len = 0; in timelib_get_nr_ex() local
494 int len = 0; in timelib_get_frac_nr() local
24934 timelib_time* timelib_strtotime(char *s, size_t len, timelib_error_container **errors, const timeli… in timelib_strtotime()
25114 timelib_time *timelib_parse_from_format(char *format, char *string, size_t len, timelib_error_conta… in timelib_parse_from_format()
25119 timelib_time *timelib_parse_from_format_with_map(char *format, char *string, size_t len, timelib_er… in timelib_parse_from_format_with_map()
/PHP-7.4/ext/xml/
H A Dxml.c464 static void _xml_xmlchar_zval(const XML_Char *s, int len, const XML_Char *encoding, zval *ret) in _xml_xmlchar_zval()
642 static zend_string *xml_utf8_decode(const XML_Char *s, size_t len, const XML_Char *encoding) in xml_utf8_decode()
686 int len = 0; in _xml_xmlcharlen() local
869 void _xml_characterDataHandler(void *userData, const XML_Char *s, int len) in _xml_characterDataHandler()
984 void _xml_defaultHandler(void *userData, const XML_Char *s, int len) in _xml_defaultHandler()
/PHP-7.4/ext/ffi/
H A Dffi_parser.c2679 zend_ffi_val len = {.kind = ZEND_FFI_VAL_EMPTY}; in parse_array_or_function_declarators() local
3557 int zend_ffi_parse_decl(const char *str, size_t len) { in zend_ffi_parse_decl()
3570 int zend_ffi_parse_type(const char *str, size_t len, zend_ffi_dcl *dcl) { in zend_ffi_parse_type()
/PHP-7.4/ext/dom/
H A Delement.c273 int len; in dom_get_dom1_attribute() local
/PHP-7.4/ext/curl/
H A Dinterface.c108 static int php_curl_option_str(php_curl *ch, zend_long option, const char *str, const size_t len, z… in php_curl_option_str()
137 static int php_curl_option_url(php_curl *ch, const char *url, const size_t len) /* {{{ */ in php_curl_option_url()
1936 int len; in create_certinfo() local

Completed in 236 milliseconds

12345678910>>...12