/PHP-5.6/ext/standard/ |
H A D | html.c | 62 #define LIMIT_ALL(all, doctype, charset) do { \ argument 102 enum entity_charset charset, in get_next_char() 379 enum entity_charset charset = cs_utf_8; in determine_charset() local 575 static inline int map_from_unicode(unsigned code, enum entity_charset charset, unsigned *res) in map_from_unicode() 876 static inline size_t write_octet_sequence(unsigned char *buf, enum entity_charset charset, unsigned… in write_octet_sequence() 944 enum entity_charset charset) in traverse_for_entities() 1102 enum entity_charset charset; in php_unescape_html_entities() local 1146 enum entity_charset charset, in find_entity_for_char() 1230 enum entity_charset charset = determine_charset(hint_charset TSRMLS_CC); in php_escape_html_entities_ex() local 1564 enum entity_charset charset, in write_s3row_data() [all …]
|
H A D | html_tables.h | 42 enum entity_charset charset; member
|
/PHP-5.6/ext/iconv/ |
H A D | iconv.c | 534 static int _php_check_ignore(const char *charset) in _php_check_ignore() 2055 char *charset = get_internal_encoding(TSRMLS_C); in PHP_FUNCTION() local 2088 char *charset = get_internal_encoding(TSRMLS_C); in PHP_FUNCTION() local 2128 char *charset = get_internal_encoding(TSRMLS_C); in PHP_FUNCTION() local 2176 char *charset = get_internal_encoding(TSRMLS_C); in PHP_FUNCTION() local 2340 char *charset = get_internal_encoding(TSRMLS_C); in PHP_FUNCTION() local 2381 char *charset = get_internal_encoding(TSRMLS_C); in PHP_FUNCTION() local 2508 char *type, *charset; in PHP_FUNCTION() local
|
/PHP-5.6/ext/filter/ |
H A D | filter.c | 361 static void php_zval_filter(zval **value, long filter, long flags, zval *options, char* charset, ze… in php_zval_filter() 504 …ilter_recursive(zval **value, long filter, long flags, zval *options, char *charset, zend_bool cop… in php_zval_filter_recursive() 602 char *charset = NULL; in php_filter_call() local
|
/PHP-5.6/main/ |
H A D | SAPI.c | 318 char *mimetype, *charset, *content_type; in get_default_content_type() local 386 char *charset, *newtype; in sapi_apply_default_charset() local
|
/PHP-5.6/ext/pdo_oci/ |
H A D | php_pdo_oci_int.h | 38 ub2 charset; member
|
/PHP-5.6/ext/sybase_ct/ |
H A D | php_sybase_ct.c | 629 …t_internal(sybase_link *sybase, char *host, char *user, char *passwd, char *charset, char *appname… in php_sybase_do_connect_internal() 731 char *user = NULL, *passwd = NULL, *host = NULL, *charset = NULL, *appname = NULL; in php_sybase_do_connect() local
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_auth.c | 53 const MYSQLND_CHARSET * charset = NULL; in mysqlnd_auth_handshake() local
|
H A D | mysqlnd.c | 449 const MYSQLND_CHARSET * charset; in mysqlnd_switch_to_ssl_if_needed() local 1823 const MYSQLND_CHARSET * const charset = mysqlnd_find_charset_name(csname); local
|
H A D | mysqlnd_structs.h | 928 const MYSQLND_CHARSET *charset; member
|
/PHP-5.6/ext/oci8/ |
H A D | oci8.c | 1759 char *dbname = NULL, *charset = NULL; in php_oci_do_connect() local 1801 …ar *new_password, int new_password_len, char *dbname, int dbname_len, char *charset, long session_… in php_oci_do_connect_ex()
|
H A D | php_oci8_int.h | 137 ub2 charset; /* charset ID */ member
|
/PHP-5.6/ext/mssql/ |
H A D | php_mssql.h | 164 char *charset; variable
|
/PHP-5.6/ext/mbstring/ |
H A D | mbstring.c | 2116 const char *charset; in PHP_FUNCTION() local 3337 enum mbfl_no_encoding charset, transenc; in PHP_FUNCTION() local 4163 char *charset = NULL; in PHP_FUNCTION() local
|
/PHP-5.6/ext/imap/ |
H A D | php_imap.c | 3117 char *criteria = NULL, *charset = NULL; in PHP_FUNCTION() local 4112 char *criteria, *charset = NULL; in PHP_FUNCTION() local 4240 char *str, *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
|