Home
last modified time | relevance | path

Searched refs:closestream (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/ftp/
H A Dftp.h80 int closestream;/* close or not close stream */ member
H A Dphp_ftp.c815 ftp->closestream = 0; /* do not close */ in PHP_FUNCTION()
962 ftp->closestream = 1; /* do close */ in PHP_FUNCTION()
1006 if (ret != PHP_FTP_MOREDATA && ftp->closestream) { in PHP_FUNCTION()
1106 ftp->closestream = 0; /* do not close */ in PHP_FUNCTION()
1214 ftp->closestream = 1; /* do close */ in PHP_FUNCTION()
H A Dftp.c181 if (ftp->stream && ftp->closestream) { in ftp_close()

Completed in 25 milliseconds