Lines Matching refs:errcode

52 	connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */  in php_oci_statement_create()
84 connection->errcode = php_oci_error(connection->err, errstatus); in php_oci_statement_create()
88 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_statement_create()
165 statement2->errcode = 0; in php_oci_get_implicit_resultset()
206 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_set_prefetch()
207 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_set_prefetch()
212 statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_statement_set_prefetch()
263 statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_statement_fetch()
380 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_fetch()
381 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_fetch()
525 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
526 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
529 statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_statement_execute()
553 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
554 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
576 statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_statement_execute()
592 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
593 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
608 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
609 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
618 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
619 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
628 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
629 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
638 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
639 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
648 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
649 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
661 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
662 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
671 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
672 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
681 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
682 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
816 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
817 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
828 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
829 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
835 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
836 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
860 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
861 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_execute()
867 statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_statement_execute()
888 …PHP_OCI_CALL(OCIStmtRelease, (statement->stmt, statement->err, NULL, 0, statement->errcode ? OCI_S… in php_oci_statement_free()
1064 connection->errcode = php_oci_error(connection->err, errstatus); in php_oci_bind_post_exec()
1065 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_post_exec()
1068 connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_bind_post_exec()
1075 connection->errcode = php_oci_error(connection->err, errstatus); in php_oci_bind_post_exec()
1076 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_post_exec()
1079 connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_bind_post_exec()
1322 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_bind_by_name()
1323 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_bind_by_name()
1340 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_bind_by_name()
1341 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_bind_by_name()
1361 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_bind_by_name()
1362 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_bind_by_name()
1367 statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_bind_by_name()
1574 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_get_type()
1575 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_get_type()
1578 statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_statement_get_type()
1597 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_get_numrows()
1598 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_get_numrows()
1601 statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_statement_get_numrows()
1711 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_bind_array_by_name()
1712 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_bind_array_by_name()
1725 statement->errcode = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_bind_array_by_name()
1947 connection->errcode = php_oci_error(connection->err, errstatus); in php_oci_bind_array_helper_date()
1948 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_array_helper_date()
1962 connection->errcode = php_oci_error(connection->err, errstatus); in php_oci_bind_array_helper_date()
1963 PHP_OCI_HANDLE_ERROR(connection, connection->errcode); in php_oci_bind_array_helper_date()
1969 connection->errcode = 0; /* retain backwards compat with OCI8 1.4 */ in php_oci_bind_array_helper_date()