Home
last modified time | relevance | path

Searched refs:ce_allocated (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/fs/iso9660/
Dsusp_rr.c124 int ce_allocated; /* 0= do not free ce_data, 1= do free */ member
161 o->ce_allocated = 0; in susp_rr_iter_new()
173 if (o->ce_data != NULL && o->ce_allocated) in susp_rr_iter_destroy()
190 if (iter->ce_data != NULL && iter->ce_allocated) in susp_rr_switch_to_ca()
193 iter->ce_allocated = 0; in susp_rr_switch_to_ca()
203 iter->ce_allocated = 1; in susp_rr_switch_to_ca()