Home
last modified time | relevance | path

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

/PHP-5.6/ext/ftp/
H A Dftp.c1622 int ch, lastch; in ftp_genlist() local
1664 lastch = 0; in ftp_genlist()
1677 lastch = *ptr; in ftp_genlist()
1690 lastch = 0; in ftp_genlist()
1698 lastch = ch; in ftp_genlist()
1762 ftp->lastch = 0; in ftp_nb_get()
1780 int lastch; in ftp_nb_continue_read() local
1793 lastch = ftp->lastch; in ftp_nb_continue_read()
1807 lastch = *ptr; in ftp_nb_continue_read()
1813 ftp->lastch = lastch; in ftp_nb_continue_read()
[all …]
H A Dftp.h80 int lastch; /* last char of previous call */ member

Completed in 13 milliseconds