Home
last modified time | relevance | path

Searched defs:gridfs (Results 1 – 25 of 56) sorted by relevance

123

/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-gridfs.c100 mongoc_gridfs_t *gridfs; in _mongoc_gridfs_new() local
163 mongoc_gridfs_destroy (mongoc_gridfs_t *gridfs) in mongoc_gridfs_destroy()
190 mongoc_gridfs_find_one (mongoc_gridfs_t *gridfs, in mongoc_gridfs_find_one()
215 mongoc_gridfs_find_with_opts (mongoc_gridfs_t *gridfs, in mongoc_gridfs_find_with_opts()
225 mongoc_gridfs_find_one_with_opts (mongoc_gridfs_t *gridfs, in mongoc_gridfs_find_one_with_opts()
261 mongoc_gridfs_find_one_by_filename (mongoc_gridfs_t *gridfs, in mongoc_gridfs_find_one_by_filename()
286 mongoc_gridfs_create_file_from_stream (mongoc_gridfs_t *gridfs, in mongoc_gridfs_create_file_from_stream()
341 mongoc_gridfs_create_file (mongoc_gridfs_t *gridfs, in mongoc_gridfs_create_file()
357 mongoc_gridfs_get_files (mongoc_gridfs_t *gridfs) in mongoc_gridfs_get_files()
365 mongoc_gridfs_get_chunks (mongoc_gridfs_t *gridfs) in mongoc_gridfs_get_chunks()
[all …]
H A Dmongoc-stream-gridfs-upload.c29 mongoc_gridfs_upload_stream_t *gridfs = in _mongoc_upload_stream_gridfs_destroy() local
60 mongoc_gridfs_upload_stream_t *gridfs = in _mongoc_upload_stream_gridfs_close() local
79 mongoc_gridfs_upload_stream_t *gridfs = in _mongoc_upload_stream_gridfs_writev() local
104 mongoc_gridfs_upload_stream_t *gridfs = in _mongoc_upload_stream_gridfs_check_closed() local
H A Dmongoc-stream-gridfs-download.c29 mongoc_gridfs_download_stream_t *gridfs = in _mongoc_download_stream_gridfs_destroy() local
60 mongoc_gridfs_download_stream_t *gridfs = in _mongoc_download_stream_gridfs_close() local
80 mongoc_gridfs_download_stream_t *gridfs = in _mongoc_download_stream_gridfs_readv() local
105 mongoc_gridfs_download_stream_t *gridfs = in _mongoc_download_stream_gridfs_check_closed() local
H A Dmongoc-gridfs-file-list.c37 _mongoc_gridfs_file_list_new (mongoc_gridfs_t *gridfs, in _mongoc_gridfs_file_list_new()
79 _mongoc_gridfs_file_list_new_with_opts (mongoc_gridfs_t *gridfs, in _mongoc_gridfs_file_list_new_with_opts()
H A Dmongoc-stream-gridfs.c71 mongoc_stream_gridfs_t *gridfs = (mongoc_stream_gridfs_t *) stream; in _mongoc_stream_gridfs_close() local
86 mongoc_stream_gridfs_t *gridfs = (mongoc_stream_gridfs_t *) stream; in _mongoc_stream_gridfs_flush() local
H A Dmongoc-gridfs-file-list-private.h33 mongoc_gridfs_t *gridfs; member
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-gridfs.c103 mongoc_gridfs_t *gridfs; in _mongoc_gridfs_new() local
175 mongoc_gridfs_destroy (mongoc_gridfs_t *gridfs) in mongoc_gridfs_destroy()
200 mongoc_gridfs_find_one (mongoc_gridfs_t *gridfs, in mongoc_gridfs_find_one()
225 mongoc_gridfs_find_with_opts (mongoc_gridfs_t *gridfs, in mongoc_gridfs_find_with_opts()
235 mongoc_gridfs_find_one_with_opts (mongoc_gridfs_t *gridfs, in mongoc_gridfs_find_one_with_opts()
271 mongoc_gridfs_find_one_by_filename (mongoc_gridfs_t *gridfs, in mongoc_gridfs_find_one_by_filename()
296 mongoc_gridfs_create_file_from_stream (mongoc_gridfs_t *gridfs, in mongoc_gridfs_create_file_from_stream()
342 mongoc_gridfs_create_file (mongoc_gridfs_t *gridfs, in mongoc_gridfs_create_file()
358 mongoc_gridfs_get_files (mongoc_gridfs_t *gridfs) in mongoc_gridfs_get_files()
366 mongoc_gridfs_get_chunks (mongoc_gridfs_t *gridfs) in mongoc_gridfs_get_chunks()
[all …]
H A Dmongoc-gridfs-file-list.c37 _mongoc_gridfs_file_list_new (mongoc_gridfs_t *gridfs, in _mongoc_gridfs_file_list_new()
68 _mongoc_gridfs_file_list_new_with_opts (mongoc_gridfs_t *gridfs, in _mongoc_gridfs_file_list_new_with_opts()
H A Dmongoc-stream-gridfs.c71 mongoc_stream_gridfs_t *gridfs = (mongoc_stream_gridfs_t *) stream; in _mongoc_stream_gridfs_close() local
86 mongoc_stream_gridfs_t *gridfs = (mongoc_stream_gridfs_t *) stream; in _mongoc_stream_gridfs_flush() local
H A Dmongoc-gridfs-file-list-private.h35 mongoc_gridfs_t *gridfs; member
/dports/devel/py-mongokit/mongokit-0.9.1.1/tests/
H A Dtest_gridfs.py48 gridfs = {'files': ['source']} variable in GridFSTestCase.test_simple_gridfs.Doc
93 gridfs = {'files': ['source']} variable in GridFSTestCase.test_gridfs_without_saving.Doc
111 gridfs = {'files': ['source']} variable in GridFSTestCase.test_gridfs_bad_type.Doc
134 gridfs = { variable in GridFSTestCase.test_gridfs_with_container.Doc
177 gridfs = {'files': ['foo', 'bla'], 'containers':['attachments']} variable in GridFSTestCase.test_gridfs_list.Doc
197 gridfs = {'files': ['foo', 'bla'], 'containers':['attachments']} variable in GridFSTestCase.test_gridfs_new_file.Doc
227 gridfs = {'files': ['source', 'foo'], 'containers':['attachments']} variable in GridFSTestCase.test_pymongo_compatibility.Doc
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-gridfs.c85 mongoc_gridfs_t *gridfs; in _get_gridfs() local
111 mongoc_gridfs_t *gridfs; in test_create() local
152 mongoc_gridfs_t *gridfs; in test_remove() local
210 mongoc_gridfs_t *gridfs; in test_list() local
275 mongoc_gridfs_t *gridfs; in test_find_with_opts() local
343 mongoc_gridfs_t *gridfs; in test_find_one_with_opts_limit() local
413 mongoc_gridfs_t *gridfs; in test_properties() local
488 mongoc_gridfs_t *gridfs; in test_create_from_stream() local
535 mongoc_gridfs_t *gridfs; in test_seek() local
578 mongoc_gridfs_t *gridfs; in test_read() local
[all …]
/dports/databases/pear-Horde_Mongo/Horde_Mongo-1.1.0/bundle/vendor/alcaeus/mongo-php-adapter/lib/Mongo/
H A DMongoGridFSCursor.php32 protected $gridfs; variable in MongoGridFSCursor
44 …public function __construct(MongoGridFS $gridfs, MongoClient $connection, $ns, array $query = arra…
H A DMongoGridFSFile.php32 protected $gridfs; variable in MongoGridFSFile
40 public function __construct(MongoGridFS $gridfs, array $file)
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Ddoc.go35 package gridfs package
H A Dgridfs_test.go7 package gridfs package
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Ddoc.go35 package gridfs package
H A Dgridfs_test.go7 package gridfs package
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Ddoc.go35 package gridfs package
H A Dgridfs_test.go7 package gridfs package
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Dgridfs_test.go7 package gridfs package
/dports/databases/p5-Mango/Mango-1.30/lib/Mango/
H A DDatabase.pm82 sub gridfs { Mango::GridFS->new(db => shift) } subroutine
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/mongo/gridfs/
H A Dgridfs_test.go7 package gridfs package
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/examples/
H A Dexample-gridfs.c10 mongoc_gridfs_t *gridfs; in main() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_cdr_mongodb/driver/src/
H A Dgridfs.h38 } gridfs; typedef

123