Home
last modified time | relevance | path

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

/PHP-5.5/ext/ftp/
H A Dftp.c1612 int ch, lastch; in ftp_genlist() local
1654 lastch = 0; in ftp_genlist()
1667 lastch = *ptr; in ftp_genlist()
1680 lastch = 0; in ftp_genlist()
1688 lastch = ch; in ftp_genlist()
1752 ftp->lastch = 0; in ftp_nb_get()
1770 int lastch; in ftp_nb_continue_read() local
1783 lastch = ftp->lastch; in ftp_nb_continue_read()
1797 lastch = *ptr; in ftp_nb_continue_read()
1803 ftp->lastch = lastch; in ftp_nb_continue_read()
[all …]
H A Dftp.h78 int lastch; /* last char of previous call */ member

Completed in 10 milliseconds