Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c93069 u32 typeRowid; /* Serial type of the rowid */ local
93101 getVarint32NR((u8*)&m.z[szHdr-1], typeRowid);
93102 testcase( typeRowid==1 );
93103 testcase( typeRowid==2 );
93104 testcase( typeRowid==3 );
93105 testcase( typeRowid==4 );
93106 testcase( typeRowid==5 );
93107 testcase( typeRowid==6 );
93108 testcase( typeRowid==8 );
93109 testcase( typeRowid==9 );
[all …]