Lines Matching refs:t_cid
1375 scf_transaction_entry_t *t_cid = NULL; in restarter_remove_contract() local
1447 t_cid = scf_entry_create(h); in restarter_remove_contract()
1451 if (scf_transaction_property_change_type(t, t_cid, in restarter_remove_contract()
1460 scf_entry_destroy(t_cid); in restarter_remove_contract()
1526 ret = scf_entry_add_value(t_cid, in restarter_remove_contract()
1561 scf_entry_destroy(t_cid); in restarter_remove_contract()
1574 if (scf_transaction_property_new(t, t_cid, pname, in restarter_remove_contract()
1583 scf_entry_destroy(t_cid); in restarter_remove_contract()
1674 scf_transaction_entry_t *t_cid = NULL; in restarter_store_contract() local
1741 t_cid = scf_entry_create(h); in restarter_store_contract()
1742 if (t_cid == NULL) { in restarter_store_contract()
1749 if (scf_transaction_property_change_type(t, t_cid, in restarter_store_contract()
1758 scf_entry_destroy(t_cid); in restarter_store_contract()
1821 ret = scf_entry_add_value(t_cid, val); in restarter_store_contract()
1852 scf_entry_destroy(t_cid); in restarter_store_contract()
1865 if (scf_transaction_property_new(t, t_cid, pname, in restarter_store_contract()
1874 scf_entry_destroy(t_cid); in restarter_store_contract()
1897 ret = scf_entry_add_value(t_cid, val); in restarter_store_contract()