/PHP-8.2/ext/standard/ |
H A D | html.c | 56 #define LIMIT_ALL(all, doctype, charset) do { \ argument 94 enum entity_charset charset, in get_next_char() 458 static inline int map_from_unicode(unsigned code, enum entity_charset charset, unsigned *res) in map_from_unicode() 759 static inline size_t write_octet_sequence(unsigned char *buf, enum entity_charset charset, unsigned… in write_octet_sequence() 826 enum entity_charset charset) in traverse_for_entities() 983 enum entity_charset charset; in php_unescape_html_entities() local 1024 enum entity_charset charset, in find_entity_for_char() 1107 enum entity_charset charset = determine_charset(hint_charset, quiet); in php_escape_html_entities_ex() local 1416 enum entity_charset charset, in write_s3row_data() 1477 enum entity_charset charset; in PHP_FUNCTION() local
|
H A D | array.c | 1591 static const uint32_t charset[8] = { local
|
H A D | html_tables.h | 39 enum entity_charset charset; member
|
/PHP-8.2/ext/iconv/ |
H A D | iconv.c | 421 static int _php_check_ignore(const char *charset) in _php_check_ignore() 1792 const char *charset = NULL; in PHP_FUNCTION() local 1825 const char *charset = NULL; in PHP_FUNCTION() local 1866 const char *charset = NULL; in PHP_FUNCTION() local 1924 const char *charset = NULL; in PHP_FUNCTION() local 2065 const char *charset = NULL; in PHP_FUNCTION() local 2102 const char *charset = NULL; in PHP_FUNCTION() local 2233 zend_string *charset; in PHP_FUNCTION() local
|
/PHP-8.2/ext/filter/ |
H A D | filter.c | 247 …filter(zval *value, zend_long filter, zend_long flags, zval *options, char* charset, bool copy) /*… in php_zval_filter() 372 …ursive(zval *value, zend_long filter, zend_long flags, zval *options, char *charset, bool copy) /*… in php_zval_filter_recursive() 469 char *charset = NULL; in php_filter_call() local
|
/PHP-8.2/ext/imap/ |
H A D | php_imap.stub.php | 408 …function imap_open(string $mailbox, string $user, #[\SensitiveParameter] string $password, int $fl…
|
H A D | php_imap.c | 2518 zend_string *criteria = NULL, *charset = NULL; in PHP_FUNCTION() local 3576 zend_string *criteria, *charset = NULL; in PHP_FUNCTION() local 3706 char *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
|
/PHP-8.2/main/ |
H A D | SAPI.c | 299 char *mimetype, *charset, *content_type; in get_default_content_type() local 367 char *charset, *newtype; in sapi_apply_default_charset() local
|
/PHP-8.2/ext/pdo_oci/ |
H A D | php_pdo_oci_int.h | 35 ub2 charset; member
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_auth.c | 184 const MYSQLND_CHARSET * charset; in mysqlnd_switch_to_ssl_if_needed() local 256 const MYSQLND_CHARSET * charset = NULL; in mysqlnd_auth_handshake() local
|
H A D | mysqlnd_connection.c | 1012 const MYSQLND_CHARSET * const charset = mysqlnd_find_charset_name(csname); local
|
H A D | mysqlnd_structs.h | 904 const MYSQLND_CHARSET *charset; member
|
/PHP-8.2/ext/oci8/ |
H A D | oci8.c | 749 char *dbname = NULL, *charset = NULL; in php_oci_do_connect() local 796 …ar *new_password, int new_password_len, char *dbname, int dbname_len, char *charset, zend_long ses… in php_oci_do_connect_ex()
|
H A D | php_oci8_int.h | 144 ub2 charset; /* charset ID */ member
|
/PHP-8.2/ext/mbstring/ |
H A D | mbstring.stub.php | 154 function mb_encode_mimeheader(string $string, ?string $charset = null, ?string $transfer_encoding =… argument
|
H A D | mbstring.c | 1556 const char *charset; in PHP_FUNCTION() local 2997 const mbfl_encoding *charset, *transenc; in PHP_FUNCTION() local 4081 char *charset = NULL; in PHP_FUNCTION() local
|