Lines Matching defs:custom
538 if((!smtp->custom) || (!smtp->custom[0])) {
570 (!strcmp(smtp->custom, "EXPN"));
572 /* Send the custom recipient based command such as the EXPN command */
574 "%s %s%s", smtp->custom,
582 smtp->custom && smtp->custom[0] != '\0' ?
583 smtp->custom : "HELP");
1406 Curl_safefree(smtp->custom);
1542 /* Parse the custom request */
1734 * Parse the custom request.
1740 const char *custom = data->set.str[STRING_CUSTOMREQUEST];
1742 /* URL decode the custom request */
1743 if(custom)
1744 result = Curl_urldecode(custom, 0, &smtp->custom, NULL, REJECT_CTRL);