Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dhtml.c382 enum entity_charset charset; /* charset identifier */ member
418 enum entity_charset charset; member
510 inline static unsigned int get_next_char(enum entity_charset charset, in get_next_char()
718 enum entity_charset charset = cs_8859_1; in determine_charset() local
926 enum entity_charset charset = determine_charset(hint_charset TSRMLS_CC); in php_unescape_html_entities() local
1129 enum entity_charset charset = determine_charset(hint_charset TSRMLS_CC); in php_escape_html_entities_ex() local
1427 enum entity_charset charset; in PHP_FUNCTION() local
/PHP-5.3/ext/iconv/
H A Diconv.c1892 char *charset = ICONVG(internal_encoding); in PHP_FUNCTION() local
1925 char *charset = ICONVG(internal_encoding); in PHP_FUNCTION() local
1965 char *charset = ICONVG(internal_encoding); in PHP_FUNCTION() local
2013 char *charset = ICONVG(internal_encoding); in PHP_FUNCTION() local
2177 char *charset = ICONVG(internal_encoding); in PHP_FUNCTION() local
2218 char *charset = ICONVG(internal_encoding); in PHP_FUNCTION() local
2400 char *type, *charset; in PHP_FUNCTION() local
/PHP-5.3/ext/filter/
H A Dfilter.c359 static void php_zval_filter(zval **value, long filter, long flags, zval *options, char* charset, ze… in php_zval_filter()
509 …ilter_recursive(zval **value, long filter, long flags, zval *options, char *charset, zend_bool cop… in php_zval_filter_recursive()
608 char *charset = NULL; in php_filter_call() local
/PHP-5.3/main/
H A DSAPI.c232 char *mimetype, *charset, *content_type; in sapi_get_default_content_type() local
274 char *charset, *newtype; in sapi_apply_default_charset() local
/PHP-5.3/ext/pdo_oci/
H A Dphp_pdo_oci_int.h38 ub2 charset; member
/PHP-5.3/ext/sybase_ct/
H A Dphp_sybase_ct.c629 …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.3/ext/oci8/
H A Doci8.c1731 char *dbname = NULL, *charset = NULL; in php_oci_do_connect() local
1759 …ar *new_password, int new_password_len, char *dbname, int dbname_len, char *charset, long session_… in php_oci_do_connect_ex()
H A Dphp_oci8_int.h123 ub2 charset; /* charset ID */ member
/PHP-5.3/ext/mssql/
H A Dphp_mssql.h164 char *charset; variable
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd.c443 const MYSQLND_CHARSET * charset = NULL; in mysqlnd_connect_run_authentication() local
1584 const MYSQLND_CHARSET * const charset = mysqlnd_find_charset_name(csname); in MYSQLND_METHOD() local
H A Dmysqlnd_structs.h749 const MYSQLND_CHARSET *charset; member
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dprintf.c92 char *charset; /* The character set for conversion */ member
/PHP-5.3/ext/mbstring/
H A Dmbstring.c1925 const char *charset; in PHP_FUNCTION() local
3125 enum mbfl_no_encoding charset, transenc; in PHP_FUNCTION() local
3911 char *charset = NULL; in PHP_FUNCTION() local
/PHP-5.3/ext/imap/
H A Dphp_imap.c3101 char *criteria = NULL, *charset = NULL; in PHP_FUNCTION() local
4097 char *criteria, *charset = NULL; in PHP_FUNCTION() local
4225 char *str, *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c18883 etByte charset; /* Offset into aDigits[] of the digits string */ member

Completed in 458 milliseconds