Searched refs:zend_encoding (Results 1 - 13 of 13) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend_globals.h | 151 const zend_encoding **script_encoding_list; 312 const zend_encoding *script_encoding;
|
| H A D | zend_language_scanner.h | 50 const zend_encoding *script_encoding; 59 ZEND_API void zend_multibyte_yyinput_again(zend_encoding_filter old_input_filter, const zend_encoding *old_encoding TSRMLS_DC); 60 ZEND_API int zend_multibyte_set_filter(const zend_encoding *onetime_encoding TSRMLS_DC);
|
| H A D | zend_multibyte.c | 28 static const zend_encoding *dummy_encoding_fetcher(const char *encoding_name TSRMLS_DC) 33 static const char *dummy_encoding_name_getter(const zend_encoding *encoding) 38 static int dummy_encoding_lexer_compatibility_checker(const zend_encoding *encoding) 43 static const zend_encoding *dummy_encoding_detector(const unsigned char *string, size_t length, const zend_encoding **list, size_t list_size TSRMLS_DC) 48 static size_t dummy_encoding_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from TSRMLS_DC) 53 static int dummy_encoding_list_parser(const char *encoding_list, size_t encoding_list_len, const zend_encoding ***return_list, size_t *return_size, int persistent TSRMLS_DC) 60 static const zend_encoding *dummy_internal_encoding_getter(TSRMLS_D) 65 static int dummy_internal_encoding_setter(const zend_encoding *encodin [all...] |
| H A D | zend_multibyte.h | 25 typedef struct _zend_encoding zend_encoding; typedef in typeref:struct:_zend_encoding 29 typedef const zend_encoding* (*zend_encoding_fetcher)(const char *encoding_name TSRMLS_DC); 30 typedef const char* (*zend_encoding_name_getter)(const zend_encoding *encoding); 31 typedef int (*zend_encoding_lexer_compatibility_checker)(const zend_encoding *encoding); 32 typedef const zend_encoding *(*zend_encoding_detector)(const unsigned char *string, size_t length, const zend_encoding **list, size_t list_size TSRMLS_DC); 33 typedef size_t (*zend_encoding_converter)(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length, const zend_encoding *encoding_to, const zend_encoding *encoding_from TSRMLS_DC); 34 typedef int (*zend_encoding_list_parser)(const char *encoding_list, size_t encoding_list_len, const zend_encoding ***return_list, size_t *return_size, int persistent TSRMLS_DC); 35 typedef const zend_encoding *(*zend_encoding_internal_encoding_gette [all...] |
| H A D | zend.c | 781 zend_encoding **script_encoding_list; 797 if ((script_encoding_list = (zend_encoding **)compiler_globals->script_encoding_list)) { 799 compiler_globals->script_encoding_list = (const zend_encoding **)script_encoding_list;
|
| H A D | zend_compile.c | 6212 const zend_encoding *new_encoding, *old_encoding;
|
| H A D | zend_language_scanner.c | 130 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C); 148 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C); 279 static const zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t script_size TSRMLS_DC) 325 static const zend_encoding* zend_multibyte_detect_unicode(TSRMLS_D) 327 const zend_encoding *script_encoding = NULL; 408 static const zend_encoding* zend_multibyte_find_script_encoding(TSRMLS_D) 410 const zend_encoding *script_encoding; 434 ZEND_API int zend_multibyte_set_filter(const zend_encoding *onetime_encoding TSRMLS_DC) 436 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C); 437 const zend_encoding *script_encodin [all...] |
| H A D | zend_language_scanner.l | 128 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C); 146 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C); 277 static const zend_encoding *zend_multibyte_detect_utf_encoding(const unsigned char *script, size_t script_size TSRMLS_DC) 323 static const zend_encoding* zend_multibyte_detect_unicode(TSRMLS_D) 325 const zend_encoding *script_encoding = NULL; 406 static const zend_encoding* zend_multibyte_find_script_encoding(TSRMLS_D) 408 const zend_encoding *script_encoding; 432 ZEND_API int zend_multibyte_set_filter(const zend_encoding *onetime_encoding TSRMLS_DC) 434 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C); 435 const zend_encoding *script_encodin [all...] |
| /PHP_5_4/ext/exif/ |
| H A D | exif.c | 180 const zend_encoding **return_list; 195 const zend_encoding **return_list;
|
| /PHP_5_4/ext/mbstring/ |
| H A D | mbstring.c | 104 static void php_mb_gpc_get_detect_order(const zend_encoding ***list, size_t *list_size TSRMLS_DC); 106 static void php_mb_gpc_set_input_encoding(const zend_encoding *encoding TSRMLS_DC); 863 static const zend_encoding* php_mb_zend_encoding_fetcher(const char *encoding_name TSRMLS_DC) 865 return (const zend_encoding*)mbfl_name2encoding(encoding_name); 868 static const char *php_mb_zend_encoding_name_getter(const zend_encoding *encoding) 873 static int php_mb_zend_encoding_lexer_compatibility_checker(const zend_encoding *_encoding) 885 static const zend_encoding *php_mb_zend_encoding_detector(const unsigned char *arg_string, size_t arg_length, const zend_encoding **list, size_t list_size TSRMLS_DC) 890 list = (const zend_encoding **)MBSTRG(current_detect_order_list); 898 return (const zend_encoding *) mbfl_identify_encoding [all...] |
| /PHP_5_4/main/ |
| H A D | rfc1867.c | 44 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop TSRMLS_DC); 45 static char *php_ap_getword_conf(const zend_encoding *encoding, char *str TSRMLS_DC); 221 const zend_encoding *input_encoding; 222 const zend_encoding **detect_order; 476 static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop TSRMLS_DC) 530 static char *php_ap_getword_conf(const zend_encoding *encoding, char *str TSRMLS_DC) 555 static char *php_ap_basename(const zend_encoding *encoding, char *path TSRMLS_DC) 690 const zend_encoding *internal_encoding = zend_multibyte_get_internal_encoding(TSRMLS_C);
|
| H A D | rfc1867.h | 71 typedef void (*php_rfc1867_get_detect_order_t)(const zend_encoding ***list, size_t *list_size TSRMLS_DC); 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_DC); 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);
|
| /PHP_5_4/ext/standard/ |
| H A D | html.c | 369 const zend_encoding *zenc;
|
Completed in 66 milliseconds