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);
1687 ub2 charsetid = 0; in php_oci_do_connect_ex() local
1770 PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset)); in php_oci_do_connect_ex()
1771 if (!charsetid) { in php_oci_do_connect_ex()
1774 smart_str_append_unsigned_ex(&hashed_details, charsetid, 0); in php_oci_do_connect_ex()
1779 if (!charsetid) { in php_oci_do_connect_ex()
2007 …ername, username_len, password, password_len, dbname, dbname_len, charsetid ? charsetid:charsetid_… in php_oci_do_connect_ex()
2023 if (charsetid) { in php_oci_do_connect_ex()
2024 connection->charset = charsetid; in php_oci_do_connect_ex()
2755 …ar *password, int password_len, char *dbname, int dbname_len, zend_string *hash_key, int charsetid) in php_oci_create_spool() argument
2780 if (!(session_pool->env = php_oci_create_env(charsetid))) { in php_oci_create_spool()
2892 …e, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid) in php_oci_get_spool() argument
2924 smart_str_append_unsigned_ex(&spool_hashed_details, charsetid, 0); in php_oci_get_spool()
2939 …name, username_len, password, password_len, dbname, dbname_len, spool_hashed_details.s, charsetid); in php_oci_get_spool()
2976 static OCIEnv *php_oci_create_env(ub2 charsetid) in php_oci_create_env() argument
2981 …I_INIT_MODE | OCI_EVENTS : PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, charsetid, charsetid)); in php_oci_create_env()