Searched refs:IBDEBUG (Results 1 – 3 of 3) sorted by relevance
39 #define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__); macro42 #ifndef IBDEBUG43 #define IBDEBUG(a) macro
554 IBDEBUG("Transaction or database link?"); in _php_ibase_get_link_trans()558 IBDEBUG("Type is le_trans"); in _php_ibase_get_link_trans()568 IBDEBUG("Type is le_[p]link or id not found"); in _php_ibase_get_link_trans()582 IBDEBUG("Checking transactions to close..."); in _php_ibase_commit_link()589 IBDEBUG("Committing default transaction..."); in _php_ibase_commit_link()598 IBDEBUG("Rolling back other transactions..."); in _php_ibase_commit_link()639 IBDEBUG("Closing normal link..."); in _php_ibase_close_link()652 IBDEBUG("Closing permanent link..."); in _php_ibase_close_plink()667 IBDEBUG("Cleaning up transaction resource..."); in _php_ibase_free_trans()669 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()949 IBDEBUG("Query wants XSQLDA for output"); in _php_ibase_exec()971 IBDEBUG("Query wants XSQLDA for input"); in _php_ibase_exec()976 IBDEBUG("Could not bind input XSQLDA"); in _php_ibase_exec()989 IBDEBUG("Could not execute query"); in _php_ibase_exec()[all …]
Completed in 19 milliseconds