Lines Matching refs:custom
325 if((!imap->custom && !imap_matchresp(line, len, "LIST")) || in imap_endofresp()
326 (imap->custom && !imap_matchresp(line, len, imap->custom) && in imap_endofresp()
327 (strcmp(imap->custom, "STORE") || in imap_endofresp()
329 strcmp(imap->custom, "SELECT") && in imap_endofresp()
330 strcmp(imap->custom, "EXAMINE") && in imap_endofresp()
331 strcmp(imap->custom, "SEARCH") && in imap_endofresp()
332 strcmp(imap->custom, "EXPUNGE") && in imap_endofresp()
333 strcmp(imap->custom, "LSUB") && in imap_endofresp()
334 strcmp(imap->custom, "UID") && in imap_endofresp()
335 strcmp(imap->custom, "NOOP"))) in imap_endofresp()
367 if(imap && !imap->custom && ((len == 3 && !memcmp("+", line, 1)) || in imap_endofresp()
655 if(imap->custom) in imap_perform_list()
657 result = imap_sendf(conn, "%s%s", imap->custom, in imap_perform_list()
1080 if(imap->custom) in imap_state_select_resp()
1471 else if(!data->set.connect_only && !imap->custom && in imap_done()
1500 Curl_safefree(imap->custom); in imap_done()
1547 else if(imap->custom && (selected || !imap->mailbox)) in imap_perform()
1550 else if(!imap->custom && selected && imap->uid) in imap_perform()
1553 else if(!imap->custom && selected && imap->query) in imap_perform()
1557 (imap->custom || imap->uid || imap->query)) in imap_perform()
2106 const char *custom = data->set.str[STRING_CUSTOMREQUEST]; in imap_parse_custom_request() local
2108 if(custom) { in imap_parse_custom_request()
2110 result = Curl_urldecode(data, custom, 0, &imap->custom, NULL, TRUE); in imap_parse_custom_request()
2114 const char *params = imap->custom; in imap_parse_custom_request()
2121 imap->custom[params - imap->custom] = '\0'; in imap_parse_custom_request()