Searched refs:IBDEBUG (Results 1 – 3 of 3) sorted by relevance
40 #define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__); macro43 #ifndef IBDEBUG44 #define IBDEBUG(a) macro
557 IBDEBUG("Transaction or database link?"); in _php_ibase_get_link_trans()562 IBDEBUG("Type is le_trans"); in _php_ibase_get_link_trans()573 IBDEBUG("Type is le_[p]link or id not found"); in _php_ibase_get_link_trans()587 IBDEBUG("Checking transactions to close..."); in _php_ibase_commit_link()594 IBDEBUG("Committing default transaction..."); in _php_ibase_commit_link()603 IBDEBUG("Rolling back other transactions..."); in _php_ibase_commit_link()644 IBDEBUG("Closing normal link..."); in _php_ibase_close_link()657 IBDEBUG("Closing permanent link..."); in _php_ibase_close_plink()672 IBDEBUG("Cleaning up transaction resource..."); in _php_ibase_free_trans()674 IBDEBUG("Rolling back unhandled transaction..."); in _php_ibase_free_trans()
104 IBDEBUG("Free XSQLDA?"); in _php_ibase_free_xsqlda()106 IBDEBUG("Freeing XSQLDA..."); in _php_ibase_free_xsqlda()125 IBDEBUG("Dropping statement handle (free_stmt_handle)..."); in _php_ibase_free_stmt_handle()141 IBDEBUG("Freeing result by dtor..."); in _php_ibase_free_result()157 IBDEBUG("Freeing query..."); in _php_ibase_free_query()188 IBDEBUG("Preparing to free query by dtor..."); in php_ibase_free_query_rsrc()944 IBDEBUG("Query wants XSQLDA for output"); in _php_ibase_exec()966 IBDEBUG("Query wants XSQLDA for input"); in _php_ibase_exec()971 IBDEBUG("Could not bind input XSQLDA"); in _php_ibase_exec()984 IBDEBUG("Could not execute query"); in _php_ibase_exec()[all …]
Completed in 19 milliseconds