Searched refs:nodeWrite (Results 1 – 4 of 4) sorted by relevance
| /external/chromium_org/third_party/sqlite/src/ext/rtree/ |
| D | rtree.c | 611 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/ |
| D | sqlite3.c | 124868 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/ |
| D | sqlite3.c | 145330 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/ |
| D | sqlite3.c | 145298 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)))
|