Home
last modified time | relevance | path

Searched refs:lastch (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/ftp/
H A Dftp.c2004 int ch, lastch; in ftp_genlist() local
2046 lastch = 0; in ftp_genlist()
2059 lastch = *ptr; in ftp_genlist()
2072 lastch = 0; in ftp_genlist()
2080 lastch = ch; in ftp_genlist()
2156 ftp->lastch = 0; in ftp_nb_get()
2173 char lastch; in ftp_nb_continue_read() local
2186 lastch = ftp->lastch; in ftp_nb_continue_read()
2200 lastch = *ptr; in ftp_nb_continue_read()
2206 ftp->lastch = lastch; in ftp_nb_continue_read()
[all …]
H A Dftp.h76 char lastch; /* last char of previous call */ member

Completed in 9 milliseconds