Home
last modified time | relevance | path

Searched refs:other_host_and_port (Results 1 – 3 of 3) sorted by relevance

/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/examples/common_operations/
H A Dcommon-operations.c38 char *other_host_and_port = NULL; in main() local
64 other_host_and_port = argc > 2 ? argv[2] : NULL; in main()
90 if (other_host_and_port) { in main()
92 if (!copydb (client, other_host_and_port)) { in main()
98 if (!clone_collection (database, other_host_and_port)) { in main()
H A Dclone-collection.c2 clone_collection (mongoc_database_t *database, const char *other_host_and_port) in clone_collection() argument
9 BSON_ASSERT (other_host_and_port); in clone_collection()
13 BCON_UTF8 (other_host_and_port), in clone_collection()
H A Dcopydb.c2 copydb (mongoc_client_t *client, const char *other_host_and_port) in copydb() argument
10 BSON_ASSERT (other_host_and_port); in copydb()
23 BCON_UTF8 (other_host_and_port)); in copydb()