OCI_G            1085 ext/oci8/oci8.c 	errstatus = OCIEnvNlsCreate(&OCI_G(env), PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, 0, 0);
OCI_G            1093 ext/oci8/oci8.c 		if (OCI_G(env)
OCI_G            1094 ext/oci8/oci8.c 			&& OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS
OCI_G            1099 ext/oci8/oci8.c 		OCI_G(env) = NULL;
OCI_G            1100 ext/oci8/oci8.c 		OCI_G(err) = NULL;
OCI_G            1104 ext/oci8/oci8.c 	errstatus = OCIHandleAlloc (OCI_G(env), (dvoid **)&OCI_G(err), OCI_HTYPE_ERROR, 0, NULL);
OCI_G            1117 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleAlloc, (OCI_G(env), (dvoid **) &cpoolh, OCI_HTYPE_CPOOL, (size_t) 0, (dvoid **) 0));
OCI_G            1118 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIConnectionPoolCreate, (OCI_G(env), OCI_G(err), cpoolh, NULL, 0, NULL, 0, 0, 0, 0, NULL, 0, NULL, 0, cpoolmode));
OCI_G            1119 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIConnectionPoolDestroy, (cpoolh, OCI_G(err), OCI_DEFAULT));
OCI_G            1123 ext/oci8/oci8.c 		OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ERROR);
OCI_G            1137 ext/oci8/oci8.c 				OCIHandleFree((dvoid *) OCI_G(env), OCI_HTYPE_ENV);
OCI_G            1139 ext/oci8/oci8.c 				OCI_G(env) = NULL;
OCI_G            1140 ext/oci8/oci8.c 				OCI_G(err) = NULL;
OCI_G            1153 ext/oci8/oci8.c 	if (OCI_G(err)) {
OCI_G            1154 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) OCI_G(err), OCI_HTYPE_ERROR));
OCI_G            1155 ext/oci8/oci8.c 		OCI_G(err) = NULL;
OCI_G            1158 ext/oci8/oci8.c 	if (OCI_G(env)) {
OCI_G            1159 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIHandleFree, ((dvoid *) OCI_G(env), OCI_HTYPE_ENV));
OCI_G            1160 ext/oci8/oci8.c 		OCI_G(env) = NULL;
OCI_G            1298 ext/oci8/oci8.c 	OCI_G(num_links) = OCI_G(num_persistent);
OCI_G            1299 ext/oci8/oci8.c 	OCI_G(errcode) = 0;
OCI_G            1300 ext/oci8/oci8.c 	OCI_G(edition) = NULL;
OCI_G            1307 ext/oci8/oci8.c 	OCI_G(shutdown) = 1;
OCI_G            1322 ext/oci8/oci8.c 	if (OCI_G(edition)) {
OCI_G            1323 ext/oci8/oci8.c 		efree(OCI_G(edition));
OCI_G            1381 ext/oci8/oci8.c 	snprintf(buf, sizeof(buf), "%pd", OCI_G(num_persistent));
OCI_G            1383 ext/oci8/oci8.c 	snprintf(buf, sizeof(buf), "%pd", OCI_G(num_links));
OCI_G            1401 ext/oci8/oci8.c 		OCI_G(num_links)--;
OCI_G            1416 ext/oci8/oci8.c 		OCI_G(num_persistent)--;
OCI_G            1417 ext/oci8/oci8.c 		OCI_G(num_links)--;
OCI_G            1448 ext/oci8/oci8.c 		OCI_G(in_call)) {
OCI_G            1459 ext/oci8/oci8.c 				OCI_G(num_persistent)--;
OCI_G            1838 ext/oci8/oci8.c 			if (!OCI_G(privileged_connect)) {
OCI_G            1853 ext/oci8/oci8.c 	if (OCI_G(env) == NULL) {
OCI_G            1855 ext/oci8/oci8.c 		if (OCI_G(env) == NULL) {
OCI_G            1874 ext/oci8/oci8.c 	if (OCI_G(connection_class)){
OCI_G            1875 ext/oci8/oci8.c 		smart_str_appendl_ex(&hashed_details, OCI_G(connection_class), strlen(OCI_G(connection_class)), 0);
OCI_G            1880 ext/oci8/oci8.c 	if (OCI_G(edition)){
OCI_G            1881 ext/oci8/oci8.c 		smart_str_appendl_ex(&hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0);
OCI_G            1898 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset));
OCI_G            2024 ext/oci8/oci8.c 								if (OCI_G(old_oci_close_semantics)) {
OCI_G            2081 ext/oci8/oci8.c 		if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) {
OCI_G            2085 ext/oci8/oci8.c 			if (OCI_G(max_persistent) != -1 && OCI_G(num_persistent) >= OCI_G(max_persistent)) {
OCI_G            2087 ext/oci8/oci8.c 				php_error_docref(NULL, E_NOTICE, "Too many open persistent connections (%pd)", OCI_G(num_persistent));
OCI_G            2141 ext/oci8/oci8.c 	connection->idle_expiry = (OCI_G(persistent_timeout) > 0) ? (timestamp + OCI_G(persistent_timeout)) : 0;
OCI_G            2184 ext/oci8/oci8.c 		if (OCI_G(old_oci_close_semantics)) {
OCI_G            2188 ext/oci8/oci8.c 		OCI_G(num_persistent)++;
OCI_G            2189 ext/oci8/oci8.c 		OCI_G(num_links)++;
OCI_G            2195 ext/oci8/oci8.c 		OCI_G(num_links)++;
OCI_G            2198 ext/oci8/oci8.c 		OCI_G(num_links)++;
OCI_G            2203 ext/oci8/oci8.c 		DTRACE_OCI8_CONNECT_TYPE(connection->is_persistent ? 1 : 0, exclusive ? 1 : 0, connection, OCI_G(num_persistent), OCI_G(num_links));
OCI_G            2222 ext/oci8/oci8.c 	OCI_G(errcode) = 0;  		/* assume ping is successful */
OCI_G            2230 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT));
OCI_G            2233 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, OCI_G(err), (text *)version, sizeof(version), OCI_HTYPE_SVCCTX));
OCI_G            2243 ext/oci8/oci8.c 		OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ERROR);
OCI_G            2247 ext/oci8/oci8.c 		OCI_G(errcode) = error_code;
OCI_G            2264 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)connection->server, OCI_HTYPE_SERVER, (dvoid *)&ss, (ub4 *)0, OCI_ATTR_SERVER_STATUS, OCI_G(err)));
OCI_G            2324 ext/oci8/oci8.c 	zend_bool in_call_save = OCI_G(in_call);
OCI_G            2355 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIServerDetach, (connection->server, OCI_G(err), OCI_DEFAULT));
OCI_G            2393 ext/oci8/oci8.c 	OCI_G(in_call) = in_call_save;
OCI_G            2407 ext/oci8/oci8.c 	zend_bool in_call_save = OCI_G(in_call);
OCI_G            2428 ext/oci8/oci8.c 	if (OCI_G(persistent_timeout) > 0) {
OCI_G            2429 ext/oci8/oci8.c 		connection->idle_expiry = timestamp + OCI_G(persistent_timeout);
OCI_G            2434 ext/oci8/oci8.c 		if (OCI_G(ping_interval) >= 0) {
OCI_G            2435 ext/oci8/oci8.c 			*(connection->next_pingp) = timestamp + OCI_G(ping_interval);
OCI_G            2487 ext/oci8/oci8.c 	OCI_G(in_call) = in_call_save;
OCI_G            2832 ext/oci8/oci8.c 		if (!connection->used_this_request && OCI_G(persistent_timeout) != -1) {
OCI_G            2886 ext/oci8/oci8.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
OCI_G            2898 ext/oci8/oci8.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
OCI_G            2915 ext/oci8/oci8.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
OCI_G            2922 ext/oci8/oci8.c 	if (OCI_G(edition)) {
OCI_G            2923 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) OCI_G(edition), (ub4)(strlen(OCI_G(edition))), (ub4)OCI_ATTR_EDITION, OCI_G(err)));
OCI_G            2926 ext/oci8/oci8.c 			OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
OCI_G            2934 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) PHP_OCI8_DRIVER_NAME, (ub4) sizeof(PHP_OCI8_DRIVER_NAME)-1, (ub4) OCI_ATTR_DRIVER_NAME, OCI_G(err)));
OCI_G            2937 ext/oci8/oci8.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
OCI_G            2944 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) (session_pool->poolh),(ub4) OCI_HTYPE_SPOOL, (dvoid *) spoolAuth, (ub4)0, (ub4)OCI_ATTR_SPOOL_AUTH, OCI_G(err)));
OCI_G            2947 ext/oci8/oci8.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
OCI_G            2957 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCISessionPoolCreate,(session_pool->env, OCI_G(err), session_pool->poolh, (OraText **)&session_pool->poolname, &session_pool->poolname_len, (OraText *)dbname, (ub4)dbname_len, 0, UB4MAXVAL, 1,(OraText *)username, (ub4)username_len, (OraText *)password,(ub4)password_len, poolmode));
OCI_G            2960 ext/oci8/oci8.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
OCI_G            3003 ext/oci8/oci8.c 	if (OCI_G(edition)){
OCI_G            3004 ext/oci8/oci8.c 		smart_str_appendl_ex(&spool_hashed_details, OCI_G(edition), strlen(OCI_G(edition)), 0);
OCI_G            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));
OCI_G            3074 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3104 ext/oci8/oci8.c 	if (OCI_G(statement_cache_size) > 0) {
OCI_G            3105 ext/oci8/oci8.c 		if (OCI_G(statement_cache_size) > SB4MAXVAL)
OCI_G            3108 ext/oci8/oci8.c 			statement_cache_size = (ub4) OCI_G(statement_cache_size);
OCI_G            3117 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->server), OCI_HTYPE_SERVER, 0, NULL));
OCI_G            3119 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3120 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3126 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIServerAttach, (connection->server, OCI_G(err), (text *)dbname, dbname_len, (ub4) OCI_DEFAULT));
OCI_G            3128 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3129 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3136 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->session), OCI_HTYPE_SESSION, 0, NULL));
OCI_G            3138 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3139 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3145 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->err), OCI_HTYPE_ERROR, 0, NULL));
OCI_G            3147 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3148 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3154 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->svc), OCI_HTYPE_SVCCTX, 0, NULL));
OCI_G            3156 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3157 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3164 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) username, (ub4) username_len, (ub4) OCI_ATTR_USERNAME, OCI_G(err)));
OCI_G            3166 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3167 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3175 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) password, (ub4) password_len, (ub4) OCI_ATTR_PASSWORD, OCI_G(err)));
OCI_G            3177 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3178 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3186 ext/oci8/oci8.c 	if (OCI_G(edition)) {
OCI_G            3187 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) OCI_G(edition), (ub4) (strlen(OCI_G(edition))), (ub4) OCI_ATTR_EDITION, OCI_G(err)));
OCI_G            3189 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3190 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3199 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) PHP_OCI8_DRIVER_NAME, (ub4) sizeof(PHP_OCI8_DRIVER_NAME)-1, (ub4) OCI_ATTR_DRIVER_NAME, OCI_G(err)));
OCI_G            3201 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3202 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3209 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, (connection->svc, OCI_HTYPE_SVCCTX, connection->server, 0, OCI_ATTR_SERVER, OCI_G(err)));
OCI_G            3211 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3212 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3218 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, (connection->svc, OCI_HTYPE_SVCCTX, connection->session, 0, OCI_ATTR_SESSION, OCI_G(err)));
OCI_G            3220 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3221 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3228 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIPasswordChange, (connection->svc, OCI_G(err), (text *)username, username_len, (text *)password, password_len, (text *)new_password, new_password_len, OCI_AUTH));
OCI_G            3230 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3231 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3235 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->session), (ub4 *)0, OCI_ATTR_SESSION, OCI_G(err)));
OCI_G            3237 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3238 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3254 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCISessionBegin, (connection->svc, OCI_G(err), connection->session, (ub4) cred_type, (ub4) session_mode));
OCI_G            3256 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3257 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3261 ext/oci8/oci8.c 			if (OCI_G(errcode) != OCI_SUCCESS_WITH_INFO) {
OCI_G            3269 ext/oci8/oci8.c 	if (php_oci_ping_init(connection, OCI_G(err)) != OCI_SUCCESS) {
OCI_G            3270 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3274 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) OCI_ATTR_STMTCACHESIZE, OCI_G(err)));
OCI_G            3276 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3277 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3299 ext/oci8/oci8.c 	if (OCI_G(statement_cache_size) > 0) {
OCI_G            3300 ext/oci8/oci8.c 		if (OCI_G(statement_cache_size) > SB4MAXVAL)
OCI_G            3303 ext/oci8/oci8.c 			statement_cache_size = (ub4) OCI_G(statement_cache_size);
OCI_G            3333 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->err), OCI_HTYPE_ERROR, 0, NULL));
OCI_G            3335 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3336 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3343 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->authinfo), OCI_HTYPE_AUTHINFO, 0, NULL));
OCI_G            3345 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3346 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3352 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_SESSION, (dvoid *) OCI_G(connection_class), (ub4)(strlen(OCI_G(connection_class))), (ub4)OCI_ATTR_CONNECTION_CLASS, OCI_G(err)));
OCI_G            3354 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3355 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3364 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode),OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_AUTHINFO, (dvoid *) &purity, (ub4)0, (ub4)OCI_ATTR_PURITY, OCI_G(err)));
OCI_G            3366 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3367 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3378 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numopen, (ub4 *)0, OCI_ATTR_SPOOL_OPEN_COUNT, OCI_G(err)));
OCI_G            3379 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numbusy, (ub4 *)0, OCI_ATTR_SPOOL_BUSY_COUNT, OCI_G(err)));
OCI_G            3394 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode),OCISessionGet, (connection->env, OCI_G(err), &(connection->svc), (OCIAuthInfo *)connection->authinfo, (OraText *)actual_spool->poolname, (ub4)actual_spool->poolname_len, NULL, 0, NULL, NULL, NULL, OCI_SESSGET_SPOOL));
OCI_G            3396 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3397 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3403 ext/oci8/oci8.c 			if (OCI_G(errcode) != OCI_SUCCESS_WITH_INFO) {
OCI_G            3409 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->server), (ub4 *)0, OCI_ATTR_SERVER, OCI_G(err)));
OCI_G            3411 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->session), (ub4 *)0, OCI_ATTR_SESSION, OCI_G(err)));
OCI_G            3414 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, OCI_G(err), (ub1 *)"NEXT_PING", (ub1)sizeof("NEXT_PING"), (void **)&(connection->next_pingp)));
OCI_G            3415 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3416 ext/oci8/oci8.c 			php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3422 ext/oci8/oci8.c 			if (php_oci_ping_init(connection, OCI_G(err)) != OCI_SUCCESS) {
OCI_G            3423 ext/oci8/oci8.c 				php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3429 ext/oci8/oci8.c 				*(connection->next_pingp) = timestamp + OCI_G(ping_interval);
OCI_G            3440 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) OCI_ATTR_STMTCACHESIZE, OCI_G(err)));
OCI_G            3442 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3443 ext/oci8/oci8.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G            3512 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, errh, (ub1 *)"NEXT_PING", (ub1)sizeof("NEXT_PING"), (void **)&next_pingp));
OCI_G            3513 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3514 ext/oci8/oci8.c 		return OCI_G(errcode);
OCI_G            3519 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIMemoryAlloc, (connection->session, errh, (void **)&next_pingp, OCI_DURATION_SESSION, sizeof(time_t), OCI_MEMORY_CLEARED));
OCI_G            3520 ext/oci8/oci8.c 		if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3521 ext/oci8/oci8.c 			return OCI_G(errcode);
OCI_G            3525 ext/oci8/oci8.c 	if (OCI_G(ping_interval) >= 0) {
OCI_G            3527 ext/oci8/oci8.c 		*next_pingp = timestamp + OCI_G(ping_interval);
OCI_G            3533 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextSetValue, (connection->session, errh, OCI_DURATION_SESSION, (ub1 *)"NEXT_PING", (ub1)sizeof("NEXT_PING"), next_pingp));
OCI_G            3534 ext/oci8/oci8.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            3536 ext/oci8/oci8.c 		return OCI_G(errcode);
OCI_G            1582 ext/oci8/oci8_interface.c 	if (OCI_G(old_oci_close_semantics)) {
OCI_G            1671 ext/oci8/oci8_interface.c 		errh = OCI_G(err);
OCI_G            1672 ext/oci8/oci8_interface.c 		errcode = OCI_G(errcode);
OCI_G            1831 ext/oci8/oci8_interface.c 	if (OCI_G(edition)) {
OCI_G            1832 ext/oci8/oci8_interface.c 		efree(OCI_G(edition));
OCI_G            1836 ext/oci8/oci8_interface.c 		OCI_G(edition) = (char *)safe_emalloc(edition_len+1, sizeof(char), 0);
OCI_G            1837 ext/oci8/oci8_interface.c 		memcpy(OCI_G(edition), edition, edition_len);
OCI_G            1838 ext/oci8/oci8_interface.c 		OCI_G(edition)[edition_len] = '\0';
OCI_G            1840 ext/oci8/oci8_interface.c 		OCI_G(edition) = NULL;
OCI_G            1964 ext/oci8/oci8_interface.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) dbop_name, (ub4) dbop_name_len, (ub4) OCI_ATTR_DBOP, OCI_G(err)));
OCI_G            1966 ext/oci8/oci8_interface.c 	if (OCI_G(errcode) != OCI_SUCCESS) {
OCI_G            1967 ext/oci8/oci8_interface.c 		php_oci_error(OCI_G(err), OCI_G(errcode));
OCI_G              79 ext/oci8/oci8_lob.c 		OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus);
OCI_G              80 ext/oci8/oci8_lob.c 		PHP_OCI_HANDLE_ERROR(connection, OCI_G(errcode));
OCI_G              84 ext/oci8/oci8_lob.c 		OCI_G(errcode) = 0; /* retain backwards compat with OCI8 1.4 */
OCI_G             112 ext/oci8/oci8_statement.c 	if (OCI_G(default_prefetch) >= 0) {
OCI_G             113 ext/oci8/oci8_statement.c 		php_oci_statement_set_prefetch(statement, (ub4)OCI_G(default_prefetch));
OCI_G             120 ext/oci8/oci8_statement.c 	OCI_G(num_statements)++;
OCI_G             177 ext/oci8/oci8_statement.c 		OCI_G(num_statements)++;
OCI_G             900 ext/oci8/oci8_statement.c 	OCI_G(num_statements)--;
OCI_G             301 ext/oci8/php_oci8_int.h 		OCI_G(in_call) = 1;												\
OCI_G             303 ext/oci8/php_oci8_int.h 		OCI_G(in_call) = 0;												\
OCI_G             308 ext/oci8/php_oci8_int.h 		OCI_G(in_call) = 1;												\
OCI_G             310 ext/oci8/php_oci8_int.h 		OCI_G(in_call) = 0;												\