Searched refs:iDelete (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.cpp | 4492 int32_t iDelete = 0; in Stuff() local 4502 iDelete = std::max( in Stuff() 4519 i = iStart + iDelete; in Stuff()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 167094 static int rtreeDeleteRowid(Rtree *pRtree, sqlite3_int64 iDelete){ 167108 rc = findLeafNode(pRtree, iDelete, &pLeaf, 0); 167114 rc = nodeRowidIndex(pRtree, pLeaf, iDelete, &iCell); 167126 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
|
/external/sqlite/dist/ |
D | sqlite3.c | 167107 static int rtreeDeleteRowid(Rtree *pRtree, sqlite3_int64 iDelete){ 167121 rc = findLeafNode(pRtree, iDelete, &pLeaf, 0); 167127 rc = nodeRowidIndex(pRtree, pLeaf, iDelete, &iCell); 167139 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
|