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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dimap.h71 char *custom_params; /* Parameters for the custom request */ member in struct:IMAP
H A Dimap.c661 imap->custom_params ? imap->custom_params : "");
1913 Curl_safefree(imap->custom_params);
2518 imap->custom_params = strdup(params);
2521 if(!imap->custom_params)

Completed in 25 milliseconds