Home
last modified time | relevance | path

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

/PHP-8.0/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.c1340 PHP_OCI_CALL_RETURN(errstatus, OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); in php_oci_connection_ping()
1414 PHP_OCI_CALL_RETURN(errstatus, OCITransCommit, (connection->svc, connection->err, (ub4) 0)); in php_oci_connection_commit()
1447 if (!connection->using_spool && connection->svc) { in php_oci_connection_close()
1468 if (connection->svc) { in php_oci_connection_close()
1469 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX)); in php_oci_connection_close()
1537 if (connection->svc) { in php_oci_connection_release()
1579 if (connection->svc) { in php_oci_connection_release()
1580 PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL, in php_oci_connection_release()
1586 connection->svc = NULL; in php_oci_connection_release()
2561 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.0/ext/pdo_oci/
H A Doci_driver.c192 if (H->svc) { in oci_handle_closer()
194 OCITransRollback(H->svc, H->err, 0); in oci_handle_closer()
202 if (H->svc) { in oci_handle_closer()
203 OCIHandleFree(H->svc, OCI_HTYPE_SVCCTX); in oci_handle_closer()
204 H->svc = NULL; in oci_handle_closer()
407 H->last_err = OCITransCommit(H->svc, H->err, 0); in oci_handle_commit()
421 H->last_err = OCITransRollback(H->svc, H->err, 0); in oci_handle_rollback()
441 H->last_err = OCITransCommit(H->svc, H->err, 0); in oci_handle_set_attribute()
547 H->last_err = OCIAttrSet(H->svc, OCI_HTYPE_SVCCTX, in oci_handle_set_attribute()
632 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()
411 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
420 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook()
430 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
611 OCISvcCtx *svc; member
632 r = OCILobWrite(self->E->svc, self->E->err, self->lob, in oci_blob_write()
652 r = OCILobRead(self->E->svc, self->E->err, self->lob, in oci_blob_read()
675 OCILobClose(self->E->svc, self->E->err, self->lob); in oci_blob_close()
689 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 42 milliseconds