Searched refs:STATUSCODE (Results 1 - 1 of 1) sorted by relevance
/external/curl/lib/ | ||
H A D | ftp.c | 595 #define STATUSCODE(line) (ISDIGIT(line[0]) && ISDIGIT(line[1]) && \ macro 599 #define LASTLINE(line) (STATUSCODE(line) && (' ' == line[3])) |
Completed in 304 milliseconds