Home
last modified time | relevance | path

Searched refs:mongo_cmd_drop_collection (Results 1 – 8 of 8) sorted by relevance

/dports/www/nginx-full/nginx_http_gridfs_module-7970bab/mongo-c-driver/test/
H A Dcount_delete.c26 if ( !mongo_cmd_drop_collection( conn, "test", col, NULL ) in main()
H A Dupdate.c24 if ( mongo_cmd_drop_collection( conn, "test", col, NULL ) == MONGO_OK in main()
H A Dsimple.c70 mongo_cmd_drop_collection( conn, "test", col, NULL ); in main()
H A Dcursors.c40 mongo_cmd_drop_collection( conn, "test", "cursors", NULL ); in remove_sample_data()
/dports/www/nginx-full/nginx_http_gridfs_module-7970bab/mongo-c-driver/src/
H A Dmongo.h598 MONGO_EXPORT bson_bool_t mongo_cmd_drop_collection( mongo *conn, const char *db, const char *collec…
H A Dmongo.c1154 MONGO_EXPORT int mongo_cmd_drop_collection( mongo *conn, const char *db, const char *collection, bs… in mongo_cmd_drop_collection() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_cdr_mongodb/driver/src/
H A Dmongo.h714 MONGO_EXPORT int mongo_cmd_drop_collection( mongo *conn, const char *db,
H A Dmongo.c1548 MONGO_EXPORT int mongo_cmd_drop_collection( mongo *conn, const char *db, const char *collection, bs… in mongo_cmd_drop_collection() function