Home | History | Annotate | Download | only in WebServer

Lines Matching refs:DBG_EXIT_TF

88 #define DBG_EXIT_TF(Status)     DEBUG (( DEBUG_INFO, "Exiting " __FUNCTION__ ", returning %s\n", (FALSE == Status) ? L"FALSE" : L"TRUE" ))  ///<  Display routine with TRUE/FALSE value

95 #define DBG_EXIT_TF(Status)