Home
last modified time | relevance | path

Searched defs:KFile (Results 1 – 9 of 9) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/kfs/
H A Dfile.hpp40 struct KFile struct
47 { return KFileAddRef ( this ); } in AddRef() argument
50 { return KFileRelease ( this ); } in Release() argument
62 { return KFileRandomAccess ( this ); } in RandomAccess() argument
71 { return KFileType ( this ); } in FileType() argument
80 { return KFileSize ( this, size ); } in Size() argument
88 { return KFileSetSize ( this, size ); } in SetSize() argument
122 static inline rc_t MakeStdIn ( const KFile **std_in ) throw () in MakeStdIn() argument
129 static inline rc_t MakeStdOut ( KFile **std_out ) throw () in MakeStdOut() argument
131 static inline rc_t MakeStdErr ( KFile **std_err ) throw () in MakeStdErr() argument
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/kfs/
H A Dfile.hpp40 struct KFile struct
47 { return KFileAddRef ( this ); } in AddRef() argument
50 { return KFileRelease ( this ); } in Release() argument
62 { return KFileRandomAccess ( this ); } in RandomAccess() argument
71 { return KFileType ( this ); } in FileType() argument
80 { return KFileSize ( this, size ); } in Size() argument
88 { return KFileSetSize ( this, size ); } in SetSize() argument
122 static inline rc_t MakeStdIn ( const KFile **std_in ) throw () in MakeStdIn() argument
129 static inline rc_t MakeStdOut ( KFile **std_out ) throw () in MakeStdOut() argument
131 static inline rc_t MakeStdErr ( KFile **std_err ) throw () in MakeStdErr() argument
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/klib/
H A Ddefs.h92 #define KFile KFile_v1 macro
94 #define KFile KFile_v2 macro
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/klib/
H A Ddefs.h92 #define KFile KFile_v1 macro
94 #define KFile KFile_v2 macro
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kxml/
H A Dxtoc-parsexml.c46 typedef struct KFile KFile; typedef
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kxml/
H A Dxtoc-parsexml.c46 typedef struct KFile KFile; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lang/ast/
H A Dast.go46 KFile const
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/lang/ast/
H A Dast.go46 KFile const
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkio.py4398 class KFile(): class