Home
last modified time | relevance | path

Searched refs:sqlite3BtreeCursorSize (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest3.c222 pCur = (BtCursor *)ckalloc(sqlite3BtreeCursorSize()); in btree_cursor()
223 memset(pCur, 0, sqlite3BtreeCursorSize()); in btree_cursor()
H A Dbtree.h242 int sqlite3BtreeCursorSize(void);
H A Dvdbe.c270 (eCurType==CURTYPE_BTREE?sqlite3BtreeCursorSize():0); in allocateCursor()
H A Dbtree.c4623 int sqlite3BtreeCursorSize(void){ in sqlite3BtreeCursorSize() function