Home
last modified time | relevance | path

Searched refs:node_store (Results 1 – 16 of 16) sorted by relevance

/dports/devel/mdds/mdds-1.7.0/include/mdds/
H A Drtree.hpp248 struct node_store struct in mdds::rtree
252 node_store* parent; argument
258 node_store(const node_store&) = delete;
259 node_store& operator= (const node_store&) = delete;
261 node_store();
262 node_store(node_store&& r);
264 ~node_store();
273 node_store& operator= (node_store&& other);
394 node_store ns;
402 node_store* ns;
[all …]
H A Drtree_def.inl539 rtree<_Key,_Value,_Trait>::node_store::node_store() : function in mdds::rtree::node_store
544 rtree<_Key,_Value,_Trait>::node_store::node_store(node_store&& r) : function in mdds::rtree::node_store
565 rtree<_Key,_Value,_Trait>::node_store::~node_store()
663 rtree<_Key,_Value,_Trait>::node_store::operator= (node_store&& other)
732 void rtree<_Key,_Value,_Trait>::node_store::swap(node_store& other)
1191 node_store root = node_store::create_leaf_directory_node();
1302 node_store ns = node_store::create_leaf_directory_node();
1412 node_store new_ns = node_store::create_value_node(bb, value);
1831 node_store new_root = node_store::create_leaf_directory_node();
2340 node_store node_g2 = node_store::create_leaf_directory_node();
[all …]
/dports/databases/galera26/galera-release_26.4.10/wsrep/src/examples/node/
H A Dstore.c145 struct node_store struct
186 size_t const store_alloc_size = sizeof(struct node_store) + in node_store_open()
190 struct node_store* const ret = malloc(store_alloc_size); in node_store_open()
226 node_store_close(struct node_store* const store) in node_store_close()
249 store_get_trx_entry(struct node_store* const store, wsrep_trx_id_t const trx_id) in store_get_trx_entry()
257 store_get_trx_ctx(struct node_store* const store, wsrep_trx_id_t const trx_id) in store_get_trx_ctx()
263 store_new_trx_id(struct node_store* const store) in store_new_trx_id()
287 store_free_trx_id(struct node_store* const store, wsrep_trx_id_t const trx_id) in store_free_trx_id()
372 node_store_init_state(struct node_store* const store, in node_store_init_state()
563 node_store_update_membership(struct node_store* const store, in node_store_update_membership()
[all …]
H A Dstore.h28 typedef struct node_store node_store_t;
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/wsrep-API/v26/examples/node/
H A Dstore.c145 struct node_store struct
186 size_t const store_alloc_size = sizeof(struct node_store) + in node_store_open()
190 struct node_store* const ret = malloc(store_alloc_size); in node_store_open()
226 node_store_close(struct node_store* const store) in node_store_close()
249 store_get_trx_entry(struct node_store* const store, wsrep_trx_id_t const trx_id) in store_get_trx_entry()
257 store_get_trx_ctx(struct node_store* const store, wsrep_trx_id_t const trx_id) in store_get_trx_ctx()
263 store_new_trx_id(struct node_store* const store) in store_new_trx_id()
287 store_free_trx_id(struct node_store* const store, wsrep_trx_id_t const trx_id) in store_free_trx_id()
372 node_store_init_state(struct node_store* const store, in node_store_init_state()
563 node_store_update_membership(struct node_store* const store, in node_store_update_membership()
[all …]
H A Dstore.h28 typedef struct node_store node_store_t;
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/wsrep-API/v26/examples/node/
H A Dstore.c145 struct node_store
186 size_t const store_alloc_size = sizeof(struct node_store) +
190 struct node_store* const ret = malloc(store_alloc_size);
226 node_store_close(struct node_store* const store)
249 store_get_trx_entry(struct node_store* const store, wsrep_trx_id_t const trx_id)
257 store_get_trx_ctx(struct node_store* const store, wsrep_trx_id_t const trx_id)
263 store_new_trx_id(struct node_store* const store)
287 store_free_trx_id(struct node_store* const store, wsrep_trx_id_t const trx_id)
372 node_store_init_state(struct node_store* const store,
563 node_store_update_membership(struct node_store* const store,
[all …]
H A Dstore.h28 typedef struct node_store node_store_t;
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/wsrep-API/v26/examples/node/
H A Dstore.c145 struct node_store struct
186 size_t const store_alloc_size = sizeof(struct node_store) + in node_store_open()
190 struct node_store* const ret = malloc(store_alloc_size); in node_store_open()
226 node_store_close(struct node_store* const store) in node_store_close()
249 store_get_trx_entry(struct node_store* const store, wsrep_trx_id_t const trx_id) in store_get_trx_entry()
257 store_get_trx_ctx(struct node_store* const store, wsrep_trx_id_t const trx_id) in store_get_trx_ctx()
263 store_new_trx_id(struct node_store* const store) in store_new_trx_id()
287 store_free_trx_id(struct node_store* const store, wsrep_trx_id_t const trx_id) in store_free_trx_id()
372 node_store_init_state(struct node_store* const store, in node_store_init_state()
563 node_store_update_membership(struct node_store* const store, in node_store_update_membership()
[all …]
H A Dstore.h28 typedef struct node_store node_store_t;
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/wsrep-API/v26/examples/node/
H A Dstore.c145 struct node_store struct
186 size_t const store_alloc_size = sizeof(struct node_store) + in node_store_open()
190 struct node_store* const ret = malloc(store_alloc_size); in node_store_open()
226 node_store_close(struct node_store* const store) in node_store_close()
249 store_get_trx_entry(struct node_store* const store, wsrep_trx_id_t const trx_id) in store_get_trx_entry()
257 store_get_trx_ctx(struct node_store* const store, wsrep_trx_id_t const trx_id) in store_get_trx_ctx()
263 store_new_trx_id(struct node_store* const store) in store_new_trx_id()
287 store_free_trx_id(struct node_store* const store, wsrep_trx_id_t const trx_id) in store_free_trx_id()
372 node_store_init_state(struct node_store* const store, in node_store_init_state()
563 node_store_update_membership(struct node_store* const store, in node_store_update_membership()
[all …]
H A Dstore.h28 typedef struct node_store node_store_t;
/dports/cad/oregano/oregano-0.84.43/src/engines/
H A Dnetlist-helper.c641 NodeStore *node_store; in netlist_helper_get_voltmeters_list() local
655 node_store = netlist_data.store; in netlist_helper_get_voltmeters_list()
657 for (iter = node_store_get_parts (node_store); iter; iter = iter->next) { in netlist_helper_get_voltmeters_list()
720 NodeStore *node_store; in netlist_helper_get_voltage_sources_list() local
731 node_store = netlist_data.store; in netlist_helper_get_voltage_sources_list()
733 for (iter = node_store_get_parts (node_store); iter; iter = iter->next) { in netlist_helper_get_voltage_sources_list()
/dports/net-im/prosody/prosody-0.11.13/plugins/mod_pubsub/
H A Dmod_pubsub.lua43 local node_store = module:open_store(module.name.."_nodes");
194 nodestore = node_store;
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Drdf_db.c630 mchunk *node_store; member
642 if ( as->node_store->used + size > CHUNKSIZE ) in alloc_node_atomset()
646 ch->next = as->node_store; in alloc_node_atomset()
647 as->node_store = ch; in alloc_node_atomset()
650 p = &as->node_store->buf[as->node_store->used]; in alloc_node_atomset()
651 as->node_store->used += size; in alloc_node_atomset()
680 as->node_store = &as->store0; in init_atomset()
681 as->node_store->next = NULL; in init_atomset()
682 as->node_store->used = 0; in init_atomset()
690 for(ch=as->node_store; ch != &as->store0; ch = next) in destroy_atomset()
/dports/cad/oregano/oregano-0.84.43/src/model/
H A Dnode-store.c78 G_DEFINE_TYPE (NodeStore, node_store, G_TYPE_OBJECT);