HomeSort by relevance Sort by last modified time
    Searched refs:WHILE_FALSE (Results 1 - 20 of 20) sorted by null

  /external/curl/lib/
curl_multibyte.h 65 do {if((ptr)) {free((ptr)); (ptr) = NULL;}} WHILE_FALSE
79 do {(ptr) = NULL;} WHILE_FALSE
curl_setup_once.h 352 * Macro WHILE_FALSE may be used to build single-iteration do-while loops,
356 #define WHILE_FALSE while(0)
359 # undef WHILE_FALSE
361 # define WHILE_FALSE while(1, 0)
363 # define WHILE_FALSE \
409 #define DEBUGF(x) do { } WHILE_FALSE
420 #define DEBUGASSERT(x) do { } WHILE_FALSE
select.h 111 } WHILE_FALSE
memdebug.h 171 do { free((ptr)); (ptr) = NULL;} WHILE_FALSE
curl_setup.h 651 # define Curl_nop_stmt do { } WHILE_FALSE
ldap.c 124 } WHILE_FALSE
sendf.c 204 #define pre_receive_plain(c,n) do {} WHILE_FALSE
telnet.c 76 } WHILE_FALSE
81 } WHILE_FALSE
    [all...]
mprintf.c 114 } WHILE_FALSE
transfer.c     [all...]
url.c     [all...]
  /external/curl/tests/libtest/
test.h 132 } WHILE_FALSE
141 } WHILE_FALSE
153 } WHILE_FALSE
162 } WHILE_FALSE
177 } WHILE_FALSE
186 } WHILE_FALSE
201 } WHILE_FALSE
210 } WHILE_FALSE
225 } WHILE_FALSE
234 } WHILE_FALSE
    [all...]
  /external/curl/tests/unit/
curlcheck.h 54 } WHILE_FALSE
79 } WHILE_FALSE
  /external/curl/src/
tool_easysrc.c 126 #define CHKRET(v) do {CURLcode ret = (v); if(ret) return ret;} WHILE_FALSE
tool_setopt.h 34 } WHILE_FALSE
tool_setopt.c 181 } WHILE_FALSE
186 } WHILE_FALSE
tool_metalink.c 118 } WHILE_FALSE
tool_getparam.c 58 } WHILE_FALSE
    [all...]
  /external/curl/lib/vtls/
openssl.c     [all...]
nss.c 98 } WHILE_FALSE
    [all...]

Completed in 1174 milliseconds