Lines Matching defs:custom
613 (pop3->custom && pop3->custom[0] != '\0' ?
614 pop3->custom : command), pop3->id);
617 (pop3->custom && pop3->custom[0] != '\0' ?
618 pop3->custom : command));
1173 Curl_safefree(pop3->custom);
1238 /* Parse the custom request */
1432 * Parse the custom request.
1438 const char *custom = data->set.str[STRING_CUSTOMREQUEST];
1440 /* URL decode the custom request */
1441 if(custom)
1442 result = Curl_urldecode(custom, 0, &pop3->custom, NULL, REJECT_CTRL);