Searched defs:ppindex (Results 1 – 3 of 3) sorted by relevance
708 struct ppindex /* checkpoint include index */ struct710 struct ppindex* next; /* next in list */ argument711 struct ppfile* file; /* include file */712 unsigned long begin; /* beginning output offset */713 unsigned long end; /* ending output offset */
450 struct ppindex struct452 struct ppindex* next; argument453 struct ppfile* file; 454 unsigned long begin; 455 unsigned long end;
2499 uint64_t ppindex, eindex, pindex; in ses_phys_tree_insert() local