Searched refs:ci_items (Results 1 – 4 of 4) sorted by relevance
71 fmd_case_item_t *ci_items; /* list of items in this case */ member
1490 for (cit = cip->ci_items; cit != NULL; cit = ncit) { in fmd_case_destroy()1594 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) { in fmd_case_insert_principal()1629 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) { in fmd_case_insert_event()1653 cit->cit_next = cip->ci_items; in fmd_case_insert_event()1656 cip->ci_items = cit; in fmd_case_insert_event()1771 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) in fmd_case_transition()2033 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) in fmd_case_commit()2392 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) { in fmd_case_contains()
567 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) { in fmd_log_append()
659 for (cit = cip->ci_items; cit != NULL; cit = cit->cit_next) in fmd_ckpt_save_case()