Lines Matching defs:source
29 SSL-functions in libcurl should call functions in this source file, and not
34 Note that this source code uses the functions of the configured SSL
85 if(source->var) { \
86 dest->var = strdup(source->var); \
96 if(blobdup(&dest->var, source->var)) \
223 static bool clone_ssl_primary_config(struct ssl_primary_config *source,
226 dest->version = source->version;
227 dest->version_max = source->version_max;
228 dest->verifypeer = source->verifypeer;
229 dest->verifyhost = source->verifyhost;
230 dest->verifystatus = source->verifystatus;
231 dest->sessionid = source->sessionid;
232 dest->ssl_options = source->ssl_options;