Searched defs:B (Results 1 – 2 of 2) sorted by relevance
/curl/tests/libtest/ |
H A D | test.h | 187 #define res_easy_setopt(A, B, C) \ argument 196 #define easy_setopt(A, B, C) \ argument 211 #define res_multi_setopt(A,B,C) \ argument 220 #define multi_setopt(A,B,C) \ argument 244 #define multi_add_handle(A, B) \ argument 269 #define multi_remove_handle(A, B) \ argument 290 #define res_multi_perform(A, B) \ argument 299 #define multi_perform(A,B) \ argument 350 #define res_multi_timeout(A, B) \ argument 359 #define multi_timeout(A, B) \ argument [all …]
|
/curl/lib/ |
H A D | curl_setup.h | 328 #define CURL_CONC_MACROS_(A,B) A ## B argument 329 #define CURL_CONC_MACROS(A,B) CURL_CONC_MACROS_(A,B) argument
|
Completed in 10 milliseconds