/php-src/ext/mbstring/ |
H A D | php_unicode.c | 123 static unsigned php_unicode_toupper_raw(unsigned code, const mbfl_encoding *enc) in php_unicode_toupper_raw() 145 static unsigned php_unicode_tolower_raw(unsigned code, const mbfl_encoding *enc) in php_unicode_tolower_raw() 170 static unsigned php_unicode_totitle_raw(unsigned code, const mbfl_encoding *enc) in php_unicode_totitle_raw() 181 static unsigned php_unicode_tofold_raw(unsigned code, const mbfl_encoding *enc) in php_unicode_tofold_raw() 204 static inline unsigned php_unicode_tolower_simple(unsigned code, const mbfl_encoding *enc) { in php_unicode_tolower_simple() 211 static inline unsigned php_unicode_toupper_simple(unsigned code, const mbfl_encoding *enc) { in php_unicode_toupper_simple() 218 static inline unsigned php_unicode_totitle_simple(unsigned code, const mbfl_encoding *enc) { in php_unicode_totitle_simple() 225 static inline unsigned php_unicode_tofold_simple(unsigned code, const mbfl_encoding *enc) { in php_unicode_tofold_simple()
|
H A D | mbstring.c | 1501 const mbfl_encoding *enc = mbfl_name2encoding(name); in PHP_FUNCTION() local 1653 const mbfl_encoding *enc = php_mb_get_encoding(encoding, 3); in PHP_FUNCTION() local 3231 const mbfl_encoding *enc; member 3244 const mbfl_encoding *enc = encodings[i]; in init_candidate_array() local 3278 const mbfl_encoding *enc = array[i].enc; in start_string() local 3319 const mbfl_encoding *enc = array[i].enc; in count_demerits() local 5625 zend_string *input_str = NULL, *enc = NULL; in PHP_FUNCTION() local 5657 const mbfl_encoding *enc; in php_mb_ord() local 5691 zend_string *enc = NULL; in PHP_FUNCTION() local 5720 const mbfl_encoding *enc; in php_mb_chr() local [all …]
|
H A D | php_mbregex.c | 461 OnigEncoding enc = MBREX(current_mbctype); in php_mbregex_compile_pattern() local 714 const mbfl_encoding *enc in mb_regex_substitute() 1007 const mbfl_encoding *enc = php_mb_regex_get_mbctype_encoding(); in _php_mb_regex_ereg_replace_exec() local
|
/php-src/ext/soap/ |
H A D | php_encoding.c | 273 encodePtr enc; in find_encoder_by_type_name() local 392 encodePtr enc = NULL; in master_to_xml_int() local 1443 encodePtr enc; in to_zval_object_ex() local 1652 encodePtr enc; in model_to_xml_object() local 1738 encodePtr enc; in model_to_xml_object() local 1862 encodePtr enc; in to_xml_object() local 2028 encodePtr enc = NULL; in guess_array_map() local 2238 encodePtr enc = NULL; in to_xml_array() local 2819 encodePtr enc; in guess_xml_convert() local 3544 encodePtr enc; in get_conversion() local [all …]
|
H A D | php_sdl.c | 49 encodePtr enc = NULL; in get_encoder_from_prefix() local 110 encodePtr enc = NULL; in get_encoder() local 178 encodePtr enc; in get_encoder_ex() local 1376 static void sdl_deserialize_encoder(encodePtr enc, sdlTypePtr *types, char **in) in sdl_deserialize_encoder() 1516 const encode *enc; in get_sdl_from_cache() local 1783 static void sdl_serialize_encoder_ref(const encodePtr enc, const HashTable *tmp_encoders, smart_str… in sdl_serialize_encoder_ref() 1989 static void sdl_serialize_encoder(const encodePtr enc, const HashTable *tmp_types, smart_str *out) in sdl_serialize_encoder() 2084 const encode *enc; in add_sdl_to_cache() local 2400 static void make_persistent_sdl_encoder_ref(encodePtr *enc, HashTable *ptr_map, HashTable *bp_encod… in make_persistent_sdl_encoder_ref() 2803 static encodePtr make_persistent_sdl_encoder(encodePtr enc, HashTable *ptr_map, HashTable *bp_types… in make_persistent_sdl_encoder()
|
H A D | php_packet_soap.c | 394 encodePtr enc = NULL; in parse_packet_soap() local
|
H A D | soap.c | 398 encode* enc; in php_soap_prepare_globals() local 806 encodePtr enc, new_enc; in soap_create_typemap() local 3047 encodePtr enc; in deserialize_parameters() local 4062 encodePtr enc = NULL; in serialize_function_call() local 4158 encodePtr enc; in serialize_zval() local 4514 encodePtr enc = type->encode; in type_to_string() local
|
H A D | php_schema.c | 49 encodePtr enc, enc_ptr; in create_encoder() local 94 encodePtr enc = get_encoder(sdl, (char*)ns, (char*)type); in get_create_encoder() local
|
/php-src/ext/filter/ |
H A D | sanitizing_filters.c | 173 unsigned char enc[256] = {0}; in php_filter_string() local 226 unsigned char enc[256] = {0}; in php_filter_special_chars() local 268 unsigned char enc[256] = {0}; in php_filter_unsafe_raw() local
|
/php-src/win32/ |
H A D | codepage.c | 311 char *enc = NULL; in php_win32_cp_get_enc() local 364 PW32CP const struct php_win32_cp *php_win32_cp_get_by_enc(const char *enc) in php_win32_cp_get_by_enc() 497 PW32CP const struct php_win32_cp *php_win32_cp_do_setup(const char *enc) in php_win32_cp_do_setup() 526 PW32CP const struct php_win32_cp *php_win32_cp_do_update(const char *enc) in php_win32_cp_do_update()
|
H A D | cp_enc_map_gen.c | 8 char *enc; member
|
H A D | codepage.h | 39 char *enc; member
|
/php-src/ext/tidy/ |
H A D | tidy.c | 287 char *enc = NULL; in php_tidy_quick_repair() local 804 static int php_tidy_parse_string(PHPTidyObj *obj, const char *string, uint32_t len, const char *enc) in php_tidy_parse_string() 1002 char *enc = NULL; in PHP_FUNCTION() local 1061 char *enc = NULL; in PHP_FUNCTION() local 1354 char *enc = NULL; in PHP_METHOD() local 1401 char *enc = NULL; in PHP_METHOD() local 1438 char *enc = NULL; in PHP_METHOD() local
|
/php-src/ext/zip/ |
H A D | php_zip.stub.php | 654 public function setPassword(#[\SensitiveParameter] string $password): bool {}
|
H A D | php_zip.c | 3115 bool enc = 1; local 3128 bool enc = 1; local
|
/php-src/ext/iconv/ |
H A D | iconv.c | 547 …php_iconv_err_t _php_iconv_strlen(size_t *pretval, const char *str, size_t nbytes, const char *enc) in _php_iconv_strlen() 623 const char *str, size_t nbytes, zend_long offset, zend_long len, const char *enc) in _php_iconv_substr() 756 size_t offset, const char *enc, bool reverse) in _php_iconv_strpos() 903 …, const char *lfchars, php_iconv_enc_scheme_t enc_scheme, const char *out_charset, const char *enc) in _php_iconv_mime_encode() 1193 …_mime_decode(smart_str *pretval, const char *str, size_t str_nbytes, const char *enc, const char *… in _php_iconv_mime_decode()
|
/php-src/ext/xml/ |
H A D | xml.c | 484 const xml_encoding *enc = &xml_encodings[0]; in xml_get_encoding() local 502 const xml_encoding *enc = xml_get_encoding(encoding); in xml_utf8_decode() local 1548 const xml_encoding *enc; in PHP_FUNCTION() local
|
/php-src/ext/intl/converter/ |
H A D | converter.c | 361 const char *enc, size_t enc_len) { in php_converter_set_encoding() 397 char *enc; in php_converter_do_set_encoding() local
|
/php-src/ext/libxml/ |
H A D | libxml.c | 509 php_libxml_input_buffer_create_filename(const char *URI, xmlCharEncoding enc) in php_libxml_input_buffer_create_filename() 776 xmlCharEncoding enc = XML_CHAR_ENCODING_NONE; in php_libxml_external_entity_loader() local
|
/php-src/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_encoding.h | 261 static inline zend_string* mb_convert_buf_result(mb_convert_buf *buf, const mbfl_encoding *enc) in mb_convert_buf_result()
|
/php-src/ext/zlib/ |
H A D | zlib.c | 150 zval *enc; in php_zlib_output_encoding() local
|
/php-src/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 596 char *version = NULL, *enc = NULL, *alone = NULL; in PHP_FUNCTION() local
|
/php-src/ext/session/ |
H A D | session.c | 2586 zend_string *enc; in PHP_FUNCTION() local
|
/php-src/ext/openssl/ |
H A D | openssl.c | 7743 const char *tag, int tag_len, zend_long options, int enc) /* {{{ */ 7815 const char *aad, size_t aad_len, int enc) /* {{{ */
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 410 char *enc = PQencryptPasswordConn(conn, passwd, user, NULL); in PQchangePassword() local
|