Home
last modified time | relevance | path

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

/PHP-7.0/ext/ftp/
H A Dftp.c1795 int ch, lastch; in ftp_genlist() local
1837 lastch = 0; in ftp_genlist()
1850 lastch = *ptr; in ftp_genlist()
1863 lastch = 0; in ftp_genlist()
1871 lastch = ch; in ftp_genlist()
1935 ftp->lastch = 0; in ftp_nb_get()
1953 int lastch; in ftp_nb_continue_read() local
1966 lastch = ftp->lastch; in ftp_nb_continue_read()
1980 lastch = *ptr; in ftp_nb_continue_read()
1986 ftp->lastch = lastch; in ftp_nb_continue_read()
[all …]
H A Dftp.h80 int lastch; /* last char of previous call */ member

Completed in 15 milliseconds