Searched refs:imap_matchresp (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | imap.c | 208 static bool imap_matchresp(const char *line, size_t len, const char *cmd) in imap_matchresp() function 274 if(!imap_matchresp(line, len, "CAPABILITY")) in imap_endofresp() 279 if((!imap->custom && !imap_matchresp(line, len, "LIST")) || in imap_endofresp() 280 (imap->custom && !imap_matchresp(line, len, imap->custom) && in imap_endofresp() 282 !imap_matchresp(line, len, "FETCH")) && in imap_endofresp() 299 if(!imap_matchresp(line, len, "FETCH")) in imap_endofresp() 304 if(!imap_matchresp(line, len, "SEARCH")) in imap_endofresp()
|