Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp4982 int32_t iDelete = 0; in Stuff() local
5000 iDelete = (int32_t)HValueToFloat(hThis, deleteValue); in Stuff()
5001 if (iDelete <= 0) { in Stuff()
5002 iDelete = 0; in Stuff()
5017 i = iStart + iDelete; in Stuff()
/external/sqlite/dist/
Dsqlite3.c156762 static int rtreeDeleteRowid(Rtree *pRtree, sqlite3_int64 iDelete){
156776 rc = findLeafNode(pRtree, iDelete, &pLeaf, 0);
156782 rc = nodeRowidIndex(pRtree, pLeaf, iDelete, &iCell);
156794 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);
/external/sqlite/dist/orig/
Dsqlite3.c156732 static int rtreeDeleteRowid(Rtree *pRtree, sqlite3_int64 iDelete){
156746 rc = findLeafNode(pRtree, iDelete, &pLeaf, 0);
156752 rc = nodeRowidIndex(pRtree, pLeaf, iDelete, &iCell);
156764 sqlite3_bind_int64(pRtree->pDeleteRowid, 1, iDelete);