Home
last modified time | relevance | path

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

/PHP-5.3/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()
1004 if (ret != PHP_FTP_MOREDATA && ftp->closestream) { in PHP_FUNCTION()
1103 ftp->closestream = 0; /* do not close */ in PHP_FUNCTION()
1211 ftp->closestream = 1; /* do close */ in PHP_FUNCTION()

Completed in 10 milliseconds