Home
last modified time | relevance | path

Searched refs:IntArray (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A DlsmInt.h215 typedef struct IntArray IntArray; typedef
216 struct IntArray { struct
373 IntArray rollback; /* List of tree-nodes to roll back */
H A Dlsm_tree.c222 static int intArrayAppend(lsm_env *pEnv, IntArray *p, u32 iVal){ in intArrayAppend()
240 static void intArrayFree(lsm_env *pEnv, IntArray *p){ in intArrayFree()
247 static int intArraySize(IntArray *p){ in intArraySize()
254 static u32 intArrayEntry(IntArray *p, int iIdx){ in intArrayEntry()
262 static void intArrayTruncate(IntArray *p, int nVal){ in intArrayTruncate()