svc              2230 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT));
svc              2233 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, OCI_G(err), (text *)version, sizeof(version), OCI_HTYPE_SVCCTX));
svc              2283 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCITransRollback, (connection->svc, connection->err, (ub4) 0));
svc              2304 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCITransCommit, (connection->svc, connection->err, (ub4) 0));
svc              2337 ext/oci8/oci8.c 	if (!connection->using_spool && connection->svc) {
svc              2338 ext/oci8/oci8.c 		PHP_OCI_CALL(OCISessionEnd, (connection->svc, connection->err, connection->session, (ub4) 0));
svc              2358 ext/oci8/oci8.c 		if (connection->svc) {
svc              2359 ext/oci8/oci8.c 			PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX));
svc              2418 ext/oci8/oci8.c 	if (connection->svc) {
svc              2460 ext/oci8/oci8.c 		if (connection->svc) {
svc              2461 ext/oci8/oci8.c 			PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL,
svc              2467 ext/oci8/oci8.c 		connection->svc = NULL;
svc              2500 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIPasswordChange, (connection->svc, connection->err, (text *)user, user_len, (text *)pass_old, pass_old_len, (text *)pass_new, pass_new_len, OCI_DEFAULT));
svc              2542 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, connection->err, (text *)version, (ub4) version_size, OCI_HTYPE_SVCCTX));
svc              3154 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->svc), OCI_HTYPE_SVCCTX, 0, NULL));
svc              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)));
svc              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)));
svc              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));
svc              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)));
svc              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));
svc              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)));
svc              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));
svc              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)));
svc              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)));
svc              3432 ext/oci8/oci8.c 				PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL,0, (ub4) OCI_SESSRLS_DROPSESS));
svc              3433 ext/oci8/oci8.c 				connection->svc = NULL;
svc              3438 ext/oci8/oci8.c 	} while (!(connection->svc));
svc              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)));
svc                66 ext/oci8/oci8_collection.c 			 connection->svc,
svc                93 ext/oci8/oci8_collection.c 			 connection->svc,
svc               209 ext/oci8/oci8_collection.c 			connection->svc,
svc               133 ext/oci8/oci8_lob.c 			PHP_OCI_CALL_RETURN(errstatus, OCILobFileOpen, (connection->svc, connection->err, descriptor->descriptor, OCI_FILE_READONLY));
svc               141 ext/oci8/oci8_lob.c 		PHP_OCI_CALL_RETURN(errstatus, OCILobGetLength, (connection->svc, connection->err, descriptor->descriptor, (ub4 *)length));
svc               152 ext/oci8/oci8_lob.c 			PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->descriptor));
svc               223 ext/oci8/oci8_lob.c 		PHP_OCI_CALL_RETURN(errstatus, OCILobGetChunkSize, (connection->svc, connection->err, descriptor->descriptor, &chunk_size));
svc               292 ext/oci8/oci8_lob.c 		PHP_OCI_CALL_RETURN(errstatus, OCILobFileOpen, (connection->svc, connection->err, descriptor->descriptor, OCI_FILE_READONLY));
svc               344 ext/oci8/oci8_lob.c 			connection->svc,
svc               382 ext/oci8/oci8_lob.c 		PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->descriptor));
svc               425 ext/oci8/oci8_lob.c 				connection->svc,
svc               481 ext/oci8/oci8_lob.c 		PHP_OCI_CALL_RETURN(errstatus, OCILobEnableBuffering, (connection->svc, connection->err, descriptor->descriptor));
svc               483 ext/oci8/oci8_lob.c 		PHP_OCI_CALL_RETURN(errstatus, OCILobDisableBuffering, (connection->svc, connection->err, descriptor->descriptor));
svc               538 ext/oci8/oci8_lob.c 			 connection->svc,
svc               567 ext/oci8/oci8_lob.c 		PHP_OCI_CALL_RETURN(errstatus, OCILobClose, (connection->svc, connection->err, descriptor->descriptor));
svc               602 ext/oci8/oci8_lob.c 		PHP_OCI_CALL_RETURN(errstatus, OCILobFreeTemporary, (connection->svc, connection->err, descriptor->descriptor));
svc               645 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobFlushBuffer, (connection->svc, connection->err, lob, (ub4) flush_flag));
svc               737 ext/oci8/oci8_lob.c 					connection->svc,
svc               790 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobAppend, (connection->svc, connection->err, lob_dest, lob_from));
svc               829 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobTrim, (connection->svc, connection->err, lob, (ub4) new_lob_length));
svc               867 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobErase, (connection->svc, connection->err, lob, (ub4 *)&length, (ub4) offset+1));
svc               928 ext/oci8/oci8_lob.c 			 connection->svc,
svc               945 ext/oci8/oci8_lob.c 	PHP_OCI_CALL_RETURN(errstatus, OCILobOpen, (connection->svc, connection->err, lob, OCI_LOB_READWRITE));
svc                65 ext/oci8/oci8_statement.c 				 connection->svc,
svc               540 ext/oci8/oci8_statement.c 		PHP_OCI_CALL_RETURN(errstatus, OCIStmtExecute, (statement->connection->svc, statement->stmt, statement->err, iters, 0, NULL, NULL, mode));
svc               146 ext/oci8/php_oci8_int.h 	OCISvcCtx	   *svc;						/* private service context handle */
svc               202 ext/pdo_oci/oci_driver.c 	if (H->svc) {
svc               204 ext/pdo_oci/oci_driver.c 		OCITransRollback(H->svc, H->err, 0);
svc               212 ext/pdo_oci/oci_driver.c 	if (H->svc) {
svc               213 ext/pdo_oci/oci_driver.c 		OCIHandleFree(H->svc, OCI_HTYPE_SVCCTX);
svc               214 ext/pdo_oci/oci_driver.c 		H->svc = NULL;
svc               352 ext/pdo_oci/oci_driver.c 	H->last_err = OCIStmtExecute(H->svc, stmt, H->err, 1, 0, NULL, NULL,
svc               417 ext/pdo_oci/oci_driver.c 	H->last_err = OCITransCommit(H->svc, H->err, 0);
svc               431 ext/pdo_oci/oci_driver.c 	H->last_err = OCITransRollback(H->svc, H->err, 0);
svc               449 ext/pdo_oci/oci_driver.c 			H->last_err = OCITransCommit(H->svc, H->err, 0);
svc               482 ext/pdo_oci/oci_driver.c 			if (OCIServerRelease(H->svc, H->err, infostr, (ub4)sizeof(infostr), (ub1)OCI_HTYPE_SVCCTX, &vernum))
svc               560 ext/pdo_oci/oci_driver.c 	H->last_err = OCIPing (H->svc, H->err, OCI_DEFAULT);
svc               563 ext/pdo_oci/oci_driver.c 	H->last_err = OCIServerVersion (H->svc, H->err, (text *)version, sizeof(version), OCI_HTYPE_SVCCTX);
svc               647 ext/pdo_oci/oci_driver.c 	H->last_err = OCIHandleAlloc(H->env, (dvoid**)&H->svc, OCI_HTYPE_SVCCTX, 0, NULL);
svc               660 ext/pdo_oci/oci_driver.c 	H->last_err = OCIAttrSet(H->svc, OCI_HTYPE_SVCCTX, H->server, 0, OCI_ATTR_SERVER, H->err);
svc               689 ext/pdo_oci/oci_driver.c 	H->last_err = OCISessionBegin(H->svc, H->err, H->session, OCI_CRED_RDBMS, OCI_DEFAULT);
svc               696 ext/pdo_oci/oci_driver.c 	H->last_err = OCIAttrSet(H->svc, OCI_HTYPE_SVCCTX, H->session, 0, OCI_ATTR_SESSION, H->err);
svc               111 ext/pdo_oci/oci_statement.c 						OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err,
svc               157 ext/pdo_oci/oci_statement.c 	STMT_CALL(OCIStmtExecute, (S->H->svc, S->stmt, S->err,
svc               308 ext/pdo_oci/oci_statement.c 					OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, P->thing);
svc               399 ext/pdo_oci/oci_statement.c 							OCILobOpen(S->H->svc, S->err, (OCILobLocator*)P->thing, OCI_LOB_READWRITE);
svc               410 ext/pdo_oci/oci_statement.c 							OCILobOpen(S->H->svc, S->err, (OCILobLocator*)P->thing, OCI_LOB_READWRITE);
svc               420 ext/pdo_oci/oci_statement.c 									OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing,
svc               429 ext/pdo_oci/oci_statement.c 							OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing);
svc               430 ext/pdo_oci/oci_statement.c 							OCILobFlushBuffer(S->H->svc, S->err, (OCILobLocator*)P->thing, 0);
svc               436 ext/pdo_oci/oci_statement.c 								OCILobOpen(S->H->svc, S->err, (OCILobLocator*)P->thing, OCI_LOB_READWRITE);
svc               439 ext/pdo_oci/oci_statement.c 									OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing,
svc               446 ext/pdo_oci/oci_statement.c 								OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing);
svc               449 ext/pdo_oci/oci_statement.c 						OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, P->thing);
svc               628 ext/pdo_oci/oci_statement.c 	OCISvcCtx *svc;
svc               649 ext/pdo_oci/oci_statement.c 	r = OCILobWrite(self->E->svc, self->E->err, self->lob,
svc               669 ext/pdo_oci/oci_statement.c 	r = OCILobRead(self->E->svc, self->E->err, self->lob,
svc               692 ext/pdo_oci/oci_statement.c 		OCILobClose(self->E->svc, self->E->err, self->lob);
svc               706 ext/pdo_oci/oci_statement.c 	OCILobFlushBuffer(self->E->svc, self->E->err, self->lob, 0);
svc               745 ext/pdo_oci/oci_statement.c 	self->E->svc = self->S->H->svc;
svc               779 ext/pdo_oci/oci_statement.c 				OCILobOpen(S->H->svc, S->err, (OCILobLocator*)C->data, OCI_LOB_READONLY);
svc                36 ext/pdo_oci/php_pdo_oci_int.h 	OCISvcCtx	*svc;