Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c91076 u32 typeRowid; /* Serial type of the rowid */ local
91108 getVarint32NR((u8*)&m.z[szHdr-1], typeRowid);
91109 testcase( typeRowid==1 );
91110 testcase( typeRowid==2 );
91111 testcase( typeRowid==3 );
91112 testcase( typeRowid==4 );
91113 testcase( typeRowid==5 );
91114 testcase( typeRowid==6 );
91115 testcase( typeRowid==8 );
91116 testcase( typeRowid==9 );
[all …]