Home
last modified time | relevance | path

Searched refs:curlcheck_cb_data_option (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/tests/libtest/
Dlib1912.c58 if(curlcheck_cb_data_option(o->id) != (o->type == CURLOT_CBPTR)) { in test()
/third_party/curl/include/curl/
Dtypecheck-gcc.h87 if(curlcheck_cb_data_option(_curl_opt)) \
355 #define curlcheck_cb_data_option(option) \ macro