Home
last modified time | relevance | path

Searched refs:custom_params (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dimap.h65 char *custom_params; /* Parameters for the custom request */ member
Dimap.c657 imap->custom_params ? imap->custom_params : ""); in imap_perform_list()
1500 Curl_safefree(imap->custom_params); in imap_done()
2119 imap->custom_params = strdup(params); in imap_parse_custom_request()
2122 if(!imap->custom_params) in imap_parse_custom_request()