Lines Matching refs:t_cid
1373 scf_transaction_entry_t *t_cid = NULL; in restarter_remove_contract() local
1445 t_cid = scf_entry_create(h); in restarter_remove_contract()
1449 if (scf_transaction_property_change_type(t, t_cid, in restarter_remove_contract()
1458 scf_entry_destroy(t_cid); in restarter_remove_contract()
1524 ret = scf_entry_add_value(t_cid, in restarter_remove_contract()
1559 scf_entry_destroy(t_cid); in restarter_remove_contract()
1572 if (scf_transaction_property_new(t, t_cid, pname, in restarter_remove_contract()
1581 scf_entry_destroy(t_cid); in restarter_remove_contract()
1672 scf_transaction_entry_t *t_cid = NULL; in restarter_store_contract() local
1739 t_cid = scf_entry_create(h); in restarter_store_contract()
1740 if (t_cid == NULL) { in restarter_store_contract()
1747 if (scf_transaction_property_change_type(t, t_cid, in restarter_store_contract()
1756 scf_entry_destroy(t_cid); in restarter_store_contract()
1819 ret = scf_entry_add_value(t_cid, val); in restarter_store_contract()
1850 scf_entry_destroy(t_cid); in restarter_store_contract()
1863 if (scf_transaction_property_new(t, t_cid, pname, in restarter_store_contract()
1872 scf_entry_destroy(t_cid); in restarter_store_contract()
1895 ret = scf_entry_add_value(t_cid, val); in restarter_store_contract()