home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c004 / 2.ddi / RTCTRE.H < prev   
Encoding:
C/C++ Source or Header  |  1989-04-18  |  1.7 KB  |  53 lines

  1. /*
  2.  *    This program is the CONFIDENTIAL and PROPRIETARY property 
  3.  *    of FairCom(R) Corporation. Any unauthorized use, reproduction or
  4.  *    transfer of this program is strictly prohibited.
  5.  *
  6.  *      Copyright (c) 1986, 1987 FairCom
  7.  *    (Subject to limited distribution and
  8.  *     restricted disclosure only.)
  9.  *    *** ALL RIGHTS RESERVED ***
  10.  *
  11.  *    4006 West Broadway
  12.  *    Columbia, MO 65203
  13.  *
  14.  *
  15.  *    c-tree(R)    Version 4.3
  16.  *            Release C
  17.  *            February 7, 1989 17:30
  18.  *
  19.  *
  20.  */
  21.  
  22. /* REPLACEMENT MODULE FOR rtctre.h AS SUPPLIED WITH r-tree V1.1 Release C */
  23.  
  24. #ifndef IKRU_ERR
  25.  
  26. #define IKRU_ERR    180    /* could not read symbolic key name      */
  27. #define IKMU_ERR    181    /* could not get mem for key symb name      */
  28. #define IKSR_ERR    182    /* no room for sort key. increase MAXFIL  */
  29. #define IDRU_ERR    183    /* could not read file field number values*/
  30. #define ISDP_ERR    184    /* attempt to reallocate set space      */
  31. #define ISAL_ERR    185    /* not enough memory for multiple sets      */
  32. #define ISNM_ERR    186    /* set number out of range          */
  33. #define IRBF_ERR    187    /* null buffer in rtread.c          */
  34. #define ITBF_ERR    188    /* null target buffer in rtread.c      */
  35. #define IJSK_ERR    189    /* join_to skip                  */
  36. #define IJER_ERR    190    /* join_to error              */
  37. #define IJNL_ERR    191    /* join_to null fill              */
  38. #define IDSK_ERR    192    /* detail_for skip              */
  39. #define IDER_ERR    193    /* detail_for error              */
  40. #define IDNL_ERR    194    /* detail_for null fill              */
  41. #define IDMU_ERR    195    /* could not get mem for dat symb name      */
  42. #define ITML_ERR    196    /* exceeded RETRY_LIMIT in RTREAD.C      */
  43.  
  44.  
  45. typedef struct {
  46.     COUNT    qlen;        /* significant length            */
  47.     COUNT    qkey;        /* sequence keyno + 1            */
  48.     TEXT    qbuf[MAXLEN];    /* key buffer                */
  49.     } SAVSET;
  50. #endif
  51.  
  52. /* end of rtctre.h */
  53.