Lines Matching refs:charsetid

146 static OCIEnv *php_oci_create_env(ub2 charsetid TSRMLS_DC);
149 …name_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid TSRMLS_DC);
150 …word_len, char *dbname, int dbname_len, char *hash_key, int hash_key_len, int charsetid TSRMLS_DC);
1770 ub2 charsetid = 0; in php_oci_do_connect_ex() local
1860 PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset)); in php_oci_do_connect_ex()
1861 if (!charsetid) { in php_oci_do_connect_ex()
1864 smart_str_append_unsigned_ex(&hashed_details, charsetid, 0); in php_oci_do_connect_ex()
1869 if (!charsetid) { in php_oci_do_connect_ex()
2082 …ername, username_len, password, password_len, dbname, dbname_len, charsetid ? charsetid:charsetid_… in php_oci_do_connect_ex()
2097 if (charsetid) { in php_oci_do_connect_ex()
2098 connection->charset = charsetid; in php_oci_do_connect_ex()
2707 …sword_len, char *dbname, int dbname_len, char *hash_key, int hash_key_len, int charsetid TSRMLS_DC) in php_oci_create_spool()
2731 if (!(session_pool->env = php_oci_create_env(charsetid TSRMLS_CC))) { in php_oci_create_spool()
2836 …rname_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid TSRMLS_DC) in php_oci_get_spool()
2865 smart_str_append_unsigned_ex(&spool_hashed_details, charsetid, 0); in php_oci_get_spool()
2875 …rd_len, dbname, dbname_len, spool_hashed_details.c, spool_hashed_details.len, charsetid TSRMLS_CC); in php_oci_get_spool()
2911 static OCIEnv *php_oci_create_env(ub2 charsetid TSRMLS_DC) in php_oci_create_env()
2916 …I_INIT_MODE | OCI_EVENTS : PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, charsetid, charsetid)); in php_oci_create_env()