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

/osnet-11/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))
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmalloc.c104 static TREE *Last[MINSIZE/WORDSIZE-1]; variable
138 Last[i] = tp;
153 Last[i] = NULL;
509 Last[ts] = tp;
511 sp = Last[ts];
515 Last[ts] = tp;

Completed in 37 milliseconds