Searched refs:iDelete (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 4319 int32_t iDelete = 0; in Stuff() local 4330 iDelete = std::max( in Stuff() 4347 i = iStart + iDelete; in Stuff()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 169907 static int rtreeDeleteRowid(Rtree *pRtree, sqlite3_int64 iDelete){ 169921 rc = findLeafNode(pRtree, iDelete, &pLeaf, 0); 169927 rc = nodeRowidIndex(pRtree, pLeaf, iDelete, &iCell); 169939 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
|
/external/sqlite/dist/ |
D | sqlite3.c | 169935 static int rtreeDeleteRowid(Rtree *pRtree, sqlite3_int64 iDelete){ 169949 rc = findLeafNode(pRtree, iDelete, &pLeaf, 0); 169955 rc = nodeRowidIndex(pRtree, pLeaf, iDelete, &iCell); 169967 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
|