home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / EMBL Search / Headers / hitstorage.h < prev    next >
Encoding:
Text File  |  1992-03-27  |  614 b   |  13 lines  |  [TEXT/KAHL]

  1.  
  2. /* hitstorage.c */
  3. Boolean FillDEBuffer(ResultHdl resHdl, short first, Boolean bCache);
  4. Boolean NewHitlist(HitmapHdl hitmapHdl, short dbcode, HitlistHdl *new, short *nhits);
  5. Boolean InitResultRec(ResultHdl *new, short dbcode, HitmapHdl hitmapHdl, QueryHdl queryHdl);
  6. void DisposeResRec(ResultHdl resRecHdl);
  7. Boolean GetSelectState(HitlistHdl hlHdl, short pos);
  8. void SetSelectState(HitlistHdl hlHdl, short pos, Boolean state);
  9. Boolean NewHitmap(HitmapHdl *new, short dbcode);
  10. void OrHitmaps(HitmapHdl hmHdl1, HitmapHdl hmHdl2);
  11. void AndHitmaps(HitmapHdl hmHdl1, HitmapHdl hmHdl2);
  12. void NotHitmap(HitmapHdl hmHdl);
  13.