Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_collection.c61 PHP_OCI_CALL_RETURN(connection->errcode, OCITypeByName, in php_oci_collection_create()
90 PHP_OCI_CALL_RETURN(connection->errcode, OCIDescribeAny, in php_oci_collection_create()
115 PHP_OCI_CALL_RETURN(connection->errcode, OCIAttrGet, in php_oci_collection_create()
134 PHP_OCI_CALL_RETURN(connection->errcode, OCIAttrGet, in php_oci_collection_create()
150 PHP_OCI_CALL_RETURN(connection->errcode, OCIAttrGet, in php_oci_collection_create()
166 PHP_OCI_CALL_RETURN(connection->errcode, OCITypeByRef, in php_oci_collection_create()
182 PHP_OCI_CALL_RETURN(connection->errcode, OCIAttrGet, in php_oci_collection_create()
204 PHP_OCI_CALL_RETURN(connection->errcode, OCIObjectNew, in php_oci_collection_create()
319 PHP_OCI_CALL_RETURN(connection->errcode, OCICollAppend, in php_oci_collection_append_date()
363 PHP_OCI_CALL_RETURN(connection->errcode, OCICollAppend, in php_oci_collection_append_number()
[all …]
H A Doci8_lob.c340 PHP_OCI_CALL_RETURN(connection->errcode, OCILobRead2, in php_oci_lob_read()
373 PHP_OCI_CALL_RETURN(connection->errcode, OCILobRead, in php_oci_lob_read()
450 PHP_OCI_CALL_RETURN(connection->errcode, OCILobWrite, in php_oci_lob_write()
556 PHP_OCI_CALL_RETURN(connection->errcode, OCILobCopy, in php_oci_lob_copy()
657PHP_OCI_CALL_RETURN(connection->errcode, OCILobFlushBuffer, (connection->svc, connection->err, lob… in php_oci_lob_flush()
742 PHP_OCI_CALL_RETURN(connection->errcode,
794PHP_OCI_CALL_RETURN(connection->errcode, OCILobAppend, (connection->svc, connection->err, lob_dest…
830PHP_OCI_CALL_RETURN(connection->errcode, OCILobTrim, (connection->svc, connection->err, lob, new_l…
884PHP_OCI_CALL_RETURN(connection->errcode, OCILobIsEqual, (connection->env, first_lob, second_lob, r…
917 PHP_OCI_CALL_RETURN(connection->errcode, OCILobCreateTemporary,
[all …]
H A Doci8_statement.c60 PHP_OCI_CALL_RETURN(connection->errcode, OCIStmtPrepare2, in php_oci_statement_create()
185PHP_OCI_CALL_RETURN(statement->errcode, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI… in php_oci_statement_fetch()
220 PHP_OCI_CALL_RETURN(statement->errcode, in php_oci_statement_fetch()
262PHP_OCI_CALL_RETURN(statement->errcode, OCIStmtFetch, (statement->stmt, statement->err, nrows, OC… in php_oci_statement_fetch()
682 PHP_OCI_CALL_RETURN(statement->errcode, in php_oci_statement_execute()
700 PHP_OCI_CALL_RETURN(statement->errcode, in php_oci_statement_execute()
732 PHP_OCI_CALL_RETURN(statement->errcode, in php_oci_statement_execute()
1120 PHP_OCI_CALL_RETURN(statement->errcode, in php_oci_bind_by_name()
1147 PHP_OCI_CALL_RETURN(statement->errcode, OCIBindDynamic, in php_oci_bind_by_name()
1167 PHP_OCI_CALL_RETURN(statement->errcode, OCIBindObject, in php_oci_bind_by_name()
[all …]
H A Doci8.c1860 PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset)); in php_oci_do_connect_ex()
1873PHP_OCI_CALL_RETURN(result, OCINlsEnvironmentVariableGet, (&charsetid_nls_lang, 0, OCI_NLS_CHARSET… in php_oci_do_connect_ex()
2188 PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); in php_oci_connection_ping()
2241PHP_OCI_CALL_RETURN(connection->errcode, OCITransRollback, (connection->svc, connection->err, (ub4… in php_oci_connection_rollback()
2258PHP_OCI_CALL_RETURN(connection->errcode, OCITransCommit, (connection->svc, connection->err, (ub4) … in php_oci_connection_commit()
2766PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (session_pool->env, (dvoid **)&(spoolAuth), OC… in php_oci_create_spool()
2957PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->serv… in php_oci_old_create_session()
2974PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->sess… in php_oci_old_create_session()
2982PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->err)… in php_oci_old_create_session()
2990PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->svc)… in php_oci_old_create_session()
[all …]
H A Doci8_interface.c1769PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SE…
1827PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SE…
1858PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SE…
1889PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SE…
H A Dphp_oci8_int.h266 #define PHP_OCI_CALL_RETURN(__retval, func, params) \ macro

Completed in 31 milliseconds