charsetid         133 ext/oci8/oci8.c static OCIEnv *php_oci_create_env(ub2 charsetid);
charsetid         136 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);
charsetid         137 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, zend_string *hash_key, int charsetid);
charsetid        1808 ext/oci8/oci8.c 	ub2 charsetid = 0;
charsetid        1898 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset));
charsetid        1899 ext/oci8/oci8.c 		if (!charsetid) {
charsetid        1902 ext/oci8/oci8.c 			smart_str_append_unsigned_ex(&hashed_details, charsetid, 0);
charsetid        1907 ext/oci8/oci8.c 	if (!charsetid) {
charsetid        2132 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))==NULL)
charsetid        2148 ext/oci8/oci8.c 	if (charsetid) {
charsetid        2149 ext/oci8/oci8.c 		connection->charset = charsetid;
charsetid        2852 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, zend_string *hash_key, int charsetid)
charsetid        2877 ext/oci8/oci8.c 	if (!(session_pool->env = php_oci_create_env(charsetid))) {
charsetid        2989 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)
charsetid        3019 ext/oci8/oci8.c 	smart_str_append_unsigned_ex(&spool_hashed_details, charsetid, 0);
charsetid        3034 ext/oci8/oci8.c 		session_pool = php_oci_create_spool(username, username_len, password, password_len, dbname, dbname_len, spool_hashed_details.s, charsetid);
charsetid        3067 ext/oci8/oci8.c static OCIEnv *php_oci_create_env(ub2 charsetid)
charsetid        3072 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));