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