Searched refs:custom_params (Results 1 – 2 of 2) sorted by relevance
66 char *custom_params; /* Parameters for the custom request */ member
616 imap->custom_params ? imap->custom_params : ""); in imap_perform_list()1513 Curl_safefree(imap->custom_params); in imap_done()2104 imap->custom_params = strdup(params); in imap_parse_custom_request()2107 if(!imap->custom_params) in imap_parse_custom_request()