Searched defs:aCsr (Results 1 – 2 of 2) sorted by relevance
248 Cursor *aCsr; /* One element of this array for each open cursor */ member
426 Cursor *aCsr = sqliteRealloc( p->aCsr, (mxCursor+1)*sizeof(Cursor) ); in expandCursorArraySize() local