Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8_lob.c148 …PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->des… in php_oci_lob_get_length()
340 connection->svc, in php_oci_lob_read()
378 …PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->des… in php_oci_lob_read()
421 connection->svc, in php_oci_lob_write()
534 connection->svc, in php_oci_lob_copy()
563 …PHP_OCI_CALL_RETURN(errstatus, OCILobClose, (connection->svc, connection->err, descriptor->descrip… in php_oci_lob_close()
728 connection->svc, in php_oci_lob_import()
781 …PHP_OCI_CALL_RETURN(errstatus, OCILobAppend, (connection->svc, connection->err, lob_dest, lob_from… in php_oci_lob_append()
820 …PHP_OCI_CALL_RETURN(errstatus, OCILobTrim, (connection->svc, connection->err, lob, (ub4) new_lob_l… in php_oci_lob_truncate()
919 connection->svc, in php_oci_lob_write_tmp()
[all …]
H A Doci8.c2111 PHP_OCI_CALL_RETURN(errstatus, OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); in php_oci_connection_ping()
2185 PHP_OCI_CALL_RETURN(errstatus, OCITransCommit, (connection->svc, connection->err, (ub4) 0)); in php_oci_connection_commit()
2218 if (!connection->using_spool && connection->svc) { in php_oci_connection_close()
2239 if (connection->svc) { in php_oci_connection_close()
2240 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX)); in php_oci_connection_close()
2308 if (connection->svc) { in php_oci_connection_release()
2350 if (connection->svc) { in php_oci_connection_release()
2351 PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL, in php_oci_connection_release()
2357 connection->svc = NULL; in php_oci_connection_release()
3342 connection->svc = NULL; in php_oci_create_session()
[all …]
H A Doci8_collection.c66 connection->svc, in php_oci_collection_create()
93 connection->svc, in php_oci_collection_create()
209 connection->svc, in php_oci_collection_create()
H A Dphp_oci8_int.h144 OCISvcCtx *svc; /* private service context handle */ member
H A Doci8_statement.c69 connection->svc, in php_oci_statement_create()
554 …PHP_OCI_CALL_RETURN(errstatus, OCIStmtExecute, (statement->connection->svc, statement->stmt, state… in php_oci_statement_execute()
H A Doci8_interface.c2083 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX… in PHP_FUNCTION()
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c194 if (H->svc) { in oci_handle_closer()
196 OCITransRollback(H->svc, H->err, 0); in oci_handle_closer()
204 if (H->svc) { in oci_handle_closer()
205 OCIHandleFree(H->svc, OCI_HTYPE_SVCCTX); in oci_handle_closer()
206 H->svc = NULL; in oci_handle_closer()
344 H->last_err = OCIStmtExecute(H->svc, stmt, H->err, 1, 0, NULL, NULL, in oci_handle_doer()
409 H->last_err = OCITransCommit(H->svc, H->err, 0); in oci_handle_commit()
423 H->last_err = OCITransRollback(H->svc, H->err, 0); in oci_handle_rollback()
443 H->last_err = OCITransCommit(H->svc, H->err, 0); in oci_handle_set_attribute()
641 H->last_err = OCIPing (H->svc, H->err, OCI_DEFAULT); in pdo_oci_check_liveness()
[all …]
H A Doci_statement.c109 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, in oci_stmt_dtor()
155 STMT_CALL(OCIStmtExecute, (S->H->svc, S->stmt, S->err, in oci_stmt_execute()
419 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
428 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook()
438 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
623 OCISvcCtx *svc; member
644 r = OCILobWrite(self->E->svc, self->E->err, self->lob, in oci_blob_write()
664 r = OCILobRead(self->E->svc, self->E->err, self->lob, in oci_blob_read()
687 OCILobClose(self->E->svc, self->E->err, self->lob); in oci_blob_close()
701 OCILobFlushBuffer(self->E->svc, self->E->err, self->lob, 0); in oci_blob_flush()
[all …]
H A Dphp_pdo_oci_int.h34 OCISvcCtx *svc; member

Completed in 45 milliseconds