/PHP-8.2/ext/oci8/ |
H A D | oci8_lob.c | 146 …PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->des… in php_oci_lob_get_length() 338 connection->svc, in php_oci_lob_read() 376 …PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->des… in php_oci_lob_read() 419 connection->svc, in php_oci_lob_write() 532 connection->svc, in php_oci_lob_copy() 561 …PHP_OCI_CALL_RETURN(errstatus, OCILobClose, (connection->svc, connection->err, descriptor->descrip… in php_oci_lob_close() 726 connection->svc, in php_oci_lob_import() 779 …PHP_OCI_CALL_RETURN(errstatus, OCILobAppend, (connection->svc, connection->err, lob_dest, lob_from… in php_oci_lob_append() 818 …PHP_OCI_CALL_RETURN(errstatus, OCILobTrim, (connection->svc, connection->err, lob, (ub4) new_lob_l… in php_oci_lob_truncate() 917 connection->svc, in php_oci_lob_write_tmp() [all …]
|
H A D | oci8.c | 1217 PHP_OCI_CALL_RETURN(errstatus, OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); in php_oci_connection_ping() 1287 PHP_OCI_CALL_RETURN(errstatus, OCITransCommit, (connection->svc, connection->err, (ub4) 0)); in php_oci_connection_commit() 1320 if (!connection->using_spool && connection->svc) { in php_oci_connection_close() 1341 if (connection->svc) { in php_oci_connection_close() 1342 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX)); in php_oci_connection_close() 1410 if (connection->svc) { in php_oci_connection_release() 1442 if (connection->svc) { in php_oci_connection_release() 1443 PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL, in php_oci_connection_release() 1449 connection->svc = NULL; in php_oci_connection_release() 2405 connection->svc = NULL; in php_oci_create_session() [all …]
|
H A D | oci8_collection.c | 60 connection->svc, in php_oci_collection_create() 87 connection->svc, in php_oci_collection_create() 203 connection->svc, in php_oci_collection_create()
|
H A D | php_oci8_int.h | 146 OCISvcCtx *svc; /* private service context handle */ member
|
H A D | oci8_statement.c | 66 connection->svc, in php_oci_statement_create() 550 …PHP_OCI_CALL_RETURN(errstatus, OCIStmtExecute, (statement->connection->svc, statement->stmt, state… in php_oci_statement_execute()
|
H A D | oci8_interface.c | 1878 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX… in PHP_FUNCTION()
|
/PHP-8.2/ext/pdo_oci/ |
H A D | oci_driver.c | 190 if (H->svc) { in oci_handle_closer() 192 OCITransRollback(H->svc, H->err, 0); in oci_handle_closer() 200 if (H->svc) { in oci_handle_closer() 201 OCIHandleFree(H->svc, OCI_HTYPE_SVCCTX); in oci_handle_closer() 202 H->svc = NULL; in oci_handle_closer() 406 H->last_err = OCITransCommit(H->svc, H->err, 0); in oci_handle_commit() 420 H->last_err = OCITransRollback(H->svc, H->err, 0); in oci_handle_rollback() 445 H->last_err = OCITransCommit(H->svc, H->err, 0); in oci_handle_set_attribute() 558 H->last_err = OCIAttrSet(H->svc, OCI_HTYPE_SVCCTX, in oci_handle_set_attribute() 643 H->last_err = OCIAttrGet(H->svc, OCI_HTYPE_SVCCTX, in oci_handle_get_attribute() [all …]
|
H A D | oci_statement.c | 107 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, in oci_stmt_dtor() 153 STMT_CALL(OCIStmtExecute, (S->H->svc, S->stmt, S->err, in oci_stmt_execute() 412 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook() 421 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook() 607 OCISvcCtx *svc; member 629 r = OCILobWrite(self->E->svc, self->E->err, self->lob, in oci_blob_write() 649 sword r = OCILobRead2(self->E->svc, self->E->err, self->lob, in oci_blob_read() 655 sword r = OCILobRead(self->E->svc, self->E->err, self->lob, in oci_blob_read() 683 OCILobClose(self->E->svc, self->E->err, self->lob); in oci_blob_close() 697 OCILobFlushBuffer(self->E->svc, self->E->err, self->lob, 0); in oci_blob_flush() [all …]
|
H A D | php_pdo_oci_int.h | 32 OCISvcCtx *svc; member
|