Home
last modified time | relevance | path

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

/PHP-7.2/ext/ftp/
H A Dftp.c1992 int ch, lastch; in ftp_genlist() local
2034 lastch = 0; in ftp_genlist()
2047 lastch = *ptr; in ftp_genlist()
2060 lastch = 0; in ftp_genlist()
2068 lastch = ch; in ftp_genlist()
2136 ftp->lastch = 0; in ftp_nb_get()
2154 int lastch; in ftp_nb_continue_read() local
2167 lastch = ftp->lastch; in ftp_nb_continue_read()
2181 lastch = *ptr; in ftp_nb_continue_read()
2187 ftp->lastch = lastch; in ftp_nb_continue_read()
[all …]
H A Dftp.h80 int lastch; /* last char of previous call */ member

Completed in 11 milliseconds