HomeSort by relevance Sort by last modified time
    Searched defs:DEBUGASSERT (Results 1 - 2 of 2) sorted by null

  /external/c-ares/
setup_once.h 348 #define DEBUGASSERT(x) assert(x)
350 #define DEBUGASSERT(x) do { } while (0)
  /external/curl/lib/
curl_setup_once.h 418 #define DEBUGASSERT(x) assert(x)
420 #define DEBUGASSERT(x) do { } WHILE_FALSE

Completed in 72 milliseconds