Home
last modified time | relevance | path

Searched refs:iDelete (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp4319 int32_t iDelete = 0; in Stuff() local
4330 iDelete = std::max( in Stuff()
4347 i = iStart + iDelete; in Stuff()
/external/sqlite/dist/orig/
Dsqlite3.c169907 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/
Dsqlite3.c169935 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);