Home
last modified time | relevance | path

Searched refs:FD_DELETE_AT_CLOSE (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/file/
H A Dfd.c182 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1555 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1805 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1817 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2994 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/file/
H A Dfd.c182 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1555 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1805 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1817 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2994 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/file/
H A Dfd.c182 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1555 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1805 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1817 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2994 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/storage/file/
H A Dfd.c182 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1555 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1805 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1817 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2994 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/storage/file/
H A Dfd.c182 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1555 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1805 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1817 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2994 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/storage/file/
H A Dfd.c182 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1555 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1805 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1817 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2994 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/storage/file/
H A Dfd.c173 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1506 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1756 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1768 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2842 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/storage/file/
H A Dfd.c182 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */
1555 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT;
1805 if (vfdP->fdstate & FD_DELETE_AT_CLOSE)
1817 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE;
2994 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) &&
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/storage/file/
H A Dfd.c188 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1667 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1916 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1928 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
3004 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/storage/file/
H A Dfd.c188 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1667 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1916 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1928 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
3004 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/storage/file/
H A Dfd.c188 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1667 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1916 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1928 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
3004 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/storage/file/
H A Dfd.c188 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1667 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1916 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1928 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
3004 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/storage/file/
H A Dfd.c188 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1667 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1916 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1928 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
3004 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/storage/file/
H A Dfd.c188 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1667 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1916 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1928 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
3004 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/storage/file/
H A Dfd.c181 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */
1631 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT;
1881 if (vfdP->fdstate & FD_DELETE_AT_CLOSE)
1893 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE;
2965 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) &&
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/storage/file/
H A Dfd.c188 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1667 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1916 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1928 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
3004 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/storage/file/
H A Dfd.c181 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1631 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1881 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1893 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2965 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/storage/file/
H A Dfd.c173 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1506 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1756 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1768 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2842 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/storage/file/
H A Dfd.c173 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1506 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1756 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1768 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2842 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/storage/file/
H A Dfd.c173 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1506 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1756 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1768 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2842 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/storage/file/
H A Dfd.c181 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1631 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1881 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1893 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2965 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/storage/file/
H A Dfd.c181 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1631 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1881 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1893 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2965 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/storage/file/
H A Dfd.c173 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1506 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1756 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1768 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2842 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/storage/file/
H A Dfd.c173 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1506 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1756 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1768 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2842 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/storage/file/
H A Dfd.c173 #define FD_DELETE_AT_CLOSE (1 << 0) /* T = delete when closed */ macro
1506 VfdCache[file].fdstate |= FD_DELETE_AT_CLOSE | FD_TEMP_FILE_LIMIT; in OpenTemporaryFile()
1756 if (vfdP->fdstate & FD_DELETE_AT_CLOSE) in FileClose()
1768 vfdP->fdstate &= ~FD_DELETE_AT_CLOSE; in FileClose()
2842 if (((fdstate & FD_DELETE_AT_CLOSE) || (fdstate & FD_CLOSE_AT_EOXACT)) && in CleanupTempFiles()

12