Lines Matching refs:charsetid
113 static OCIEnv *php_oci_create_env(ub2 charsetid);
116 …, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid);
117 …r *password, int password_len, char *dbname, int dbname_len, zend_string *hash_key, int charsetid);
1681 ub2 charsetid = 0; in php_oci_do_connect_ex() local
1764 PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset)); in php_oci_do_connect_ex()
1765 if (!charsetid) { in php_oci_do_connect_ex()
1768 smart_str_append_unsigned_ex(&hashed_details, charsetid, 0); in php_oci_do_connect_ex()
1773 if (!charsetid) { in php_oci_do_connect_ex()
2001 …ername, username_len, password, password_len, dbname, dbname_len, charsetid ? charsetid:charsetid_… in php_oci_do_connect_ex()
2017 if (charsetid) { in php_oci_do_connect_ex()
2018 connection->charset = charsetid; in php_oci_do_connect_ex()
2736 …ar *password, int password_len, char *dbname, int dbname_len, zend_string *hash_key, int charsetid) in php_oci_create_spool() argument
2761 if (!(session_pool->env = php_oci_create_env(charsetid))) { in php_oci_create_spool()
2873 …e, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid) in php_oci_get_spool() argument
2903 smart_str_append_unsigned_ex(&spool_hashed_details, charsetid, 0); in php_oci_get_spool()
2918 …name, username_len, password, password_len, dbname, dbname_len, spool_hashed_details.s, charsetid); in php_oci_get_spool()
2951 static OCIEnv *php_oci_create_env(ub2 charsetid) in php_oci_create_env() argument
2956 …I_INIT_MODE | OCI_EVENTS : PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, charsetid, charsetid)); in php_oci_create_env()