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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1677 static int rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode){ function
2150 xSetMapping = ((iHeight==0)?rowidWrite:parentWrite);
2516 rc = rowidWrite(pRtree, p->iRowid, pNode->iNode);
2580 rc = rowidWrite(pRtree, pCell->iRowid, pNode->iNode);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c125945 static int rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c146579 static int rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c146611 static int rowidWrite(Rtree *pRtree, sqlite3_int64 iRowid, sqlite3_int64 iNode){ function
[all...]

Completed in 2254 milliseconds