Home
last modified time | relevance | path

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

/PHP-7.2/ext/ftp/
H A Dftp.h82 int closestream;/* close or not close stream */ member
H A Dphp_ftp.c912 ftp->closestream = 0; /* do not close */ in PHP_FUNCTION()
1066 ftp->closestream = 1; /* do close */ in PHP_FUNCTION()
1112 if (ret != PHP_FTP_MOREDATA && ftp->closestream) { in PHP_FUNCTION()
1217 ftp->closestream = 0; /* do not close */ in PHP_FUNCTION()
1364 ftp->closestream = 1; /* do close */ in PHP_FUNCTION()
H A Dftp.c176 if (ftp->stream && ftp->closestream) { in ftp_close()

Completed in 15 milliseconds