Home
last modified time | relevance | path

Searched refs:nodeWrite (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree.c611 nodeWrite(Rtree *pRtree, RtreeNode *pNode){ in nodeWrite() function
650 rc = nodeWrite(pRtree, pNode); in nodeRelease()
2229 if( SQLITE_OK!=(rc = nodeWrite(pRtree, pRight)) in SplitNode()
2230 || (0==pLeft->iNode && SQLITE_OK!=(rc = nodeWrite(pRtree, pLeft))) in SplitNode()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c124868 nodeWrite(Rtree *pRtree, RtreeNode *pNode){
124907 rc = nodeWrite(pRtree, pNode);
126486 if( SQLITE_OK!=(rc = nodeWrite(pRtree, pRight))
126487 || (0==pLeft->iNode && SQLITE_OK!=(rc = nodeWrite(pRtree, pLeft)))
/external/sqlite/dist/
Dsqlite3.c145330 static int nodeWrite(Rtree *pRtree, RtreeNode *pNode){
145368 rc = nodeWrite(pRtree, pNode);
146958 if( SQLITE_OK!=(rc = nodeWrite(pRtree, pRight))
146959 || (0==pLeft->iNode && SQLITE_OK!=(rc = nodeWrite(pRtree, pLeft)))
/external/sqlite/dist/orig/
Dsqlite3.c145298 static int nodeWrite(Rtree *pRtree, RtreeNode *pNode){
145336 rc = nodeWrite(pRtree, pNode);
146926 if( SQLITE_OK!=(rc = nodeWrite(pRtree, pRight))
146927 || (0==pLeft->iNode && SQLITE_OK!=(rc = nodeWrite(pRtree, pLeft)))