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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dmain.c280 db->file_format = meta[2];
291 ** file_format==1 Version 2.1.0.
292 ** file_format==2 Version 2.2.0. Add support for INTEGER PRIMARY KEY.
293 ** file_format==3 Version 2.6.0. Fix empty-string index bug.
294 ** file_format==4 Version 2.7.0. Add support for separate numeric and
297 if( db->file_format==0 ){
299 db->file_format = 4;
300 }else if( db->file_format>4 ){
305 }else if( iDb!=1 && (db->file_format!=meta[2] || db->file_format<
[all...]
H A Dattach.c40 if( db->file_format<4 ){
H A Dbuild.c540 sqliteVdbeAddOp(v, OP_Integer, db->file_format, 0);
632 if( pParse->db->file_format>=4 ){
709 if( pParse->db->file_format>=1 &&
1731 if( db->file_format>=4 ) sqliteAddIdxKeyType(v, pIndex);
H A Ddelete.c393 if( db->file_format>=4 ) sqliteAddIdxKeyType(v, pIdx);
H A Dpragma.c673 if( db->file_format>=4 ) sqliteAddIdxKeyType(v, pIdx);
H A DsqliteInt.h312 ** The sqlite.file_format is initialized by the database file
318 ** file_format==1 Version 2.1.0.
319 ** file_format==2 Version 2.2.0. Add support for INTEGER PRIMARY KEY.
320 ** file_format==3 Version 2.6.0. Fix empty-string index bug.
321 ** file_format==4 Version 2.7.0. Add support for separate numeric and
352 u8 file_format; /* What file format version is this database? */ member in struct:sqlite
H A Dselect.c328 }else if( pParse->db->file_format>=4 ){
451 if( pParse->db->file_format>=4 ) sqliteAddKeyType(v, pEList);
2353 if( pParse->db->file_format>=4 ) sqliteAddKeyType(v, pGroupBy);
H A Dinsert.c779 if( pParse->db->file_format>=4 ) sqliteAddIdxKeyType(v, pIdx);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c1007 enum file_formats file_format = PF2; local
1113 file_format = ASCII_BITMAPS;
1117 file_format = WIDTH_SPEC;
1126 if (file_format == ASCII_BITMAPS && font_info.num_range > 0)
1132 else if (file_format == ASCII_BITMAPS)
1186 add_font (&font_info, ft_face, file_format != PF2);
1222 switch (file_format)

Completed in 57 milliseconds