Home
last modified time | relevance | path

Searched refs:kvp_data (Results 1 – 18 of 18) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofinstance.cpp337 delete inst->kvp_data; in qof_instance_finalize_real()
338 inst->kvp_data = nullptr; in qof_instance_finalize_real()
576 return inst->kvp_data; in qof_instance_get_slots()
587 if (inst->kvp_data && (inst->kvp_data != frm)) in qof_instance_set_slots()
589 delete inst->kvp_data; in qof_instance_set_slots()
593 inst->kvp_data = frm; in qof_instance_set_slots()
1051 return (inst->kvp_data != NULL && !inst->kvp_data->empty()); in qof_instance_has_kvp()
1107 delete to->kvp_data; in qof_instance_copy_kvp()
1108 to->kvp_data = new KvpFrame(*from->kvp_data); in qof_instance_copy_kvp()
1114 std::swap(a->kvp_data, b->kvp_data); in qof_instance_swap_kvp()
[all …]
H A Dqofinstance.h72 KvpFrame *kvp_data; member
H A Dqofinstance-p.h186 inst->kvp_data->for_each_slot_prefix(path_prefix, func, data); in qof_instance_foreach_slot_prefix()
/dports/databases/qof/qof-0.8.8/qof/
H A Dqofinstance.c58 inst->kvp_data = kvp_frame_new (); in qof_instance_init()
71 kvp_frame_delete (inst->kvp_data); in qof_instance_release()
99 return inst->kvp_data; in qof_instance_get_slots()
193 if (inst->kvp_data && (inst->kvp_data != frm)) in qof_instance_set_slots()
195 kvp_frame_delete (inst->kvp_data); in qof_instance_set_slots()
199 inst->kvp_data = frm; in qof_instance_set_slots()
223 qof_kvp_bag_add (to->kvp_data, "gemini", qt, in qof_instance_gemini()
226 qof_kvp_bag_add (from->kvp_data, "gemini", qt, in qof_instance_gemini()
245 fr = qof_kvp_bag_find_by_guid (src->kvp_data, "gemini", in qof_instance_lookup_twin()
H A Dqofinstance-p.h48 KvpFrame *kvp_data; member
H A Dqofsession.c473 kvp_frame_delete (target_inst->kvp_data); in qof_entity_foreach_copy()
474 target_inst->kvp_data = kvp_frame_copy (cm_kvp); in qof_entity_foreach_copy()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hv/
H A Dhv_kvp.c517 struct hv_kvp_exchg_msg_value *kvp_data; in kvp_respond_to_host() local
577 kvp_data = &kvp_msg->body.kvp_get.data; in kvp_respond_to_host()
588 kvp_data = &kvp_msg->body.kvp_enum_data.data; in kvp_respond_to_host()
598 (wchar_t *) kvp_data->key, in kvp_respond_to_host()
600 kvp_data->key_size = 2*(keylen + 1); /* utf16 encoding */ in kvp_respond_to_host()
605 (wchar_t *) kvp_data->value, in kvp_respond_to_host()
607 kvp_data->value_size = 2*(valuelen + 1); /* utf16 encoding */ in kvp_respond_to_host()
616 kvp_data->value_type = REG_SZ; /* all our values are strings */ in kvp_respond_to_host()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hv/
H A Dhv_kvp.c517 struct hv_kvp_exchg_msg_value *kvp_data; in kvp_respond_to_host() local
577 kvp_data = &kvp_msg->body.kvp_get.data; in kvp_respond_to_host()
588 kvp_data = &kvp_msg->body.kvp_enum_data.data; in kvp_respond_to_host()
598 (wchar_t *) kvp_data->key, in kvp_respond_to_host()
600 kvp_data->key_size = 2*(keylen + 1); /* utf16 encoding */ in kvp_respond_to_host()
605 (wchar_t *) kvp_data->value, in kvp_respond_to_host()
607 kvp_data->value_size = 2*(valuelen + 1); /* utf16 encoding */ in kvp_respond_to_host()
616 kvp_data->value_type = REG_SZ; /* all our values are strings */ in kvp_respond_to_host()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hv/
H A Dhv_kvp.c517 struct hv_kvp_exchg_msg_value *kvp_data; in kvp_respond_to_host() local
577 kvp_data = &kvp_msg->body.kvp_get.data; in kvp_respond_to_host()
588 kvp_data = &kvp_msg->body.kvp_enum_data.data; in kvp_respond_to_host()
598 (wchar_t *) kvp_data->key, in kvp_respond_to_host()
600 kvp_data->key_size = 2*(keylen + 1); /* utf16 encoding */ in kvp_respond_to_host()
605 (wchar_t *) kvp_data->value, in kvp_respond_to_host()
607 kvp_data->value_size = 2*(valuelen + 1); /* utf16 encoding */ in kvp_respond_to_host()
616 kvp_data->value_type = REG_SZ; /* all our values are strings */ in kvp_respond_to_host()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/xml/test/
H A Dtest-kvp-frames.cpp150 inst->kvp_data = get_random_kvp_frame (); in test_kvp_xml_stuff()
164 if (compare (inst->kvp_data, test_frame2) == 0) in test_kvp_xml_stuff()
172 inst->kvp_data->to_string ().c_str ()); in test_kvp_xml_stuff()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dutest-Split.cpp145 g_assert (split->inst.kvp_data != NULL); in test_gnc_split_init()
305 g_assert (compare (split->inst.kvp_data, f_split->inst.kvp_data) == 0); in test_xaccDupeSplit()
340 g_assert (split->inst.kvp_data->empty()); in test_xaccSplitCloneNoKvp()
1802 g_assert (split->inst.kvp_data->get_slot({"lot-split"}) == NULL); in test_xaccSplitGetOtherSplit()
1813 split->inst.kvp_data->set({"lot-split"}, kvpnow); in test_xaccSplitGetOtherSplit()
1814 g_assert (split->inst.kvp_data->get_slot({"lot-split"})); in test_xaccSplitGetOtherSplit()
1817 split1->inst.kvp_data->set({"lot-split"}, kvpnow); in test_xaccSplitGetOtherSplit()
1818 g_assert (split1->inst.kvp_data->get_slot({"lot-split"})); in test_xaccSplitGetOtherSplit()
1821 split->inst.kvp_data->set({"lot-split"}, NULL); in test_xaccSplitGetOtherSplit()
1822 g_assert (split->inst.kvp_data->get_slot({"lot-split"}) == NULL); in test_xaccSplitGetOtherSplit()
[all …]
H A Dutest-Transaction.cpp560 oldtxn->inst.kvp_data->set({"foo", "bar", "baz"}, in test_dupe_trans()
587 g_assert (compare (oldtxn->inst.kvp_data, newtxn->inst.kvp_data) == 0); in test_dupe_trans()
639 g_assert (compare (oldtxn->inst.kvp_data, newtxn->inst.kvp_data) == 0); in test_xaccTransClone()
665 auto to_frame = to_txn->inst.kvp_data; in test_xaccTransCopyFromClipBoard()
1667 base_frame = orig->inst.kvp_data; /* DupeTransaction copies the kvp_frame */ in test_xaccTransRollbackEdit()
1672 txn->inst.kvp_data = NULL; in test_xaccTransRollbackEdit()
1696 g_assert (txn->inst.kvp_data == base_frame); in test_xaccTransRollbackEdit()
1895 auto frame = fixture->txn->inst.kvp_data; in test_xaccTransVoid()
1945 auto frame = fixture->txn->inst.kvp_data; in test_xaccTransReverse()
H A Dtest-qofinstance.cpp222 g_assert( inst->kvp_data ); in test_instance_new_destroy()
H A Dutest-Account.cpp774 g_assert (compare (clone->inst.kvp_data, in test_xaccCloneAccount()
775 fixture->acct->inst.kvp_data) == 0); in test_xaccCloneAccount()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/xml/
H A Dio-gncxml-v1.cpp1244 if (a->inst.kvp_data) delete a->inst.kvp_data; in account_restore_after_child_handler()
1245 a->inst.kvp_data = f; in account_restore_after_child_handler()
2478 if (s->inst.kvp_data) delete s->inst.kvp_data; in txn_restore_split_after_child_handler()
2479 s->inst.kvp_data = f; in txn_restore_split_after_child_handler()
/dports/finance/gnucash/gnucash-4.9/
H A DChangeLog.2000425 Change kvp_data to always be initialized (also changed kvp_frames
H A DChangeLog.20012931 in kvp_data.
H A DChangeLog.200616285 trunk/src/backend/postgres/txnmass.c: more inst.kvp_data changes