Home
last modified time | relevance | path

Searched refs:bson_empty0 (Results 1 – 21 of 21) sorted by relevance

/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-read-prefs.c266 (bson_empty0 (tags) && max_staleness_seconds <= 0 && bson_empty0 (hedge))) { in _apply_read_preferences_mongos()
292 if (!bson_empty0 (tags)) { in _apply_read_preferences_mongos()
301 if (!bson_empty0 (hedge)) { in _apply_read_preferences_mongos()
H A Dmongoc-cmd.c419 if (!bson_empty0 (tags)) { in _mongoc_cmd_parts_add_read_prefs()
427 if (!bson_empty0 (hedge)) { in _mongoc_cmd_parts_add_read_prefs()
500 if (!bson_empty0 (tags) || max_staleness_seconds > 0 || in _mongoc_cmd_parts_assemble_mongos()
501 !bson_empty0 (hedge)) { in _mongoc_cmd_parts_assemble_mongos()
H A Dmongoc-write-command.c185 if (!bson_empty0 (opts)) { in _mongoc_write_command_init_bulk()
1358 if (!bson_empty0 (bson_array) && bson_iter_init (&array_iter, bson_array)) { in _set_error_from_response()
1462 !bson_empty0 (&result->upserted)) { in _mongoc_write_result_complete()
1465 !bson_empty0 (&result->upserted) && in _mongoc_write_result_complete()
1483 if (!bson_empty0 (&result->upserted)) { in _mongoc_write_result_complete()
H A Dmongoc-collection.c377 if (!bson_empty0 (fields)) { in mongoc_collection_find()
2050 if (!bson_empty0 (array_filters)) { in _mongoc_collection_update_or_replace()
2087 if (!bson_empty0 (array_filters)) { in _mongoc_collection_update_or_replace()
2488 BSON_ASSERT (bson_empty0 (reply)); in _mongoc_delete_one_or_many()
H A Dmongoc-bulk-operation.c420 has_array_filters = !bson_empty0 (array_filters); in _mongoc_bulk_operation_update_append()
H A Dmongoc-client-session.c1416 if (bson_empty0 (cmd)) { in _mongoc_client_session_append_txn()
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-connection-uri.c25 if (!bson_empty0 (hosts)) { in run_uri_test()
63 if (!bson_empty0 (auth)) { in run_uri_test()
H A Dtest-conveniences.c589 if (bson_empty0 (pattern)) { in match_bson_with_ctx()
594 if (bson_empty0 (doc)) { in match_bson_with_ctx()
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-read-prefs.c227 if (mode == MONGOC_READ_SECONDARY_PREFERRED && bson_empty0 (tags)) { in _apply_read_preferences_mongos()
253 if (!bson_empty0 (tags)) { in _apply_read_preferences_mongos()
H A Dmongoc-cmd.c161 if (mode == MONGOC_READ_SECONDARY_PREFERRED && bson_empty0 (tags)) { in _cmd_parts_apply_read_preferences_mongos()
185 if (!bson_empty0 (tags)) { in _cmd_parts_apply_read_preferences_mongos()
H A Dmongoc-write-command.c1926 if (!bson_empty0 (bson_array) && bson_iter_init (&array_iter, bson_array)) { in _set_error_from_response()
2001 if (!bson_empty0 (&result->upserted)) { in _mongoc_write_result_complete()
H A Dmongoc-cursor.c400 if (!bson_empty0 (fields)) { in _mongoc_cursor_new()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/MongoDB/
H A DReadPreference.c357 if (!bson_empty0(hedge)) { in PHP_METHOD()
501 if (!bson_empty0(tags)) { in php_phongo_readpreference_get_properties_hash()
525 if (!bson_empty0(hedge)) { in php_phongo_readpreference_get_properties_hash()
599 if (!bson_empty0(tags)) { in PHP_METHOD()
616 if (!bson_empty0(hedge)) { in PHP_METHOD()
/dports/devel/libbson/libbson-1.8.1/doc/
H A Dbson_t.rst26 * bson_empty0:
30 #define bson_empty0(b) /* ... */
/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson.h70 #define bson_empty0(b) (!(b) || bson_empty (b)) macro
H A Dbson.c2842 if (bson_empty0 (bson)) { in bson_as_json()
2894 if (bson_empty0 (bson)) { in bson_array_as_json()
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson.h73 #define bson_empty0(b) (!(b) || bson_empty (b)) macro
H A Dbson.c3102 if (bson_empty0 (bson)) { in _bson_as_json_visit_all()
3177 if (bson_empty0 (bson)) { in bson_array_as_json()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson.h73 #define bson_empty0(b) (!(b) || bson_empty (b)) macro
H A Dbson.c3146 if (bson_empty0 (bson)) { in _bson_as_json_visit_all()
3221 if (bson_empty0 (bson)) { in bson_array_as_json()
/dports/databases/pecl-mongodb/mongodb-1.9.1/
H A Dphp_phongo.c1269 if (bson_empty0(tags)) { in php_phongo_read_preference_tags_are_valid()
1521 if (bson_empty0(options) || !bson_iter_init(&iter, options)) { in php_phongo_apply_options_to_uri()
1744 if (bson_empty0(options) || !bson_iter_init(&iter, options)) { in php_phongo_apply_rc_options_to_uri()
1785 if (bson_empty0(options) || !bson_iter_init(&iter, options)) { in php_phongo_apply_rp_options_to_uri()
1957 if (bson_empty0(options) || !bson_iter_init(&iter, options)) { in php_phongo_apply_wc_options_to_uri()