HomeSort by relevance Sort by last modified time
    Searched full:rtreecursor (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 123 typedef struct RtreeCursor RtreeCursor;
210 struct RtreeCursor {
804 RtreeCursor *pCsr;
806 pCsr = (RtreeCursor *)sqlite3_malloc(sizeof(RtreeCursor));
808 memset(pCsr, 0, sizeof(RtreeCursor));
819 ** Free the RtreeCursor.aConstraint[] array and its contents.
821 static void freeCursorConstraints(RtreeCursor *pCsr){
842 RtreeCursor *pCsr = (RtreeCursor *)cur
    [all...]

Completed in 127 milliseconds