Searched refs:EAssocList_t (Results 1 – 2 of 2) sorted by relevance
163 } EAssocList_t; typedef202 EAssocList_t *assoc_tbl; /* associations between objects */
467 EAssocList_t *ap = hdlp->assoc_tbl + assoc_id; in i_psvc_get_assoc_matches()500 EAssocList_t *ap = &hdlp->assoc_tbl[assoc_id]; in i_psvc_get_assoc_id()2910 if ((hp->assoc_tbl = malloc(sizeof (EAssocList_t) * hp->assoc_count)) in i_psvc_load_associations()2914 memset(hp->assoc_tbl, 0, sizeof (EAssocList_t) * hp->assoc_count); in i_psvc_load_associations()