Home
last modified time | relevance | path

Searched refs:IBDEBUG (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/interbase/
H A Dphp_ibase_includes.h39 #define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__); macro
42 #ifndef IBDEBUG
43 #define IBDEBUG(a) macro
H A Dinterbase.c554 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()
H A Dibase_query.c104 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 20 milliseconds