HomeSort by relevance Sort by last modified time
    Searched refs:pTree (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
rowset.c 108 struct RowSetEntry *pTree; /* Binary tree of entries */
134 p->pTree = 0;
157 p->pTree = 0;
359 ** sorted already. If there is a binary tree on p->pTree, then
366 if( p->pTree ){
368 rowSetTreeToList(p->pTree, &pHead, &pTail);
369 p->pTree = 0;
405 pRowSet->pTree = rowSetListToTree(pRowSet->pEntry);
411 p = pRowSet->pTree;
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c 127 SegmentNode *pTree; /* Pointer to interior tree structure */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 1312 milliseconds