charsetid         139 ext/oci8/oci8.c static OCIEnv *php_oci_create_env(ub2 charsetid TSRMLS_DC);
charsetid         142 ext/oci8/oci8.c static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid TSRMLS_DC);
charsetid         143 ext/oci8/oci8.c static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int password_len, char *dbname, int dbname_len, char *hash_key, int hash_key_len, int charsetid TSRMLS_DC);
charsetid        1812 ext/oci8/oci8.c 	ub2 charsetid = 0;
charsetid        1902 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset));
charsetid        1903 ext/oci8/oci8.c 		if (!charsetid) {
charsetid        1906 ext/oci8/oci8.c 			smart_str_append_unsigned_ex(&hashed_details, charsetid, 0);
charsetid        1911 ext/oci8/oci8.c 	if (!charsetid) {
charsetid        2124 ext/oci8/oci8.c 		if ((session_pool = php_oci_get_spool(username, username_len, password, password_len, dbname, dbname_len, charsetid ? charsetid:charsetid_nls_lang TSRMLS_CC))==NULL)
charsetid        2140 ext/oci8/oci8.c 	if (charsetid) {
charsetid        2141 ext/oci8/oci8.c 		connection->charset = charsetid;
charsetid        2828 ext/oci8/oci8.c static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int password_len, char *dbname, int dbname_len, char *hash_key, int hash_key_len, int charsetid TSRMLS_DC)
charsetid        2853 ext/oci8/oci8.c 	if (!(session_pool->env = php_oci_create_env(charsetid TSRMLS_CC))) {
charsetid        2965 ext/oci8/oci8.c static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid TSRMLS_DC)
charsetid        2994 ext/oci8/oci8.c 	smart_str_append_unsigned_ex(&spool_hashed_details, charsetid, 0);
charsetid        3004 ext/oci8/oci8.c 		session_pool = php_oci_create_spool(username, username_len, password, password_len, dbname, dbname_len, spool_hashed_details.c, spool_hashed_details.len, charsetid TSRMLS_CC);
charsetid        3037 ext/oci8/oci8.c static OCIEnv *php_oci_create_env(ub2 charsetid TSRMLS_DC)
charsetid        3042 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvNlsCreate, (&retenv, OCI_G(events) ? PHP_OCI_INIT_MODE | OCI_EVENTS : PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, charsetid, charsetid));