Home
last modified time | relevance | path

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

/PHP-8.0/ext/ftp/
H A Dftp.c1961 int ch, lastch; in ftp_genlist() local
2003 lastch = 0; in ftp_genlist()
2016 lastch = *ptr; in ftp_genlist()
2029 lastch = 0; in ftp_genlist()
2037 lastch = ch; in ftp_genlist()
2104 ftp->lastch = 0; in ftp_nb_get()
2121 int lastch; in ftp_nb_continue_read() local
2134 lastch = ftp->lastch; in ftp_nb_continue_read()
2148 lastch = *ptr; in ftp_nb_continue_read()
2154 ftp->lastch = lastch; in ftp_nb_continue_read()
[all …]
H A Dftp.h76 int lastch; /* last char of previous call */ member

Completed in 9 milliseconds