• Home
  • Raw
  • Download

Lines Matching refs:custom

285         if((!imap->custom && !imap_matchresp(line, len, "LIST")) ||  in imap_endofresp()
286 (imap->custom && !imap_matchresp(line, len, imap->custom) && in imap_endofresp()
287 (!strcasecompare(imap->custom, "STORE") || in imap_endofresp()
289 !strcasecompare(imap->custom, "SELECT") && in imap_endofresp()
290 !strcasecompare(imap->custom, "EXAMINE") && in imap_endofresp()
291 !strcasecompare(imap->custom, "SEARCH") && in imap_endofresp()
292 !strcasecompare(imap->custom, "EXPUNGE") && in imap_endofresp()
293 !strcasecompare(imap->custom, "LSUB") && in imap_endofresp()
294 !strcasecompare(imap->custom, "UID") && in imap_endofresp()
295 !strcasecompare(imap->custom, "GETQUOTAROOT") && in imap_endofresp()
296 !strcasecompare(imap->custom, "NOOP"))) in imap_endofresp()
328 if(imap && !imap->custom && ((len == 3 && line[0] == '+') || in imap_endofresp()
649 if(imap->custom) in imap_perform_list()
651 result = imap_sendf(data, "%s%s", imap->custom, in imap_perform_list()
1123 if(imap->custom) in imap_state_select_resp()
1522 else if(!data->set.connect_only && !imap->custom && in imap_done()
1549 Curl_safefree(imap->custom); in imap_done()
1596 else if(imap->custom && (selected || !imap->mailbox)) in imap_perform()
1599 else if(!imap->custom && selected && (imap->uid || imap->mindex)) in imap_perform()
1602 else if(!imap->custom && selected && imap->query) in imap_perform()
1606 (imap->custom || imap->uid || imap->mindex || imap->query)) in imap_perform()
2090 const char *custom = data->set.str[STRING_CUSTOMREQUEST]; in imap_parse_custom_request() local
2092 if(custom) { in imap_parse_custom_request()
2094 result = Curl_urldecode(custom, 0, &imap->custom, NULL, REJECT_CTRL); in imap_parse_custom_request()
2098 const char *params = imap->custom; in imap_parse_custom_request()
2105 imap->custom[params - imap->custom] = '\0'; in imap_parse_custom_request()