Searched defs:WHILE_FALSE (Results 1 - 1 of 1) sorted by relevance

/external/curl/lib/
H A Dcurl_setup_once.h352 * Macro WHILE_FALSE may be used to build single-iteration do-while loops,
356 #define WHILE_FALSE while(0) macro
359 # undef WHILE_FALSE macro
361 # define WHILE_FALSE while(1, 0) macro
363 # define WHILE_FALSE \ macro
409 #define DEBUGF(x) do { } WHILE_FALSE
420 #define DEBUGASSERT(x) do { } WHILE_FALSE

Completed in 222 milliseconds