Home
last modified time | relevance | path

Searched defs:len (Results 226 – 250 of 329) sorted by last modified time

12345678910>>...14

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_singlebyte.c174 static void mb_wchar_to_ascii(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_ascii()
227 static void mb_wchar_to_8859_1(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_8859_1()
549 static void mb_wchar_to_cp1252(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_cp1252()
745 static void mb_wchar_to_armscii8(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_armscii8()
H A Dmbfilter_ucs2.c293 static void mb_wchar_to_ucs2be(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_ucs2be()
335 static void mb_wchar_to_ucs2le(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_ucs2le()
H A Dmbfilter_htmlent.c433 static void mb_wchar_to_htmlent(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_htmlent()
H A Dmbfilter_7bit.c104 static void mb_wchar_to_7bit(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_7bit()
H A Dmbfilter_base64.c123 int status, cache, len; in mbfl_filt_conv_base64enc_flush() local
297 static void mb_wchar_to_base64(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_base64()
/php-src/Zend/
H A Dzend_smart_str.c26 #define SMART_STR_NEW_LEN(len) \ argument
29 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len) in smart_str_erealloc()
43 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len) in smart_str_realloc()
63 size_t i, len = l; in zend_compute_escaped_string_len() local
78 size_t i, len = zend_compute_escaped_string_len(s, l); in smart_str_append_escaped() local
138 ZEND_API void ZEND_FASTCALL _smart_string_alloc_persistent(smart_string *str, size_t len) in _smart_string_alloc_persistent()
158 ZEND_API void ZEND_FASTCALL _smart_string_alloc(smart_string *str, size_t len) in _smart_string_alloc()
H A Dzend_highlight.c50 ZEND_API void zend_html_puts(const char *s, size_t len) in zend_html_puts()
H A Dzend_ini_scanner.l140 #define zend_ini_copy_value(retval, str, len) \ argument
144 #define RETURN_TOKEN(type, str, len) { \ argument
155 static void zend_ini_copy_typed_value(zval *retval, const int type, const char *str, int len) in zend_ini_copy_typed_value()
187 static void yy_scan_buffer(const char *str, unsigned int len) in yy_scan_buffer()
269 int len = (int)strlen(str); in zend_ini_prepare_string_for_scanning() local
282 static void zend_ini_escape_string(zval *lval, const char *str, int len, char quote_type) in zend_ini_escape_string()
H A Dzend_virtual_cwd.h82 #define IS_UNC_PATH(path, len) \ argument
84 #define IS_ABSOLUTE_PATH(path, len) \ argument
121 #define IS_ABSOLUTE_PATH(path, len) \ argument
H A Dzend_ast.c1344 static ZEND_COLD bool zend_ast_valid_var_name(const char *s, size_t len) in zend_ast_valid_var_name()
/php-src/ext/json/
H A Djson.c113 PHP_JSON_API zend_string *php_json_encode_string(const char *s, size_t len, int options) in php_json_encode_string()
H A Djson_encoder.c85 size_t len; in php_json_encode_double() local
319 smart_str *buf, const char *s, size_t len, in php_json_escape_string()
/php-src/ext/exif/
H A Dexif.c1387 static char* exif_char_dump(char * addr, int len, int offset) in exif_char_dump()
1552 int len; in exif_dump_data() local
1883 int i, len, ml = 0; in exif_get_sectionlist() local
3043 size_t len; in exif_process_user_comment() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c518 php_mysqlnd_crypt(zend_uchar *buffer, const zend_uchar *s1, const zend_uchar *s2, size_t len) in php_mysqlnd_crypt()
691 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
746 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
H A Dmysqlnd_ps_codec.c780 const size_t len = Z_STRLEN_P(data); in mysqlnd_stmt_execute_store_param_values() local
/php-src/ext/soap/
H A Dphp_xml.c69 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
/php-src/ext/zip/
H A Dphp_zip.stub.php41 function zip_entry_read($zip_entry, int $len = 1024): string|false {}
667 …public function addFile(string $filepath, string $entryname = "", int $start = 0, int $length = Zi…
/php-src/main/
H A Dfopen_wrappers.c553 size_t len = strlen(ptr); local
H A Dsnprintf.c214 bool * is_negative, char *buf_end, size_t *len) in ap_php_conv_10()
272 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len) in php_conv_fp()
376 PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits, char format, char *buf_end, size_t *len) /* {… in ap_php_conv_p2()
463 #define PAD( width, len, ch ) do \ argument
1073 static size_t strx_printv(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in strx_printv()
1102 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_slprintf()
1118 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vslprintf()
1129 PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...) /* {{{ */ in ap_php_snprintf()
1141 PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, va_list ap) /* {{{ */ in ap_php_vsnprintf()
/php-src/ext/standard/
H A Dhrtime.c25 # define HRTIME_U64A(i, s, len) _ui64toa_s(i, s, len, 10) argument
27 # define HRTIME_U64A(i, s, len) \ argument
H A Dhead.c37 size_t len; in PHP_FUNCTION() local
57 size_t len = 0; in PHP_FUNCTION() local
/php-src/ext/ffi/
H A Dffi_parser.c2677 zend_ffi_val len = {.kind = ZEND_FFI_VAL_EMPTY}; in parse_array_or_function_declarators() local
3555 zend_result zend_ffi_parse_decl(const char *str, size_t len) { in zend_ffi_parse_decl()
3568 zend_result zend_ffi_parse_type(const char *str, size_t len, zend_ffi_dcl *dcl) { in zend_ffi_parse_type()
/php-src/sapi/litespeed/
H A Dlsapi_main.c380 int len; in sapi_lsapi_send_headers_like_cgi() local
483 int len; in sapi_lsapi_send_headers() local
506 int len = strlen( message ); in sapi_lsapi_log_message() local
650 int len; in lsapi_execute_script() local
840 int len = (int)strlen(path); in pathlen_without_trailing_slash() local
1681 int len; in PHP_FUNCTION() local
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c241 int len; in pdo_dblib_stmt_describe() local
/php-src/ext/hash/
H A Dhash_fnv.c167 fnv_32_buf(void *buf, size_t len, uint32_t hval, int alternate) in fnv_32_buf()
210 fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate) in fnv_64_buf()

Completed in 90 milliseconds

12345678910>>...14