Searched defs:Curl_handler (Results 1 – 2 of 2) sorted by relevance
948 ## Curl_handler section in Structs in libcurl
628 struct Curl_handler { struct629 const char *scheme; /* URL scheme name. */632 CURLcode (*setup_connection)(struct connectdata *);635 CURLcode (*do_it)(struct connectdata *, bool *done);636 Curl_done_func done;642 Curl_do_more_func do_more;650 CURLcode (*connect_it)(struct connectdata *, bool *done);653 CURLcode (*connecting)(struct connectdata *, bool *done);654 CURLcode (*doing)(struct connectdata *, bool *done);658 int (*proto_getsock)(struct connectdata *conn,[all …]