Home
last modified time | relevance | path

Searched refs:tiledb_vfs_mode_from_str (Results 1 – 4 of 4) sorted by relevance

/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-capi-enum_values.cc506 (tiledb_vfs_mode_from_str("VFS_READ", &vfs_mode) == TILEDB_OK &&
512 (tiledb_vfs_mode_from_str("VFS_WRITE", &vfs_mode) == TILEDB_OK &&
518 (tiledb_vfs_mode_from_str("VFS_APPEND", &vfs_mode) == TILEDB_OK &&
/dports/databases/tiledb/TileDB-2.5.2/doc/source/
H A Dc-api.rst146 .. doxygenfunction:: tiledb_vfs_mode_from_str
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/c_api/
H A Dtiledb.h416 tiledb_vfs_mode_from_str(const char* str, tiledb_vfs_mode_t* vfs_mode);
H A Dtiledb.cc286 int32_t tiledb_vfs_mode_from_str(const char* str, tiledb_vfs_mode_t* vfs_mode) { in tiledb_vfs_mode_from_str() function