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

  /external/chromium_org/third_party/sqlite/src/src/
test_stat.c 122 char *zPagetype; /* Value of 'pagetype' column */
406 pCsr->zPagetype = "overflow";
461 pCsr->zPagetype = "internal";
465 pCsr->zPagetype = "leaf";
468 pCsr->zPagetype = "corrupted";
518 sqlite3_result_text(ctx, pCsr->zPagetype, -1, SQLITE_STATIC);

Completed in 236 milliseconds