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

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

Completed in 545 milliseconds