Home
last modified time | relevance | path

Searched refs:PHP_OCI_CALL_RETURN (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/oci8/
H A Doci8_collection.c56 PHP_OCI_CALL_RETURN(errstatus, OCITypeByName, in php_oci_collection_create()
85 PHP_OCI_CALL_RETURN(errstatus, OCIDescribeAny, in php_oci_collection_create()
110 PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, in php_oci_collection_create()
129 PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, in php_oci_collection_create()
145 PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, in php_oci_collection_create()
161 PHP_OCI_CALL_RETURN(errstatus, OCITypeByRef, in php_oci_collection_create()
177 PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, in php_oci_collection_create()
199 PHP_OCI_CALL_RETURN(errstatus, OCIObjectNew, in php_oci_collection_create()
327 PHP_OCI_CALL_RETURN(errstatus, OCICollAppend, in php_oci_collection_append_date()
368 PHP_OCI_CALL_RETURN(errstatus, OCICollAppend, in php_oci_collection_append_number()
[all …]
H A Doci8_lob.c146PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->des… in php_oci_lob_get_length()
336 PHP_OCI_CALL_RETURN(errstatus, OCILobRead2, in php_oci_lob_read()
417 PHP_OCI_CALL_RETURN(errstatus, OCILobWrite, in php_oci_lob_write()
530 PHP_OCI_CALL_RETURN(errstatus, OCILobCopy, in php_oci_lob_copy()
561PHP_OCI_CALL_RETURN(errstatus, OCILobClose, (connection->svc, connection->err, descriptor->descrip… in php_oci_lob_close()
723 PHP_OCI_CALL_RETURN(errstatus, in php_oci_lob_import()
779PHP_OCI_CALL_RETURN(errstatus, OCILobAppend, (connection->svc, connection->err, lob_dest, lob_from… in php_oci_lob_append()
818PHP_OCI_CALL_RETURN(errstatus, OCILobTrim, (connection->svc, connection->err, lob, (ub4) new_lob_l… in php_oci_lob_truncate()
879 PHP_OCI_CALL_RETURN(errstatus, OCILobIsEqual, (connection->env, first_lob, second_lob, result)); in php_oci_lob_is_equal()
915 PHP_OCI_CALL_RETURN(errstatus, OCILobCreateTemporary, in php_oci_lob_write_tmp()
[all …]
H A Doci8.c891 PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset)); in php_oci_do_connect_ex()
904PHP_OCI_CALL_RETURN(result, OCINlsEnvironmentVariableGet, (&charsetid_nls_lang, 0, OCI_NLS_CHARSET… in php_oci_do_connect_ex()
1217 PHP_OCI_CALL_RETURN(errstatus, OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); in php_oci_connection_ping()
1266 PHP_OCI_CALL_RETURN(errstatus, OCITransRollback, (connection->svc, connection->err, (ub4) 0)); in php_oci_connection_rollback()
1287 PHP_OCI_CALL_RETURN(errstatus, OCITransCommit, (connection->svc, connection->err, (ub4) 0)); in php_oci_connection_commit()
1712 PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)invokedstatement->stmt, OCI_HTYPE_STMT, in php_oci_fetch_row()
1898PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, (session_pool->env, (dvoid **)&(spoolAuth), OCI_HTY… in php_oci_create_spool()
2097PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->serv… in php_oci_old_create_session()
2125PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->err)… in php_oci_old_create_session()
2134PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->svc)… in php_oci_old_create_session()
[all …]
H A Doci8_statement.c64 PHP_OCI_CALL_RETURN(errstatus, OCIStmtPrepare2, in php_oci_statement_create()
146PHP_OCI_CALL_RETURN(errstatus, OCIStmtGetNextResult, (statement->stmt, statement->err, &result, &r… in php_oci_get_implicit_resultset()
269PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch2, (statement->stmt, statement->err, nrows, OCI_FETCH_N… in php_oci_statement_fetch()
303 PHP_OCI_CALL_RETURN(errstatus, in php_oci_statement_fetch()
779 PHP_OCI_CALL_RETURN(errstatus, in php_oci_statement_execute()
796 PHP_OCI_CALL_RETURN(errstatus, in php_oci_statement_execute()
849 PHP_OCI_CALL_RETURN(errstatus, in php_oci_statement_execute()
1301 PHP_OCI_CALL_RETURN(errstatus, in php_oci_bind_by_name()
1328 PHP_OCI_CALL_RETURN(errstatus, OCIBindDynamic, in php_oci_bind_by_name()
1348 PHP_OCI_CALL_RETURN(errstatus, OCIBindObject, in php_oci_bind_by_name()
[all …]
H A Doci8_failover.c138PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, (connection->server, (ub4) OCI_HTYPE_SERVER, (void *) &… in php_oci_register_taf_callback()
H A Doci8_interface.c1685PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION… in PHP_FUNCTION()
1763PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION… in PHP_FUNCTION()
1791PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION… in PHP_FUNCTION()
1819PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION… in PHP_FUNCTION()
1848PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SE… in PHP_FUNCTION()
1878PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX… in PHP_FUNCTION()
H A Dphp_oci8_int.h311 #define PHP_OCI_CALL_RETURN(__retval, func, params) \ macro

Completed in 40 milliseconds