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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dimap.c228 * imap_matchresp()
236 static bool imap_matchresp(const char *line, size_t len, const char *cmd) function
306 if(!imap_matchresp(line, len, "CAPABILITY"))
311 if((!imap->custom && !imap_matchresp(line, len, "LIST")) ||
312 (imap->custom && !imap_matchresp(line, len, imap->custom) &&
314 !imap_matchresp(line, len, "FETCH")) &&
331 if(!imap_matchresp(line, len, "FETCH"))

Completed in 60 milliseconds