Searched defs:aToOpen (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c91072 u8 *aToOpen = 0; /* Open cursor iTabCur+j if aToOpen[j] is true */ local
96401 sqlite3OpenTableAndIndices( Parse *pParse, Table *pTab, int op, int iBase, u8 *aToOpen, int *piDataCur, int *piIdxCur ) argument
108296 u8 *aToOpen; /* 1 for tables and indices to be opened */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c91092 u8 *aToOpen = 0; /* Open cursor iTabCur+j if aToOpen[j] is true */ local
96421 sqlite3OpenTableAndIndices( Parse *pParse, Table *pTab, int op, int iBase, u8 *aToOpen, int *piDataCur, int *piIdxCur ) argument
108316 u8 *aToOpen; /* 1 for tables and indices to be opened */ local
[all...]

Completed in 307 milliseconds