Searched refs:appStmt (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c2863 sqlite3_stmt **appStmt[N_STATEMENT]; local
2886 appStmt[0] = &pRtree->pReadNode;
2887 appStmt[1] = &pRtree->pWriteNode;
2888 appStmt[2] = &pRtree->pDeleteNode;
2889 appStmt[3] = &pRtree->pReadRowid;
2890 appStmt[4] = &pRtree->pWriteRowid;
2891 appStmt[5] = &pRtree->pDeleteRowid;
2892 appStmt[6] = &pRtree->pReadParent;
2893 appStmt[7] = &pRtree->pWriteParent;
2894 appStmt[
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c127131 sqlite3_stmt **appStmt[N_STATEMENT]; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c147668 sqlite3_stmt **appStmt[N_STATEMENT]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c147700 sqlite3_stmt **appStmt[N_STATEMENT]; local
[all...]

Completed in 501 milliseconds