Home
last modified time | relevance | path

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

/PHP-7.0/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.c2099 PHP_OCI_CALL_RETURN(errstatus, OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); in php_oci_connection_ping()
2173 PHP_OCI_CALL_RETURN(errstatus, OCITransCommit, (connection->svc, connection->err, (ub4) 0)); in php_oci_connection_commit()
2206 if (!connection->using_spool && connection->svc) { in php_oci_connection_close()
2227 if (connection->svc) { in php_oci_connection_close()
2228 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX)); in php_oci_connection_close()
2296 if (connection->svc) { in php_oci_connection_release()
2338 if (connection->svc) { in php_oci_connection_release()
2339 PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL, in php_oci_connection_release()
2345 connection->svc = NULL; in php_oci_connection_release()
3317 connection->svc = NULL; in php_oci_create_session()
[all …]
H A Doci8_collection.c62 connection->svc, in php_oci_collection_create()
89 connection->svc, in php_oci_collection_create()
205 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()
546 …PHP_OCI_CALL_RETURN(errstatus, OCIStmtExecute, (statement->connection->svc, statement->stmt, state… in php_oci_statement_execute()
/PHP-7.0/ext/pdo_oci/
H A Doci_driver.c202 if (H->svc) { in oci_handle_closer()
204 OCITransRollback(H->svc, H->err, 0); in oci_handle_closer()
212 if (H->svc) { in oci_handle_closer()
213 OCIHandleFree(H->svc, OCI_HTYPE_SVCCTX); in oci_handle_closer()
214 H->svc = NULL; in oci_handle_closer()
352 H->last_err = OCIStmtExecute(H->svc, stmt, H->err, 1, 0, NULL, NULL, in oci_handle_doer()
417 H->last_err = OCITransCommit(H->svc, H->err, 0); in oci_handle_commit()
431 H->last_err = OCITransRollback(H->svc, H->err, 0); in oci_handle_rollback()
449 H->last_err = OCITransCommit(H->svc, H->err, 0); in oci_handle_set_attribute()
560 H->last_err = OCIPing (H->svc, H->err, OCI_DEFAULT); in pdo_oci_check_liveness()
[all …]
H A Doci_statement.c111 OCI_TEMPLOB_CLOSE(S->H->env, S->H->svc, S->H->err, in oci_stmt_dtor()
157 STMT_CALL(OCIStmtExecute, (S->H->svc, S->stmt, S->err, in oci_stmt_execute()
420 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
429 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook()
439 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
628 OCISvcCtx *svc; member
649 r = OCILobWrite(self->E->svc, self->E->err, self->lob, in oci_blob_write()
669 r = OCILobRead(self->E->svc, self->E->err, self->lob, in oci_blob_read()
692 OCILobClose(self->E->svc, self->E->err, self->lob); in oci_blob_close()
706 OCILobFlushBuffer(self->E->svc, self->E->err, self->lob, 0); in oci_blob_flush()
[all …]
H A Dphp_pdo_oci_int.h36 OCISvcCtx *svc; member

Completed in 34 milliseconds