Home
last modified time | relevance | path

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

/dports/databases/p5-DBD-Pg/DBD-Pg-3.15.0/
H A DPg.h70 #define TLEVEL_slow (DBIS->debug & DBIc_TRACE_LEVEL_MASK) macro
87 #define TRACE1_slow (TLEVEL_slow >= 1) /* Avoid using directly: DBI only */
88 #define TRACE2_slow (TLEVEL_slow >= 2) /* Avoid using directly: DBI only */
89 #define TRACE3_slow (TLEVEL_slow >= 3) /* Basic debugging */
90 #define TRACE4_slow (TLEVEL_slow >= 4) /* More detailed debugging */
91 #define TRACE5_slow (TLEVEL_slow >= 5) /* Very detailed debugging */
92 #define TRACE6_slow (TLEVEL_slow >= 6)
93 #define TRACE7_slow (TLEVEL_slow >= 7)
94 #define TRACE8_slow (TLEVEL_slow >= 8)