Home
last modified time | relevance | path

Searched refs:zend_encoding (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_multibyte.h25 typedef struct _zend_encoding zend_encoding; typedef
30 typedef const char* (*zend_encoding_name_getter)(const zend_encoding *encoding);
32 typedef const zend_encoding *(*zend_encoding_detector)(const unsigned char *string, size_t length, …
55 ZEND_API extern const zend_encoding *zend_multibyte_encoding_utf32be;
56 ZEND_API extern const zend_encoding *zend_multibyte_encoding_utf32le;
57 ZEND_API extern const zend_encoding *zend_multibyte_encoding_utf16be;
58 ZEND_API extern const zend_encoding *zend_multibyte_encoding_utf16le;
59 ZEND_API extern const zend_encoding *zend_multibyte_encoding_utf8;
68 ZEND_API const zend_encoding *zend_multibyte_encoding_detector(const unsigned char *string, size_t …
72 ZEND_API const zend_encoding *zend_multibyte_get_internal_encoding(TSRMLS_D);
[all …]
H A Dzend_multibyte.c33 static const char *dummy_encoding_name_getter(const zend_encoding *encoding) in dummy_encoding_name_getter()
43 static const zend_encoding *dummy_encoding_detector(const unsigned char *string, size_t length, con… in dummy_encoding_detector()
60 static const zend_encoding *dummy_internal_encoding_getter(TSRMLS_D) in dummy_internal_encoding_getter()
82 ZEND_API const zend_encoding *zend_multibyte_encoding_utf32be = (const zend_encoding*)"UTF-32BE";
83 ZEND_API const zend_encoding *zend_multibyte_encoding_utf32le = (const zend_encoding*)"UTF-32LE";
84 ZEND_API const zend_encoding *zend_multibyte_encoding_utf16be = (const zend_encoding*)"UTF-16BE";
85 ZEND_API const zend_encoding *zend_multibyte_encoding_utf16le = (const zend_encoding*)"UTF-32LE";
86 ZEND_API const zend_encoding *zend_multibyte_encoding_utf8 = (const zend_encoding*)"UTF-8";
143 ZEND_API const zend_encoding *zend_multibyte_encoding_detector(const unsigned char *string, size_t … in zend_multibyte_encoding_detector()
163 ZEND_API const zend_encoding *zend_multibyte_get_script_encoding(TSRMLS_D) in zend_multibyte_get_script_encoding()
[all …]
H A Dzend_language_scanner.h51 const zend_encoding *script_encoding;
64 …_multibyte_yyinput_again(zend_encoding_filter old_input_filter, const zend_encoding *old_encoding …
65 ZEND_API int zend_multibyte_set_filter(const zend_encoding *onetime_encoding TSRMLS_DC);
H A Dzend_globals.h148 const zend_encoding **script_encoding_list;
308 const zend_encoding *script_encoding;
H A Dzend_language_scanner.l128 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C); in BEGIN_EXTERN_C()
146 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C); in encoding_filter_intermediate_to_internal()
281 static const zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t … in zend_multibyte_detect_utf_encoding()
327 static const zend_encoding* zend_multibyte_detect_unicode(TSRMLS_D) in zend_multibyte_detect_unicode()
329 const zend_encoding *script_encoding = NULL; in zend_multibyte_detect_unicode()
410 static const zend_encoding* zend_multibyte_find_script_encoding(TSRMLS_D) in zend_multibyte_find_script_encoding()
412 const zend_encoding *script_encoding; in zend_multibyte_find_script_encoding()
436 ZEND_API int zend_multibyte_set_filter(const zend_encoding *onetime_encoding TSRMLS_DC) in zend_multibyte_set_filter()
438 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C); in zend_multibyte_set_filter()
439 …const zend_encoding *script_encoding = onetime_encoding ? onetime_encoding: zend_multibyte_find_sc… in zend_multibyte_set_filter()
[all …]
H A Dzend.c778 zend_encoding **script_encoding_list; in zend_post_startup()
794 if ((script_encoding_list = (zend_encoding **)compiler_globals->script_encoding_list)) { in zend_post_startup()
796 compiler_globals->script_encoding_list = (const zend_encoding **)script_encoding_list; in zend_post_startup()
H A Dzend_language_scanner.c130 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C); in BEGIN_EXTERN_C()
148 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C); in encoding_filter_intermediate_to_internal()
283 static const zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t … in zend_multibyte_detect_utf_encoding()
329 static const zend_encoding* zend_multibyte_detect_unicode(TSRMLS_D) in zend_multibyte_detect_unicode()
331 const zend_encoding *script_encoding = NULL; in zend_multibyte_detect_unicode()
412 static const zend_encoding* zend_multibyte_find_script_encoding(TSRMLS_D) in zend_multibyte_find_script_encoding()
414 const zend_encoding *script_encoding; in zend_multibyte_find_script_encoding()
438 ZEND_API int zend_multibyte_set_filter(const zend_encoding *onetime_encoding TSRMLS_DC) in zend_multibyte_set_filter()
440 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C); in zend_multibyte_set_filter()
441 …const zend_encoding *script_encoding = onetime_encoding ? onetime_encoding: zend_multibyte_find_sc… in zend_multibyte_set_filter()
[all …]
H A Dzend_compile.c6459 const zend_encoding *new_encoding, *old_encoding; in zend_do_declare_stmt()
/PHP-5.5/main/
H A Drfc1867.h71 typedef void (*php_rfc1867_get_detect_order_t)(const zend_encoding ***list, size_t *list_size TSRML…
72 typedef void (*php_rfc1867_set_input_encoding_t)(const zend_encoding *encoding TSRMLS_DC);
73 typedef char* (*php_rfc1867_getword_t)(const zend_encoding *encoding, char **line, char stop TSRMLS…
74 typedef char* (*php_rfc1867_getword_conf_t)(const zend_encoding *encoding, char *str TSRMLS_DC);
75 typedef char* (*php_rfc1867_basename_t)(const zend_encoding *encoding, char *str TSRMLS_DC);
H A Drfc1867.c45 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop TSRMLS_DC);
46 static char *php_ap_getword_conf(const zend_encoding *encoding, char *str TSRMLS_DC);
222 const zend_encoding *input_encoding;
223 const zend_encoding **detect_order;
479 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop TSRMLS_DC) in php_ap_getword()
533 static char *php_ap_getword_conf(const zend_encoding *encoding, char *str TSRMLS_DC) in php_ap_getword_conf()
558 static char *php_ap_basename(const zend_encoding *encoding, char *path TSRMLS_DC) in php_ap_basename()
693 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C);
/PHP-5.5/ext/mbstring/
H A Dmbstring.c106 static void php_mb_gpc_set_input_encoding(const zend_encoding *encoding TSRMLS_DC);
865 return (const zend_encoding*)mbfl_name2encoding(encoding_name); in php_mb_zend_encoding_fetcher()
868 static const char *php_mb_zend_encoding_name_getter(const zend_encoding *encoding) in php_mb_zend_encoding_name_getter()
873 static int php_mb_zend_encoding_lexer_compatibility_checker(const zend_encoding *_encoding) in php_mb_zend_encoding_lexer_compatibility_checker()
885 static const zend_encoding *php_mb_zend_encoding_detector(const unsigned char *arg_string, size_t a… in php_mb_zend_encoding_detector()
890 list = (const zend_encoding **)MBSTRG(current_detect_order_list); in php_mb_zend_encoding_detector()
901 …const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_encodi… in php_mb_zend_encoding_converter()
950 static const zend_encoding *php_mb_zend_internal_encoding_getter(TSRMLS_D) in php_mb_zend_internal_encoding_getter()
952 return (const zend_encoding *)MBSTRG(internal_encoding); in php_mb_zend_internal_encoding_getter()
955 static int php_mb_zend_internal_encoding_setter(const zend_encoding *encoding TSRMLS_DC) in php_mb_zend_internal_encoding_setter()
[all …]
/PHP-5.5/ext/exif/
H A Dexif.c180 const zend_encoding **return_list; in ZEND_DECLARE_MODULE_GLOBALS()
195 const zend_encoding **return_list; in ZEND_INI_MH()
2626 const zend_encoding *from, *to; in exif_process_user_comment()
/PHP-5.5/ext/standard/
H A Dhtml.c369 const zend_encoding *zenc; in determine_charset()

Completed in 103 milliseconds