Lines Matching refs:SCR

38 static int append __P((SCR*, db_recno_t, const CHAR_T*, size_t, lnop_t, int));
44 * PUBLIC: int db_eget __P((SCR *, db_recno_t, CHAR_T **, size_t *, int *));
47 db_eget(SCR *sp, db_recno_t lno, CHAR_T **pp, size_t *lenp, int *isemptyp)
88 * PUBLIC: int db_get __P((SCR *, db_recno_t, u_int32_t, CHAR_T **, size_t *));
91 db_get(SCR *sp, db_recno_t lno, u_int32_t flags, CHAR_T **pp, size_t *lenp)
223 * PUBLIC: int db_delete __P((SCR *, db_recno_t));
226 db_delete(SCR *sp, db_recno_t lno)
286 append(SCR *sp, db_recno_t lno, const CHAR_T *p, size_t len, lnop_t op, int update)
390 * PUBLIC: int db_append __P((SCR *, int, db_recno_t, const CHAR_T *, size_t));
393 db_append(SCR *sp, int update, db_recno_t lno, const CHAR_T *p, size_t len)
407 * PUBLIC: int db_insert __P((SCR *, db_recno_t, CHAR_T *, size_t));
410 db_insert(SCR *sp, db_recno_t lno, CHAR_T *p, size_t len)
423 * PUBLIC: int db_set __P((SCR *, db_recno_t, CHAR_T *, size_t));
426 db_set(SCR *sp, db_recno_t lno, CHAR_T *p, size_t len)
483 * PUBLIC: int db_exist __P((SCR *, db_recno_t));
486 db_exist(SCR *sp, db_recno_t lno)
516 * PUBLIC: int db_last __P((SCR *, db_recno_t *));
519 db_last(SCR *sp, db_recno_t *lnop)
594 * PUBLIC: void db_err __P((SCR *, db_recno_t));
597 db_err(SCR *sp, db_recno_t lno)
608 * PUBLIC: int scr_update __P((SCR *sp, db_recno_t lno,
612 scr_update(SCR *sp, db_recno_t lno, lnop_t op, int current)
615 SCR *tsp;
633 * PUBLIC: void update_cache __P((SCR *sp, lnop_t op, db_recno_t lno));
636 update_cache(SCR *sp, lnop_t op, db_recno_t lno)
638 SCR* scrp;
678 * PUBLIC: int line_insdel __P((SCR *sp, lnop_t op, db_recno_t lno));
681 line_insdel(SCR *sp, lnop_t op, db_recno_t lno)
702 * PUBLIC: int db_setup __P((SCR *, EXF *));
705 db_setup(SCR *sp, EXF *ep)
767 * PUBLIC: int db_msg_open __P((SCR *, const char *, DB **));
769 int db_msg_open(SCR *sp, const char *file, DB **dbp)
777 * PUBLIC: int db_init __P((SCR *, EXF *, char *, char *, size_t, int *));
780 db_init(SCR *sp, EXF *ep, char *rcv_name, char *oname, size_t psize, int *open_err)