Searched refs:file_format (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprepare.c288 ** file_format==1 Version 3.0.0.
289 ** file_format==2 Version 3.1.3. // ALTER TABLE ADD COLUMN
290 ** file_format==3 Version 3.1.4. // ditto but with non-NULL defaults
291 ** file_format==4 Version 3.3.0. // DESC indices. Boolean constants
293 pDb->pSchema->file_format = (u8)meta[BTREE_FILE_FORMAT-1];
294 if( pDb->pSchema->file_format==0 ){
295 pDb->pSchema->file_format = 1;
297 if( pDb->pSchema->file_format>SQLITE_MAX_FILE_FORMAT ){
H A Dcallback.c449 }else if ( 0==p->file_format ){
H A Dattach.c138 }else if( aNew->pSchema->file_format && aNew->pSchema->enc!=ENC(db) ){
H A Dvdbe.c2420 int file_format; /* File format to use for encoding */ local
2448 file_format = p->minWriteFileFormat;
2466 serial_type = sqlite3VdbeSerialType(pRec, file_format);
2502 serial_type = sqlite3VdbeSerialType(pRec, file_format);
2506 i += sqlite3VdbeSerialPut(&zNewRecord[i], (int)(nByte-i), pRec,file_format);
2892 pDb->pSchema->file_format = (u8)pIn3->u.i;
3039 if( pDb->pSchema->file_format < p->minWriteFileFormat ){
3040 p->minWriteFileFormat = pDb->pSchema->file_format;
H A Dvdbeaux.c2523 u32 sqlite3VdbeSerialType(Mem *pMem, int file_format){ argument
2535 if( file_format>=4 && (i&1)==i ){
2647 u32 sqlite3VdbeSerialPut(u8 *buf, int nBuf, Mem *pMem, int file_format){ argument
2648 u32 serial_type = sqlite3VdbeSerialType(pMem, file_format);
H A DsqliteInt.h694 u8 file_format; /* Schema format version for this file */ member in struct:Schema
H A Dbuild.c2618 if( pDb->pSchema->file_format>=4 ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9039 u8 file_format; /* Schema format version for this file */ member in struct:Schema
59648 sqlite3VdbeSerialType(Mem *pMem, int file_format) argument
59772 sqlite3VdbeSerialPut(u8 *buf, int nBuf, Mem *pMem, int file_format) argument
62588 int file_format; /* File format to use for encoding */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10351 u8 file_format; /* Schema format version for this file */ member in struct:Schema
61932 const int file_format = 1; local
65017 sqlite3VdbeSerialType(Mem *pMem, int file_format) argument
70617 int file_format; /* File format to use for encoding */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10351 u8 file_format; /* Schema format version for this file */ member in struct:Schema
61952 const int file_format = 1; local
65037 sqlite3VdbeSerialType(Mem *pMem, int file_format) argument
70637 int file_format; /* File format to use for encoding */ local
[all...]

Completed in 4042 milliseconds