Searched refs:lenRowid (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeaux.c3024 u32 lenRowid; /* Size of the rowid */ local
3068 lenRowid = sqlite3VdbeSerialTypeLen(typeRowid);
3069 testcase( (u32)m.n==szHdr+lenRowid );
3070 if( unlikely((u32)m.n<szHdr+lenRowid) ){
3075 sqlite3VdbeSerialGet((u8*)&m.z[m.n-lenRowid], typeRowid, &v);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c60328 u32 lenRowid; /* Size of the rowid */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c62562 u32 lenRowid; /* Size of the rowid */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c62590 u32 lenRowid; /* Size of the rowid */ local
[all...]

Completed in 461 milliseconds