Home
last modified time | relevance | path

Searched refs:iMagic (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c150 int iMagic; /* Integer to verify correct byte order */ member
800 (pP1->iMagic!=MAGIC && swab32(pP1->iMagic)!=MAGIC) ){ in lockBtree()
804 pBt->needSwab = pP1->iMagic!=MAGIC; in lockBtree()
854 pP1->iMagic = MAGIC; in newDatabase()
857 pP1->iMagic = swab32(MAGIC); in newDatabase()