Home
last modified time | relevance | path

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

/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-thread-private.h46 # define bson_once pthread_once macro
65 # define bson_once(o, c) InitOnceExecuteOnce(o, c, NULL, NULL)
H A Dbson-context.c500 bson_once (&once, _bson_context_init_default); in bson_context_get_default()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/common/
H A Dcommon-thread-private.h40 #define bson_once pthread_once macro
58 #define bson_once(o, c) InitOnceExecuteOnce (o, c, NULL, NULL)
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-thread-private.h46 #define bson_once pthread_once macro
69 #define bson_once(o, c) InitOnceExecuteOnce (o, c, NULL, NULL)
H A Dbson-context.c505 bson_once (&once, _bson_context_init_default); in bson_context_get_default()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-init.c157 bson_once (&once, _mongoc_do_init); in mongoc_init()
202 bson_once (&once, _mongoc_do_cleanup); in mongoc_cleanup()
H A Dmongoc-log.c53 bson_once (&once, &_mongoc_ensure_mutex_once); in mongoc_log_set_handler()
81 bson_once (&once, &_mongoc_ensure_mutex_once); in mongoc_log()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-context.c441 bson_once (&once, _bson_context_init_default); in bson_context_get_default()