Searched refs:pWriteParent (Results 1 – 1 of 1) sorted by relevance
218301 sqlite3_stmt *pWriteParent; member219151 sqlite3_finalize(pRtree->pWriteParent);220471 sqlite3_bind_int64(pRtree->pWriteParent, 1, iNode);220472 sqlite3_bind_int64(pRtree->pWriteParent, 2, iPar);220473 sqlite3_step(pRtree->pWriteParent);220474 return sqlite3_reset(pRtree->pWriteParent);221559 appStmt[6] = &pRtree->pWriteParent;