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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c2100 u32 szField; /* Number of bytes in the content of a field */ local
2281 szField = sqlite3VdbeSerialTypeLen(aType[i]);
2282 offset += szField;
2283 if( offset<szField ){ /* True if offset overflows */
/external/sqlite/dist/orig/
H A Dsqlite3.c62128 int szField; /* Size of the current data field */ local
70326 u32 szField; /* Number of bytes in the content of a field */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c62148 int szField; /* Size of the current data field */ local
70346 u32 szField; /* Number of bytes in the content of a field */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62566 u32 szField; /* Number of bytes in the content of a field */ member in struct:vdbeExecUnion::OP_Column_stack_vars
[all...]

Completed in 471 milliseconds