Searched refs:IntArray (Results 1 – 2 of 2) sorted by relevance
215 typedef struct IntArray IntArray; typedef216 struct IntArray { struct373 IntArray rollback; /* List of tree-nodes to roll back */
222 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()