Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/
H A Dftp.c2008 int ch, lastch; in ftp_genlist() local
2050 lastch = 0; in ftp_genlist()
2063 lastch = *ptr; in ftp_genlist()
2076 lastch = 0; in ftp_genlist()
2084 lastch = ch; in ftp_genlist()
2152 ftp->lastch = 0; in ftp_nb_get()
2170 int lastch; in ftp_nb_continue_read() local
2183 lastch = ftp->lastch; in ftp_nb_continue_read()
2197 lastch = *ptr; in ftp_nb_continue_read()
2203 ftp->lastch = lastch; in ftp_nb_continue_read()
[all …]
H A Dftp.h78 int lastch; /* last char of previous call */ member

Completed in 15 milliseconds