Lines Matching refs:line
530 #define STATUSCODE(line) (ISDIGIT(line[0]) && ISDIGIT(line[1]) && \
531 ISDIGIT(line[2]))
533 /* macro to check for the last line in an FTP server response */
534 #define LASTLINE(line) (STATUSCODE(line) && (' ' == line[3]))
537 char *line, size_t len, int *code)
542 if((len > 3) && LASTLINE(line)) {
543 *code = curlx_sltosi(strtol(line, NULL, 10));
621 * line in a response or continue reading. */
772 infof(data, "FTP %p (line %d) state change from %s to %s",
2502 * that the transferred amount of data is not the same as this line
2732 /* We set private first as default, in case the line below fails to