Searched refs:pgno (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dpermdic.c50 static int readThisCache(struct DM *dm, struct ND *xdm, long pgno, unsigned long val, WCHAR_T *key, int cur, int ylen, struct nread *nread, int mc, int nc, int *cf);
51 static int SearchInPage(struct DM *dm, struct ND *xdm, long pgno, unsigned char *buf, unsigned long val, WCHAR_T *key, int cur, int ylen, struct nread *nread, int mc, int nc, int *cf);
418 int readThisCache(struct DM *dm, struct ND *xdm, long pgno, unsigned long val, WCHAR_T *key, int cur, int ylen, struct nread *nread, int mc, int nc, int *cf) argument
423 if (xdm->pgs[pgno].buf) {
424 if (*(wrec1 = wrec = xdm->pgs[pgno].buf + val) & 0x80)
434 if (_RkGetLink(xdm, pgno, val, &nread[nc].offset, &nread[nc].csn) < 0) {
450 SearchInPage(struct DM *dm, struct ND *xdm, long pgno, unsigned char *buf, unsigned long val, WCHAR_T *key, int cur, int ylen, struct nread *nread, int mc, int nc, int *cf) argument
457 nc = readThisCache(dm, xdm, pgno, val, key,
475 nc = readThisCache(dm, xdm, pgno, val, key,
478 nc = SearchInPage(dm, xdm, pgno, bu
488 long next, pgno, iw; local
[all...]
H A DRKutil.c350 _RkGetLink(struct ND *dic, long pgno, unsigned long off, unsigned long *lvo, unsigned long *csn) argument
352 struct NP *pg = dic->pgs + pgno;
H A DRKintern.h1204 int _RkGetLink(struct ND *dic, long pgno, unsigned long off, unsigned long *lvo, unsigned long *csn);

Completed in 45 milliseconds