Lines Matching refs:typeRowid
91076 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 );
91117 if( unlikely(typeRowid<1 || typeRowid>9 || typeRowid==7) ){
91120 lenRowid = sqlite3SmallTypeSizes[typeRowid];
91127 sqlite3VdbeSerialGet((u8*)&m.z[m.n-lenRowid], typeRowid, &v);