Home
last modified time | relevance | path

Searched defs:charset (Results 1 – 17 of 17) sorted by relevance

/PHP-8.0/ext/standard/
H A Dhtml.c56 #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 Darray.c1652 static const uint32_t charset[8] = { local
H A Dhtml_tables.h39 enum entity_charset charset; member
/PHP-8.0/ext/iconv/
H A Diconv.c413 static int _php_check_ignore(const char *charset) in _php_check_ignore()
1782 const char *charset = NULL; in PHP_FUNCTION() local
1815 const char *charset = NULL; in PHP_FUNCTION() local
1856 const char *charset = NULL; in PHP_FUNCTION() local
1914 const char *charset = NULL; in PHP_FUNCTION() local
2059 const char *charset = NULL; in PHP_FUNCTION() local
2100 const char *charset = NULL; in PHP_FUNCTION() local
2231 zend_string *charset; in PHP_FUNCTION() local
/PHP-8.0/ext/filter/
H A Dfilter.c311 …filter(zval *value, zend_long filter, zend_long flags, zval *options, char* charset, zend_bool cop… in php_zval_filter()
436 …ursive(zval *value, zend_long filter, zend_long flags, zval *options, char *charset, zend_bool cop… in php_zval_filter_recursive()
533 char *charset = NULL; in php_filter_call() local
/PHP-8.0/main/
H A DSAPI.c295 char *mimetype, *charset, *content_type; in get_default_content_type() local
363 char *charset, *newtype; in sapi_apply_default_charset() local
/PHP-8.0/ext/pdo_oci/
H A Dphp_pdo_oci_int.h35 ub2 charset; member
/PHP-8.0/ext/imap/
H A Dphp_imap.stub.php176 …ia, bool $reverse, int $flags = 0, ?string $search_criteria = null, ?string $charset = null): arra…
218 function imap_search($imap, string $criteria, int $flags = SE_FREE, string $charset = ""): array|fa…
H A Dphp_imap.c2697 zend_string *criteria = NULL, *charset = NULL; in PHP_FUNCTION() local
3769 zend_string *criteria, *charset = NULL; in PHP_FUNCTION() local
3901 char *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_auth.c189 const MYSQLND_CHARSET * charset; in mysqlnd_switch_to_ssl_if_needed() local
261 const MYSQLND_CHARSET * charset = NULL; in mysqlnd_auth_handshake() local
H A Dmysqlnd_connection.c1151 const MYSQLND_CHARSET * const charset = mysqlnd_find_charset_name(csname); local
H A Dmysqlnd_structs.h932 const MYSQLND_CHARSET *charset; member
/PHP-8.0/ext/oci8/
H A Doci8.c865 char *dbname = NULL, *charset = NULL; in php_oci_do_connect() local
912 …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 Dphp_oci8_int.h140 ub2 charset; /* charset ID */ member
/PHP-8.0/ext/mysqli/
H A Dmysqli.stub.php238 public function set_charset(string $charset) {}
689 function mysqli_set_charset(mysqli $mysql, string $charset): bool {}
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php68 function mb_encode_mimeheader(string $string, ?string $charset = null, ?string $transfer_encoding =… argument
H A Dmbstring.c1559 const char *charset; in PHP_FUNCTION() local
2791 const mbfl_encoding *charset, *transenc; in PHP_FUNCTION() local
3530 char *charset = NULL; in PHP_FUNCTION() local

Completed in 204 milliseconds