Searched refs:custom_params (Results 1 – 2 of 2) sorted by relevance
65 char *custom_params; /* Parameters for the custom request */ member
654 imap->custom_params ? imap->custom_params : ""); in imap_perform_list()1526 Curl_safefree(imap->custom_params); in imap_done()2130 imap->custom_params = strdup(params); in imap_parse_custom_request()2133 if(!imap->custom_params) in imap_parse_custom_request()