Searched defs:Last (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.h79 int (*Last)(BtCursor*, int *pRes); member in struct:BtCursorOps
130 #define sqliteBtreeLast(pCur, pRes) (btCOps(pCur)->Last(pCur, pRes))
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c107 static TREE *Last[MINSIZE/WORDSIZE-1]; variable
141 Last[i] = tp;
156 Last[i] = NULL;
508 Last[ts] = tp;
510 sp = Last[ts];
514 Last[ts] = tp;
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c58 #define Last 1 /* Ptr to last element of a chain */ macro

Completed in 62 milliseconds