/6.0.3/goproj/src/github.com/couchbase/indexing/secondary/system/ |
H A D | systemStats.go | 22 var handle *C.sigar_t var [all...] |
/6.0.3/kv_engine/daemon/ |
H A D | parent_monitor.h | 52 HANDLE handle; member in ParentMonitor
|
H A D | runtime.cc | 78 void set_audit_handle(Audit* handle) { in set_audit_handle() argument
|
H A D | enginemap.cc | 39 bool createInstance(GET_SERVER_API get_server_api, ENGINE_HANDLE **handle) { in createInstance() argument 68 new_engine_instance(BucketType type, const std::string& name, GET_SERVER_API get_server_api, ENGINE_HANDLE** handle, EXTENSION_LOGGER_DESCRIPTOR* logger) new_engine_instance() argument
|
/6.0.3/platform/src/ |
H A D | cb_mktemp.cc | 47 HANDLE handle = CreateFile(pattern, in cb_mktemp() local
|
H A D | urandom.c | 24 int cb_rand_open(cb_rand_t *handle) { in cb_rand_open() argument 30 int cb_rand_get(cb_rand_t handle, void *dest, size_t nbytes) { in cb_rand_get() argument 35 int cb_rand_close(cb_rand_t handle) { in cb_rand_close() argument
|
H A D | winrandom.c | 22 int cb_rand_open(cb_rand_t *handle) { in cb_rand_open() argument 32 int cb_rand_get(cb_rand_t handle, void *dest, size_t nbytes) { in cb_rand_get() argument 37 int cb_rand_close(cb_rand_t handle) { in cb_rand_close() argument
|
/6.0.3/third_party/spdlog/bench/latency/ |
H A D | g3log-crush.cpp | 30 auto handle= worker->addDefaultLogger(argv[0], "g3log.txt"); in main() local
|
/6.0.3/moxi/conflate/ |
H A D | conflate.c | 46 conflate_handle_t *handle; in start_conflate() local
|
H A D | persist.c | 9 kvpair_t* load_kvpairs(conflate_handle_t *handle, const char *filename) in load_kvpairs() argument 16 bool save_kvpairs(conflate_handle_t *handle, kvpair_t* kvpair, in save_kvpairs() argument 25 bool conflate_delete_private(conflate_handle_t *handle, in conflate_delete_private() argument 34 bool conflate_save_private(conflate_handle_t *handle, in conflate_save_private() argument 44 char *conflate_get_private(conflate_handle_t *handle, in conflate_get_private() argument [all...] |
H A D | adhoc_commands.c | 11 process_serverlist(void *opaque, conflate_handle_t *handle, const char *cmd, bool direct, kvpair_t *conf, conflate_form_result *r) process_serverlist() argument 52 process_set_private(void *opaque, conflate_handle_t *handle, const char *cmd, bool direct, kvpair_t *form, conflate_form_result *r) process_set_private() argument 83 process_get_private(void *opaque, conflate_handle_t *handle, const char *cmd, bool direct, kvpair_t *form, conflate_form_result *r) process_get_private() argument 116 process_delete_private(void *opaque, conflate_handle_t *handle, const char *cmd, bool direct, kvpair_t *form, conflate_form_result *r) process_delete_private() argument [all...] |
/6.0.3/couchstore/tests/ |
H A D | wrapped_fileops_test.h | 59 couch_file_handle handle; member in WrappedOpsTest [all...] |
/6.0.3/forestdb/src/ |
H A D | transaction.cc | 43 fdb_kvs_handle *handle = fhandle->root; in fdb_begin_transaction() local 120 _fdb_abort_transaction(fdb_kvs_handle *handle) _fdb_abort_transaction() argument 182 fdb_kvs_handle *handle = fhandle->root; fdb_end_transaction() local [all...] |
H A D | api_wrapper.cc | 44 fdb_status fdb_get_kv(fdb_kvs_handle *handle, in fdb_get_kv() argument 87 fdb_status fdb_set_kv(fdb_kvs_handle *handle, in fdb_set_kv() argument 124 fdb_del_kv(fdb_kvs_handle *handle, const void *key, size_t keylen) fdb_del_kv() argument [all...] |
H A D | fdb_internal.h | 232 _fdb_import_dirty_root(fdb_kvs_handle *handle, bid_t dirty_idtree_root, bid_t dirty_seqtree_root) _fdb_import_dirty_root() argument 255 _fdb_export_dirty_root(fdb_kvs_handle *handle, bid_t *dirty_idtree_root, bid_t *dirty_seqtree_root) _fdb_export_dirty_root() argument 271 _fdb_dirty_update_ready(fdb_kvs_handle *handle, struct filemgr_dirty_update_node **prev_node, struct filemgr_dirty_update_node **new_node, bid_t *dirty_idtree_root, bid_t *dirty_seqtree_root, bool dirty_wal_flush) _fdb_dirty_update_ready() argument 310 _fdb_dirty_update_finalize(fdb_kvs_handle *handle, struct filemgr_dirty_update_node *prev_node, struct filemgr_dirty_update_node *new_node, bid_t *dirty_idtree_root, bid_t *dirty_seqtree_root, bool commit) _fdb_dirty_update_finalize() argument [all...] |
/6.0.3/forestdb/tests/fdbench-micro/ |
H A D | config.h | 47 fdb_kvs_handle *handle; member
|
/6.0.3/godeps/src/golang.org/x/tools/internal/jsonrpc2/ |
H A D | jsonrpc2_test.go | |
/6.0.3/kv_engine/engines/ep/tests/module_tests/ |
H A D | evp_engine_test.h | 54 ENGINE_HANDLE* handle; member in EventuallyPersistentEngineTest
|
/6.0.3/couchstore/include/libcouchstore/ |
H A D | file_ops.h | 128 set_periodic_sync( couch_file_handle handle, uint64_t period_bytes) set_periodic_sync() argument 140 set_tracing_enabled(couch_file_handle handle) set_tracing_enabled() argument 150 set_write_validation_enabled( couch_file_handle handle) set_write_validation_enabled() argument 161 set_mprotect_enabled(couch_file_handle handle) set_mprotect_enabled() argument 228 tag(couch_file_handle handle, FileTag tag) tag() argument 236 get_stats(couch_file_handle handle) get_stats() argument 251 ScopedFileTag(FileOpsInterface* ops, couch_file_handle handle, FileTag tag) ScopedFileTag() argument 262 couch_file_handle handle; global() member in ScopedFileTag [all...] |
/6.0.3/forestdb/tests/unit/ |
H A D | docio_test.cc | 47 struct docio_handle handle; in basic_test() local [all...] |
/6.0.3/couchdb/src/couch_view_parser/yajl/ |
H A D | yajl.c | 107 yajl_free(yajl_handle handle) in yajl_free() argument
|
/6.0.3/couchdb/src/ejson/yajl/ |
H A D | yajl.c | 108 yajl_free(yajl_handle handle) in yajl_free() argument
|
/6.0.3/godeps/src/github.com/couchbase/goforestdb/ |
H A D | config.go | |
/6.0.3/kv_engine/auditd/src/ |
H A D | auditd.cc | 146 AUDIT_ERROR_CODE configure_auditdaemon(Audit* handle, in configure_auditdaemon() argument 165 AUDIT_ERROR_CODE put_audit_event(Audit* handle, in put_audit_event() argument 96 start_auditdaemon(const AUDIT_EXTENSION_DATA* extension_data, Audit** handle) start_auditdaemon() argument 183 shutdown_auditdaemon(Audit* handle) shutdown_auditdaemon() argument 215 process_auditd_stats(Audit* handle, ADD_STAT add_stats, const void* cookie) process_auditd_stats() argument 237 add_event_state_listener(Audit* handle, EventStateListener listener) add_event_state_listener() argument 242 notify_all_event_states(Audit* handle) notify_all_event_states() argument [all...] |
/6.0.3/ns_server/src/ |
H A D | validator.erl | 46 handle(Fun, Req, json, Validators) -> function 49 handle(Fun, Req, form, Validators) -> function 52 handle(Fun, Req, qs, Validators) -> function 55 handle(Fun, Req, Args, Validators) -> function 58 handle(Fu function [all...] |