Home
last modified time | relevance | path

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

/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.net_http_client.inc.php102 if( $this->debug & DBGTRACE ) echo "setDebug( $level )\n";
159 if( $this->debug & DBGTRACE ) echo "setHeaders( $headers ) \n";
212 if( $this->debug & DBGTRACE ) echo "removeCookies() \n";
240 if( $this->debug & DBGTRACE ) echo "Disconnect()\n";
254 if( $this->debug & DBGTRACE ) echo "Head( $uri )\n";
272 if( $this->debug & DBGTRACE ) echo "Get( $url )\n";
289 if( $this->debug & DBGTRACE ) echo "Options( $url )\n";
427 if( $this->debug & DBGTRACE ) echo "Mkcol( $uri )\n";
445 if( $this->debug & DBGTRACE ) echo "Delete( $uri )\n";
529 if( $this->debug & DBGTRACE ) echo "getHeaders()\n";
[all …]
H A Dclass.vfs_dav.inc.php143 $this->dav_client->set_debug(DBGTRACE|DBGINDATA|DBGOUTDATA|DBGSOCK|DBGLOW);
/dports/emulators/hercules/hercules-3.13/
H A Dhercwind.h200 #define DBGTRACE DebugTrace macro
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp181 #define DBGTRACE(str) DBGXTRACE(DBGBIT(12, 0x20), 1, str) macro
2712 DBGTRACE("#instruction llvm.dbg.value canceled") in write_instructions()
6171 DBGTRACE("#conversion of same size, should be a conversion signed/unsigned") in convert_int_size()
9954 DBGTRACE("#set_csed_operand using tmps created for operand") in set_csed_operand()
9957 DBGTRACE("#tmps are different") in set_csed_operand()
9962 DBGTRACE("#set_csed_operand replace csed operand") in set_csed_operand()
12046 DBGTRACE("#both are pointers, checking if they are pointing to same type") in gen_base_addr_operand()
12071 DBGTRACE("#no strict match between pointers") in gen_base_addr_operand()
12077 DBGTRACE("#strict match between pointers," in gen_base_addr_operand()
H A Dllutil.cpp83 #define DBGTRACE(str) DBGXTRACE(DBGBIT(12, 0x20), 1, str) macro