Mapper
dbsearch.h
Go to the documentation of this file.
1 /* Prototypes the functions used to search the HYDROMET database
2  and defines their return values. Wayne Martin - CNRFC 01/01/95 */
3 
4 #define RETRY -2L /* return value for retry request */
5 #define INVALID -1L /* return value for invalid entry */
6 #define EXIT 0L /* return value for exit request */
7 #define FOUND 1L /* return value for valid data base ID found */
8 
9 struct handbook5 bs_hb5(unsigned char *hb5_pc, size_t max_recs,
10  struct handbook5 *hb);
11 unsigned long int bs_hbook5(unsigned char *name, struct database *dbase);
12 unsigned long int bs_sindx(struct sindx *sdx, unsigned long int id,
13  unsigned long int num);
14 signed long int bs_sname(unsigned char *name, struct database *dbase);
15 signed int get_id(unsigned long int *db_index, unsigned char *request,
16  struct database *dbase, struct sindx *sdx);
17 signed long int ss_sname(unsigned char *name, struct database *dbase);
char name[35][30]
Definition: borshef.c:10
signed long int bs_sname(unsigned char *name, struct database *dbase)
unsigned long int bs_hbook5(unsigned char *name, struct database *dbase)
signed long int ss_sname(unsigned char *name, struct database *dbase)
unsigned long int bs_sindx(struct sindx *sdx, unsigned long int id, unsigned long int num)
Definition: bs_sindx.c:20
signed int get_id(unsigned long int *db_index, unsigned char *request, struct database *dbase, struct sindx *sdx)
struct handbook5 bs_hb5(unsigned char *hb5_pc, size_t max_recs, struct handbook5 *hb)
struct sindx * sdx
Definition: mapper.c:122
struct database dbase
Definition: mapper.c:121