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

  /external/curl/lib/vtls/
axtls.h 66 #define curlssl_data_pending(x,y) ((void)x, (void)y, 0) macro
darwinssl.h 70 #define curlssl_data_pending(x,y) Curl_darwinssl_data_pending(x, y) macro
gskit.h 66 #define curlssl_data_pending(x,y) 0 macro
mbedtls.h 70 #define curlssl_data_pending(x,y) Curl_mbedtls_data_pending(x, y) macro
polarssl.h 72 #define curlssl_data_pending(x,y) ((void)x, (void)y, 0) macro
cyassl.h 87 #define curlssl_data_pending(x,y) Curl_cyassl_data_pending(x,y) macro
gtls.h 86 #define curlssl_data_pending(x,y) Curl_gtls_data_pending(x,y) macro
nssg.h 97 #define curlssl_data_pending(x,y) ((void)x, (void)y, 0) macro
openssl.h 111 #define curlssl_data_pending(x,y) Curl_ossl_data_pending(x,y) macro
schannel.h 117 #define curlssl_data_pending Curl_schannel_data_pending macro

Completed in 48 milliseconds