Searched defs:charset (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/standard/ |
H A D | html.c | 52 #define LIMIT_ALL(all, doctype, charset) do { \ argument 90 enum entity_charset charset, in get_next_char() 454 static inline zend_result map_from_unicode(unsigned code, enum entity_charset charset, unsigned *re… in map_from_unicode() 755 static inline size_t write_octet_sequence(unsigned char *buf, enum entity_charset charset, unsigned… in write_octet_sequence() 818 enum entity_charset charset) in traverse_for_entities() 975 enum entity_charset charset; in php_unescape_html_entities() local 1016 enum entity_charset charset, in find_entity_for_char() 1099 enum entity_charset charset = determine_charset(hint_charset, quiet); in php_escape_html_entities_ex() local 1387 enum entity_charset charset, in write_s3row_data() 1448 enum entity_charset charset; in PHP_FUNCTION() local
|
H A D | array.c | 1786 static const uint32_t charset[8] = { local
|
H A D | html_tables.h | 39 enum entity_charset charset; member
|
/php-src/ext/iconv/ |
H A D | iconv.c | 420 static int _php_check_ignore(const char *charset) in _php_check_ignore() 1791 const char *charset = NULL; in PHP_FUNCTION() local 1824 const char *charset = NULL; in PHP_FUNCTION() local 1865 const char *charset = NULL; in PHP_FUNCTION() local 1923 const char *charset = NULL; in PHP_FUNCTION() local 2064 const char *charset = NULL; in PHP_FUNCTION() local 2101 const char *charset = NULL; in PHP_FUNCTION() local 2232 zend_string *charset; in PHP_FUNCTION() local
|
/php-src/ext/filter/ |
H A D | filter.c | 243 …filter(zval *value, zend_long filter, zend_long flags, zval *options, char* charset, bool copy) /*… in php_zval_filter() 368 …ursive(zval *value, zend_long filter, zend_long flags, zval *options, char *charset, bool copy) /*… in php_zval_filter_recursive() 465 char *charset = NULL; in php_filter_call() local
|
/php-src/main/ |
H A D | SAPI.c | 301 char *mimetype, *charset, *content_type; in get_default_content_type() local 367 char *charset, *newtype; in sapi_apply_default_charset() local
|
/php-src/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 | 902 const MYSQLND_CHARSET *charset; member
|
/php-src/ext/mbstring/ |
H A D | mbstring.stub.php | 163 function mb_encode_mimeheader(string $string, ?string $charset = null, ?string $transfer_encoding =… argument
|
H A D | mbstring.c | 1589 const char *charset = encoding->mime_name; in PHP_FUNCTION() local 4522 char *charset = NULL; in PHP_FUNCTION() local 6448 const mbfl_encoding *charset = &mbfl_encoding_pass; in PHP_FUNCTION() local 6540 unsigned char *charset = p; in mime_header_decode_encoded_word() local
|
/php-src/ext/libxml/ |
H A D | libxml.c | 530 zend_string *charset = php_libxml_sniff_charset_from_stream(s); in php_libxml_input_buffer_create_filename() local
|
/php-src/ext/dom/ |
H A D | html_document.c | 1042 zend_string *charset = php_libxml_sniff_charset_from_stream(stream); in PHP_METHOD() local
|
H A D | php_dom.stub.php | 1943 public string $charset; variable in Dom\\Document
|
Completed in 148 milliseconds