Home
last modified time | relevance | path

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

/PHP-7.3/ext/ftp/
H A Dftp.c1993 int ch, lastch; in ftp_genlist() local
2035 lastch = 0; in ftp_genlist()
2048 lastch = *ptr; in ftp_genlist()
2061 lastch = 0; in ftp_genlist()
2069 lastch = ch; in ftp_genlist()
2137 ftp->lastch = 0; in ftp_nb_get()
2155 int lastch; in ftp_nb_continue_read() local
2168 lastch = ftp->lastch; in ftp_nb_continue_read()
2182 lastch = *ptr; in ftp_nb_continue_read()
2188 ftp->lastch = lastch; in ftp_nb_continue_read()
[all …]
H A Dftp.h78 int lastch; /* last char of previous call */ member

Completed in 14 milliseconds