Home
last modified time | relevance | path

Searched refs:svc (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/oci8/
H A Doci8_lob.c146 …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 Doci8.c1346 PHP_OCI_CALL_RETURN(errstatus, OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); in php_oci_connection_ping()
1420 PHP_OCI_CALL_RETURN(errstatus, OCITransCommit, (connection->svc, connection->err, (ub4) 0)); in php_oci_connection_commit()
1453 if (!connection->using_spool && connection->svc) { in php_oci_connection_close()
1474 if (connection->svc) { in php_oci_connection_close()
1475 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX)); in php_oci_connection_close()
1543 if (connection->svc) { in php_oci_connection_release()
1585 if (connection->svc) { in php_oci_connection_release()
1586 PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL, in php_oci_connection_release()
1592 connection->svc = NULL; in php_oci_connection_release()
2567 connection->svc = NULL; in php_oci_create_session()
[all …]
H A Doci8_collection.c60 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 Dphp_oci8_int.h142 OCISvcCtx *svc; /* private service context handle */ member
H A Doci8_statement.c67 connection->svc, in php_oci_statement_create()
552 …PHP_OCI_CALL_RETURN(errstatus, OCIStmtExecute, (statement->connection->svc, statement->stmt, state… in php_oci_statement_execute()
H A Doci8_interface.c1868 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX… in PHP_FUNCTION()
/PHP-8.1/ext/pdo_oci/
H A Doci_driver.c190 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 Doci_statement.c107 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 Dphp_pdo_oci_int.h32 OCISvcCtx *svc; member

Completed in 70 milliseconds