Searched refs:pWriteParent (Results 1 – 1 of 1) sorted by relevance
218673 sqlite3_stmt *pWriteParent; member219526 sqlite3_finalize(pRtree->pWriteParent);220849 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);220850 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);220851 sqlite3_step(pRtree->pWriteParent);220852 return sqlite3_reset(pRtree->pWriteParent);221937 appStmt[6] = &pRtree->pWriteParent;