Home | History | Annotate | Download | only in dist

Lines Matching refs:_node

208542 **   CREATE TABLE %_node(nodeno INTEGER PRIMARY KEY, data BLOB)
208546 ** The data for each node of the r-tree structure is stored in the %_node
208686 char *zNodeName; /* Name of the %_node table */
212155 memcpy(&pRtree->zNodeName[nName], "_node", 6);
212736 ** 1. For each cell in the r-tree structure (%_node table), that:
214069 memcpy(&pRtree->zNodeName[nName], "_node", 6);