Lines Matching defs:end
217 const char *end = line + len;
224 if(line < end && ISDIGIT(*line)) {
228 while(line < end && ISDIGIT(*line));
231 if(line == end || *line != ' ')
238 the end of line? */
239 if(line + cmd_len <= end && strncasecompare(line, cmd, cmd_len) &&
240 (line[cmd_len] == ' ' || line + cmd_len + 2 == end))
367 /* Find the end of the message */
512 /* Check we have a username and password to authenticate with and end the
613 with and end the connect phase if we don't */
1967 const char *end = ptr;
1968 if(end > begin && end[-1] == '/')
1969 end--;
1971 result = Curl_urldecode(begin, end - begin, &imap->mailbox, NULL,
2072 /* Any extra stuff at the end of the URL is an error */