Lines Matching refs:uuids
57 kcmuuid_t *uuids; member
576 ptr = realloc(c->uuids, sizeof(c->uuids[0]) * (c->length + 1)); in kcm_get_first()
578 free(c->uuids); in kcm_get_first()
584 c->uuids = ptr; in kcm_get_first()
586 memcpy(&c->uuids[c->length], &uuid, sizeof(uuid)); in kcm_get_first()
594 free(c->uuids); in kcm_get_first()
641 &c->uuids[c->offset], in kcm_get_next()
642 sizeof(c->uuids[c->offset])); in kcm_get_next()
644 if (sret != sizeof(c->uuids[c->offset])) { in kcm_get_next()
681 free(c->uuids); in kcm_end_get()
820 ptr = realloc(c->uuids, sizeof(c->uuids[0]) * (c->length + 1)); in kcm_get_cache_first()
827 c->uuids = ptr; in kcm_get_cache_first()
829 memcpy(&c->uuids[c->length], &uuid, sizeof(uuid)); in kcm_get_cache_first()
838 free(c->uuids); in kcm_get_cache_first()
873 &c->uuids[c->offset], in kcm_get_cache_next()
874 sizeof(c->uuids[c->offset])); in kcm_get_cache_next()
876 if (sret != sizeof(c->uuids[c->offset])) { in kcm_get_cache_next()
923 free(c->uuids); in kcm_end_cache_get()