Home
last modified time | relevance | path

Searched refs:filehandle (Results 151 – 175 of 2851) sorted by path

12345678910>>...115

/dports/converters/p5-JSON-XS/JSON-XS-4.03/
H A DREADME1180 using a filehandle that transparently encodes to UTF-8 you certainly
/dports/converters/p5-JSON/JSON-2.97001/
H A DREADME1067 printing to a terminal using a filehandle that transparently
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/
H A DStdHeader.cpp127 int64_t lucene_filelength(int filehandle) in lucene_filelength() argument
130 if (fileHandleStat(filehandle, &info) == -1) in lucene_filelength()
/dports/databases/R-cran-RPostgreSQL/RPostgreSQL/src/
H A DRS-pgsql-copy.c43 FILE* filehandle; in RS_PostgreSQL_CopyIn() local
51 filehandle=fopen(dyn_filename, "r"); in RS_PostgreSQL_CopyIn()
52 if(filehandle == NULL){ in RS_PostgreSQL_CopyIn()
59 while((len = fread(copybuf,1,COPY_IN_BUFSIZE, filehandle))){ in RS_PostgreSQL_CopyIn()
65 fclose(filehandle); in RS_PostgreSQL_CopyIn()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/containerd/continuity/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go884 func CreateIoCompletionPort(filehandle Handle, cphandle Handle, key uint32, threadcnt uint32) (hand…
885 …r0, _, e1 := syscall.Syscall6(procCreateIoCompletionPort.Addr(), 4, uintptr(filehandle), uintptr(c…
1099 func GetFileType(filehandle Handle) (n uint32, err error) {
1100 r0, _, e1 := syscall.Syscall(procGetFileType.Addr(), 1, uintptr(filehandle), 0, 0)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go897 func CreateIoCompletionPort(filehandle Handle, cphandle Handle, key uint32, threadcnt uint32) (hand…
898 …r0, _, e1 := syscall.Syscall6(procCreateIoCompletionPort.Addr(), 4, uintptr(filehandle), uintptr(c…
1112 func GetFileType(filehandle Handle) (n uint32, err error) {
1113 r0, _, e1 := syscall.Syscall(procGetFileType.Addr(), 1, uintptr(filehandle), 0, 0)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go864 func CreateIoCompletionPort(filehandle Handle, cphandle Handle, key uint32, threadcnt uint32) (hand…
865 …r0, _, e1 := syscall.Syscall6(procCreateIoCompletionPort.Addr(), 4, uintptr(filehandle), uintptr(c…
1079 func GetFileType(filehandle Handle) (n uint32, err error) {
1080 r0, _, e1 := syscall.Syscall(procGetFileType.Addr(), 1, uintptr(filehandle), 0, 0)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go932 func CreateIoCompletionPort(filehandle Handle, cphandle Handle, key uint32, threadcnt uint32) (hand…
933 …r0, _, e1 := syscall.Syscall6(procCreateIoCompletionPort.Addr(), 4, uintptr(filehandle), uintptr(c…
1166 func GetFileType(filehandle Handle) (n uint32, err error) {
1167 r0, _, e1 := syscall.Syscall(procGetFileType.Addr(), 1, uintptr(filehandle), 0, 0)
/dports/databases/db18/db-18.1.40/dist/validate/
H A Ds_chk_spell.dict1904 filehandle
/dports/databases/db18/db-18.1.40/lang/perl/BerkeleyDB/
H A DBerkeleyDB.pod322 Expects a filename or filehandle. Any errors generated internally by
H A DBerkeleyDB.pod.P322 Expects a filename or filehandle. Any errors generated internally by
H A DChanges254 * -Errfile will now accept a filehandle as well as a filename
/dports/databases/db5/db-5.3.28/dist/validate/
H A Ds_chk_spell.dict1905 filehandle
/dports/databases/db5/db-5.3.28/lang/perl/BerkeleyDB/
H A DChanges194 * -Errfile will now accept a filehandle as well as a filename
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/
H A Dfmgr.h665 extern const Pg_finfo_record *fetch_finfo_record(void *filehandle, const char *funcname);
666 extern void clear_external_function_hash(void *filehandle);
682 bool signalNotFound, void **filehandle);
683 extern PGFunction lookup_external_function(void *filehandle, const char *funcname);
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/sys/windows/
H A Dzsyscall_windows.go1523 func CreateIoCompletionPort(filehandle Handle, cphandle Handle, key uintptr, threadcnt uint32) (han…
1524 …r0, _, e1 := syscall.Syscall6(procCreateIoCompletionPort.Addr(), 4, uintptr(filehandle), uintptr(c…
1984 func GetFileType(filehandle Handle) (n uint32, err error) {
1985 r0, _, e1 := syscall.Syscall(procGetFileType.Addr(), 1, uintptr(filehandle), 0, 0)
/dports/databases/mdbx/mdbx-0.11.2/
H A Dmdbx.c++4514 env &env::copy(filehandle fd, bool compactify, bool force_dynamic_size) { in copy()
H A Dmdbx.h++299 using filehandle = ::mdbx_filehandle_t; typedef
3103 env &copy(filehandle fd, bool compactify, bool force_dynamic_size = false);
3159 inline filehandle get_filehandle() const;
4742 inline filehandle env::get_filehandle() const {
4743 filehandle fd;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/dist/
H A Ds_string.ok742 filehandle
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dos.h126 HANDLE filehandle; /* Windows file handle */ member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/os_win/
H A Dos_fs.c171 if (win_fh->filehandle != INVALID_HANDLE_VALUE && in __win_file_close()
172 CloseHandle(win_fh->filehandle) == 0) { in __win_file_close()
223 if (LockFile(win_fh->filehandle, 0, 0, 1, 0) == FALSE) { in __win_file_lock()
279 win_fh->filehandle, addr, chunk, &nr, &overlapped)) { in __win_file_read()
312 if (GetFileSizeEx(win_fh->filehandle, &size) != 0) { in __win_file_size()
346 if (win_fh->filehandle == INVALID_HANDLE_VALUE) in __win_file_sync()
349 if (FlushFileBuffers(win_fh->filehandle) == FALSE) { in __win_file_sync()
487 win_fh->filehandle = in __win_open_file()
550 if (win_fh->filehandle == INVALID_HANDLE_VALUE) { in __win_open_file()
553 win_fh->filehandle = CreateFileW(name_wide->data, in __win_open_file()
[all …]
H A Dos_map.c42 win_fh->filehandle, NULL, PAGE_READONLY, 0, 0, NULL); in __wt_win_map()
/dports/databases/p5-BDB/BDB-1.92/
H A DREADME412 Return the *request result pipe file descriptor*. This filehandle
427 filehandle will still be ready when "poll_cb" returns.
467 phase, wait till the result filehandle becomes ready for reading
468 (simply does a "select" on the filehandle. This is useful if you
/dports/databases/p5-BerkeleyDB/BerkeleyDB-0.64/
H A DBerkeleyDB.pod322 Expects a filename or filehandle. Any errors generated internally by
H A DBerkeleyDB.pod.P322 Expects a filename or filehandle. Any errors generated internally by

12345678910>>...115