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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c2649 i64 iDelete; /* The rowid to delete */ local
2650 RtreeNode *pLeaf; /* Leaf node containing record iDelete */
2651 int iCell; /* Index of iDelete cell in pLeaf */
2661 iDelete = sqlite3_value_int64(azData[0]);
2662 rc = findLeafNode(pRtree, iDelete, &pLeaf);
2668 rc = nodeRowidIndex(pRtree, pLeaf, iDelete, &iCell);
2680 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c126917 i64 iDelete; /* The rowid to delete */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c147326 rtreeDeleteRowid(Rtree *pRtree, sqlite3_int64 iDelete) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c147358 rtreeDeleteRowid(Rtree *pRtree, sqlite3_int64 iDelete) argument
[all...]

Completed in 1192 milliseconds