Home
last modified time | relevance | path

Searched defs:vfs (Results 1 – 25 of 1461) sorted by relevance

12345678910>>...59

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sc68/file68/src/
H A Dvfs68.c32 const char * vfs68_filename(vfs68_t * vfs) in vfs68_filename()
42 int vfs68_open(vfs68_t *vfs) in vfs68_open()
50 int vfs68_close(vfs68_t *vfs) in vfs68_close()
78 int vfs68_length(vfs68_t *vfs) in vfs68_length()
86 int vfs68_tell(vfs68_t *vfs) in vfs68_tell()
94 int vfs68_flush(vfs68_t *vfs) in vfs68_flush()
117 int vfs68_seek(vfs68_t *vfs, int offset) in vfs68_seek()
122 int vfs68_seek_to(vfs68_t *vfs, int pos) in vfs68_seek_to()
129 void vfs68_destroy(vfs68_t *vfs) in vfs68_destroy()
168 int vfs68_getc(vfs68_t *vfs) in vfs68_getc()
[all …]
H A Dvfs68_null.c43 vfs68_t vfs; /**< vfs function. */ member
63 static const char * isn_name(vfs68_t * vfs) in isn_name()
73 static int isn_open(vfs68_t * vfs) in isn_open()
86 static int isn_close(vfs68_t * vfs) in isn_close()
97 static int isn_read_or_write(vfs68_t * vfs, int n) in isn_read_or_write()
114 static int isn_read(vfs68_t * vfs, void * data, int n) in isn_read()
124 static int isn_flush(vfs68_t * vfs) in isn_flush()
130 static int isn_length(vfs68_t * vfs) in isn_length()
137 static int isn_tell(vfs68_t * vfs) in isn_tell()
147 static int isn_seek(vfs68_t * vfs, int offset) in isn_seek()
[all …]
H A Dvfs68_mem.c44 vfs68_t vfs; /**< vfs function. */ member
73 static const char * ism_name(vfs68_t * vfs) in ism_name()
83 static int ism_open(vfs68_t * vfs) in ism_open()
95 static int ism_close(vfs68_t * vfs) in ism_close()
139 static int ism_read(vfs68_t * vfs, void * data, int n) in ism_read()
144 static int ism_write(vfs68_t * vfs, const void * data, int n) in ism_write()
150 static int ism_flush(vfs68_t * vfs) in ism_flush()
156 static int ism_length(vfs68_t * vfs) in ism_length()
166 static int ism_tell(vfs68_t * vfs) in ism_tell()
176 static int ism_seek(vfs68_t * vfs, int offset) in ism_seek()
[all …]
H A Dvfs68_file.c79 vfs68_t vfs; /**< vfs function. */ member
93 static const char * isf_name(vfs68_t * vfs) in isf_name()
103 static int isf_open(vfs68_t * vfs) in isf_open()
139 static int isf_close(vfs68_t * vfs) in isf_close()
151 static int isf_read(vfs68_t * vfs, void * data, int n) in isf_read()
161 static int isf_write(vfs68_t * vfs, const void * data, int n) in isf_write()
171 static int isf_flush(vfs68_t * vfs) in isf_flush()
185 static int isf_length(vfs68_t * vfs) in isf_length()
209 static int isf_tell(vfs68_t * vfs) in isf_tell()
219 static int isf_seek(vfs68_t * vfs, int offset) in isf_seek()
[all …]
H A Dvfs68_fd.c54 vfs68_t vfs; /**< vfs function. */ member
101 static const char * ifdname(vfs68_t * vfs) in ifdname()
110 static int ifdopen(vfs68_t * vfs) in ifdopen()
145 static int ifdclose(vfs68_t * vfs) in ifdclose()
159 static int ifdread(vfs68_t * vfs, void * data, int n) in ifdread()
167 static int ifdwrite(vfs68_t * vfs, const void * data, int n) in ifdwrite()
184 static int ifdflush(vfs68_t * vfs) in ifdflush()
196 static int ifdlength(vfs68_t * vfs) in ifdlength()
216 static int ifdtell(vfs68_t * vfs) in ifdtell()
226 static int ifdseek(vfs68_t * vfs, int offset) in ifdseek()
[all …]
H A Dvfs68_ao.c99 int vfs68_ao_sampling(vfs68_t * vfs) in vfs68_ao_sampling()
164 static const char * isao_name(vfs68_t * vfs) in isao_name()
214 static int isao_open(vfs68_t * vfs) in isao_open()
422 static int isao_close(vfs68_t * vfs) in isao_close()
440 static int isao_read(vfs68_t * vfs, void * data, int n) in isao_read()
445 static int isao_write(vfs68_t * vfs, const void * data, int n) in isao_write()
466 static int isao_flush(vfs68_t * vfs) in isao_flush()
475 static int isao_length(vfs68_t * vfs) in isao_length()
484 static int isao_tell(vfs68_t * vfs) in isao_tell()
489 static int isao_seek(vfs68_t * vfs, int offset) in isao_seek()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rls/rls-vfs/src/
H A Dtest.rs80 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_has_changes() localVariable
105 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_cached_files() localVariable
117 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_flush_file() localVariable
126 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_changes() localVariable
163 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_change_add_file() localVariable
173 let vfs = VfsInternal::<MockFileLoader, i32>::new(); in test_user_data() localVariable
282 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_write() localVariable
304 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_clear() localVariable
314 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_wide_utf8() localVariable
337 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_wide_utf16() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/rls-vfs/src/
H A Dtest.rs80 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_has_changes() localVariable
105 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_cached_files() localVariable
117 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_flush_file() localVariable
126 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_changes() localVariable
163 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_change_add_file() localVariable
173 let vfs = VfsInternal::<MockFileLoader, i32>::new(); in test_user_data() localVariable
282 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_write() localVariable
304 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_clear() localVariable
314 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_wide_utf8() localVariable
337 let vfs = VfsInternal::<MockFileLoader, ()>::new(); in test_wide_utf16() localVariable
/dports/net/samba412/samba-4.12.15/source3/torture/
H A Dcmd_vfs.c1391 static NTSTATUS cmd_getxattr(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, in cmd_getxattr()
1433 static NTSTATUS cmd_listxattr(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, in cmd_listxattr()
1488 static NTSTATUS cmd_setxattr(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, in cmd_setxattr()
1520 static NTSTATUS cmd_removexattr(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, in cmd_removexattr()
1550 static NTSTATUS cmd_fget_nt_acl(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, in cmd_fget_nt_acl()
1584 static NTSTATUS cmd_get_nt_acl(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, in cmd_get_nt_acl()
1618 static NTSTATUS cmd_fset_nt_acl(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, in cmd_fset_nt_acl()
1764 static NTSTATUS cmd_sys_acl_get_fd(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, in cmd_sys_acl_get_fd()
1831 static NTSTATUS cmd_sys_acl_blob_get_file(struct vfs_state *vfs, in cmd_sys_acl_blob_get_file()
1867 static NTSTATUS cmd_sys_acl_blob_get_fd(struct vfs_state *vfs, in cmd_sys_acl_blob_get_fd()
[all …]
H A Dvfstest.c122 static NTSTATUS cmd_conf(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, in cmd_conf()
140 static NTSTATUS cmd_help(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, in cmd_help()
198 static NTSTATUS cmd_debuglevel(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, int argc, const char **a… in cmd_debuglevel()
214 static NTSTATUS cmd_freemem(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, int argc, const char **argv) in cmd_freemem()
224 static NTSTATUS cmd_quit(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, int argc, const char **argv) in cmd_quit()
281 static NTSTATUS do_cmd(struct vfs_state *vfs, struct cmd_set *cmd_entry, char *cmd) in do_cmd()
345 static NTSTATUS process_cmd(struct vfs_state *vfs, char *cmd) in process_cmd()
437 struct vfs_state *vfs) in vfstest_get_smbreq()
469 struct vfs_state *vfs; in main() local
/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dvfs_helpers.cc80 tiledb_vfs_t** vfs, in vfs_test_init()
110 tiledb_vfs_t* vfs) { in vfs_test_close()
140 Status SupportedFsS3::init(tiledb_ctx_t* ctx, tiledb_vfs_t* vfs) { in init()
165 Status SupportedFsS3::close(tiledb_ctx_t* ctx, tiledb_vfs_t* vfs) { in close()
191 Status SupportedFsHDFS::init(tiledb_ctx_t* ctx, tiledb_vfs_t* vfs) { in init()
197 Status SupportedFsHDFS::close(tiledb_ctx_t* ctx, tiledb_vfs_t* vfs) { in close()
234 Status SupportedFsAzure::init(tiledb_ctx_t* ctx, tiledb_vfs_t* vfs) { in init()
270 Status SupportedFsGCS::init(tiledb_ctx_t* ctx, tiledb_vfs_t* vfs) { in init()
282 Status SupportedFsGCS::close(tiledb_ctx_t* ctx, tiledb_vfs_t* vfs) { in close()
345 Status SupportedFsMem::init(tiledb_ctx_t* ctx, tiledb_vfs_t* vfs) { in init()
[all …]
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgvfs.c62 GVfs *vfs = G_VFS (object); in G_DEFINE_TYPE_WITH_PRIVATE() local
79 resource_parse_name (GVfs *vfs, in resource_parse_name()
90 resource_get_file_for_uri (GVfs *vfs, in resource_get_file_for_uri()
111 g_vfs_init (GVfs *vfs) in g_vfs_init()
133 g_vfs_is_active (GVfs *vfs) in g_vfs_is_active()
156 g_vfs_get_file_for_path (GVfs *vfs, in g_vfs_get_file_for_path()
170 parse_name_internal (GVfs *vfs, in parse_name_internal()
196 get_file_for_uri_internal (GVfs *vfs, in get_file_for_uri_internal()
235 g_vfs_get_file_for_uri (GVfs *vfs, in g_vfs_get_file_for_uri()
322 g_vfs_parse_name (GVfs *vfs, in g_vfs_parse_name()
[all …]
H A Dglocalvfs.c62 g_local_vfs_init (GLocalVfs *vfs) in g_local_vfs_init()
80 g_local_vfs_get_file_for_path (GVfs *vfs, in g_local_vfs_get_file_for_path()
90 g_local_vfs_get_file_for_uri (GVfs *vfs, in g_local_vfs_get_file_for_uri()
122 g_local_vfs_get_supported_uri_schemes (GVfs *vfs) in g_local_vfs_get_supported_uri_schemes()
130 g_local_vfs_parse_name (GVfs *vfs, in g_local_vfs_parse_name()
205 g_local_vfs_is_active (GVfs *vfs) in g_local_vfs_is_active()
/dports/lang/micropython/micropython-1.17/extmod/
H A Dvfs.c99 mp_vfs_mount_t *vfs = mp_vfs_lookup_path(path, &p_out); in lookup_path() local
227 mp_vfs_mount_t *vfs = m_new_obj(mp_vfs_mount_t); in mp_vfs_mount() local
266 mp_vfs_mount_t *vfs = NULL; in mp_vfs_umount() local
324 mp_vfs_mount_t *vfs = lookup_path(path_in, &path_out); in mp_vfs_chdir() local
369 mp_vfs_mount_t *vfs; member
386 mp_vfs_mount_t *vfs = self->cur.vfs; in mp_vfs_ilistdir_it_iternext() local
416 mp_vfs_mount_t *vfs = lookup_path(path_in, &path_out); in mp_vfs_ilistdir() local
446 mp_vfs_mount_t *vfs = lookup_path(path_in, &path_out); in mp_vfs_mkdir() local
456 mp_vfs_mount_t *vfs = lookup_path(path_in, &path_out); in mp_vfs_remove() local
475 mp_vfs_mount_t *vfs = lookup_path(path_in, &path_out); in mp_vfs_rmdir() local
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/rust/stracciatella/tests/
H A Dtest_vfs.rs4 mod vfs { module
10 let mut vfs = Vfs::new(); in read() localVariable
23 let mut vfs = Vfs::new(); in seek() localVariable
43 let mut vfs = Vfs::new(); in order() localVariable
59 let mut vfs = Vfs::new(); in paths() localVariable
99 let mut vfs = Vfs::new(); in read_dir() localVariable
137 let mut vfs = Vfs::new(); in read_dir() localVariable
/dports/devel/glib20/glib-2.70.4/gio/win32/
H A Dgwinhttpvfs.c106 GWinHttpVfs *vfs; in g_winhttp_vfs_finalize() local
121 g_winhttp_vfs_init (GWinHttpVfs *vfs) in g_winhttp_vfs_init()
157 g_winhttp_vfs_get_file_for_path (GVfs *vfs, in g_winhttp_vfs_get_file_for_path()
164 g_winhttp_vfs_get_file_for_uri (GVfs *vfs, in g_winhttp_vfs_get_file_for_uri()
191 g_winhttp_vfs_get_supported_uri_schemes (GVfs *vfs) in g_winhttp_vfs_get_supported_uri_schemes()
222 g_winhttp_vfs_parse_name (GVfs *vfs, in g_winhttp_vfs_parse_name()
241 g_winhttp_vfs_is_active (GVfs *vfs) in g_winhttp_vfs_is_active()
349 _g_winhttp_response (GWinHttpVfs *vfs, in _g_winhttp_response()
439 _g_winhttp_query_header (GWinHttpVfs *vfs, in _g_winhttp_query_header()
/dports/games/openmw/openmw-openmw-0.47.0/components/misc/
H A Dresourcehelpers.cpp43 …urcePath(const std::string &topLevelDirectory, const std::string &resPath, const VFS::Manager* vfs) in correctResourcePath()
91 …ring Misc::ResourceHelpers::correctTexturePath(const std::string &resPath, const VFS::Manager* vfs) in correctTexturePath()
97 …:string Misc::ResourceHelpers::correctIconPath(const std::string &resPath, const VFS::Manager* vfs) in correctIconPath()
103 …ring Misc::ResourceHelpers::correctBookartPath(const std::string &resPath, const VFS::Manager* vfs) in correctBookartPath()
111 …ers::correctBookartPath(const std::string &resPath, int width, int height, const VFS::Manager* vfs) in correctBookartPath()
127 …g Misc::ResourceHelpers::correctActorModelPath(const std::string &resPath, const VFS::Manager* vfs) in correctActorModelPath()
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dvfs.c27 test_vfs_parse_name (GVfs *vfs, in test_vfs_parse_name()
43 test_vfs_lookup (GVfs *vfs, in test_vfs_lookup()
57 GVfs *vfs; in test_register_scheme() local
104 GVfs *vfs; in test_local() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Dsandboxed_vfs.cc29 SandboxedVfs& SandboxedVfsFromSqliteVfs(sqlite3_vfs& vfs) { in SandboxedVfsFromSqliteVfs()
33 int SandboxedVfsOpen(sqlite3_vfs* vfs, in SandboxedVfsOpen()
41 int SandboxedVfsDelete(sqlite3_vfs* vfs, const char* full_path, int sync_dir) { in SandboxedVfsDelete()
44 int SandboxedVfsAccess(sqlite3_vfs* vfs, in SandboxedVfsAccess()
50 int SandboxedVfsFullPathname(sqlite3_vfs* vfs, in SandboxedVfsFullPathname()
57 int SandboxedVfsRandomness(sqlite3_vfs* vfs, int result_size, char* result) { in SandboxedVfsRandomness()
60 int SandboxedVfsSleep(sqlite3_vfs* vfs, int microseconds) { in SandboxedVfsSleep()
63 int SandboxedVfsGetLastError(sqlite3_vfs* vfs, in SandboxedVfsGetLastError()
68 int SandboxedVfsCurrentTimeInt64(sqlite3_vfs* vfs, sqlite3_int64* result_ms) { in SandboxedVfsCurrentTimeInt64()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webdatabase/sqlite/
H A Dsandboxed_vfs.cc37 SandboxedVfs* SandboxedVfsFromSqliteVfs(sqlite3_vfs* vfs) { in SandboxedVfsFromSqliteVfs()
42 int SandboxedVfsOpen(sqlite3_vfs* vfs, in SandboxedVfsOpen()
50 int SandboxedVfsDelete(sqlite3_vfs* vfs, const char* full_path, int sync_dir) { in SandboxedVfsDelete()
53 int SandboxedVfsAccess(sqlite3_vfs* vfs, in SandboxedVfsAccess()
59 int SandboxedVfsFullPathname(sqlite3_vfs* vfs, in SandboxedVfsFullPathname()
66 int SandboxedVfsRandomness(sqlite3_vfs* vfs, int result_size, char* result) { in SandboxedVfsRandomness()
69 int SandboxedVfsSleep(sqlite3_vfs* vfs, int microseconds) { in SandboxedVfsSleep()
72 int SandboxedVfsGetLastError(sqlite3_vfs* vfs, in SandboxedVfsGetLastError()
77 int SandboxedVfsCurrentTimeInt64(sqlite3_vfs* vfs, sqlite3_int64* result_ms) { in SandboxedVfsCurrentTimeInt64()
/dports/devel/libdill/libdill-2.14/tests/
H A Dhandle.c31 struct hvfs vfs; member
34 static void *test_query(struct hvfs *vfs, const void *type) { in test_query()
39 static void test_close(struct hvfs *vfs) { in test_close()
/dports/databases/tiledb/TileDB-2.5.2/examples/cpp_api/
H A Dvfs.cc41 tiledb::VFS vfs(ctx); in dirs_files() local
78 tiledb::VFS vfs(ctx); in write() local
121 tiledb::VFS vfs(ctx); in read() local
/dports/databases/tiledb/TileDB-2.5.2/examples/c_api/
H A Dvfs.c45 tiledb_vfs_t* vfs; in dirs_files() local
101 tiledb_vfs_t* vfs; in write() local
141 tiledb_vfs_t* vfs; in read() local
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DTelemetryVFS.cpp537 int xDelete(sqlite3_vfs* vfs, const char* zName, int syncDir) { in xDelete()
601 void* xDlOpen(sqlite3_vfs* vfs, const char* zFilename) { in xDlOpen()
606 void xDlError(sqlite3_vfs* vfs, int nByte, char* zErrMsg) { in xDlError()
616 void xDlClose(sqlite3_vfs* vfs, void* pHandle) { in xDlClose()
621 int xRandomness(sqlite3_vfs* vfs, int nByte, char* zOut) { in xRandomness()
626 int xSleep(sqlite3_vfs* vfs, int microseconds) { in xSleep()
631 int xCurrentTime(sqlite3_vfs* vfs, double* prNow) { in xCurrentTime()
636 int xGetLastError(sqlite3_vfs* vfs, int nBuf, char* zBuf) { in xGetLastError()
641 int xCurrentTimeInt64(sqlite3_vfs* vfs, sqlite3_int64* piNow) { in xCurrentTimeInt64()
646 static int xSetSystemCall(sqlite3_vfs* vfs, const char* zName, in xSetSystemCall()
[all …]
/dports/www/firefox/firefox-99.0/storage/
H A DTelemetryVFS.cpp537 int xDelete(sqlite3_vfs* vfs, const char* zName, int syncDir) { in xDelete()
601 void* xDlOpen(sqlite3_vfs* vfs, const char* zFilename) { in xDlOpen()
606 void xDlError(sqlite3_vfs* vfs, int nByte, char* zErrMsg) { in xDlError()
616 void xDlClose(sqlite3_vfs* vfs, void* pHandle) { in xDlClose()
621 int xRandomness(sqlite3_vfs* vfs, int nByte, char* zOut) { in xRandomness()
626 int xSleep(sqlite3_vfs* vfs, int microseconds) { in xSleep()
631 int xCurrentTime(sqlite3_vfs* vfs, double* prNow) { in xCurrentTime()
636 int xGetLastError(sqlite3_vfs* vfs, int nBuf, char* zBuf) { in xGetLastError()
641 int xCurrentTimeInt64(sqlite3_vfs* vfs, sqlite3_int64* piNow) { in xCurrentTimeInt64()
646 static int xSetSystemCall(sqlite3_vfs* vfs, const char* zName, in xSetSystemCall()
[all …]

12345678910>>...59