Searched refs:other_host_and_port (Results 1 – 3 of 3) sorted by relevance
38 char *other_host_and_port = NULL; in main() local64 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()
2 clone_collection (mongoc_database_t *database, const char *other_host_and_port) in clone_collection() argument9 BSON_ASSERT (other_host_and_port); in clone_collection()13 BCON_UTF8 (other_host_and_port), in clone_collection()
2 copydb (mongoc_client_t *client, const char *other_host_and_port) in copydb() argument10 BSON_ASSERT (other_host_and_port); in copydb()23 BCON_UTF8 (other_host_and_port)); in copydb()