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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbemem.c195 ** Existing representations MEM_Int and MEM_Real are *not* invalidated.
211 assert( fg&(MEM_Int|MEM_Real) );
226 if( fg & MEM_Int ){
365 if( flags & MEM_Int ){
391 }else if( pMem->flags & MEM_Int ){
406 ** MEM_Int if we can.
430 pMem->flags |= MEM_Int;
443 MemSetTypeFlag(pMem, MEM_Int);
461 ** Convert pMem so that it has types MEM_Real or MEM_Int or both.
469 if( (pMem->flags & (MEM_Int|MEM_Rea
[all...]
H A Dvdbe.c171 else if( flags & MEM_Int ){
251 if( (pRec->flags & (MEM_Real|MEM_Int))==0 ){
259 pRec->flags |= MEM_Int;
295 if( 0==(pRec->flags&MEM_Str) && (pRec->flags&(MEM_Real|MEM_Int)) ){
298 pRec->flags &= ~(MEM_Real|MEM_Int);
426 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){
428 }else if( p->flags & MEM_Int ){
669 pOut->flags = MEM_Int;
763 pIn1->flags = MEM_Int;
[all...]
H A Dvdbetrace.c119 }else if( pVar->flags & MEM_Int ){
H A Dvdbeaux.c913 }else if( pMem->flags & MEM_Int ){
1207 pMem->flags = MEM_Int;
1240 pMem->flags = MEM_Int;
1245 pMem->flags = MEM_Int;
1250 pMem->flags = MEM_Int;
2530 if( flags&MEM_Int ){
2711 pMem->flags = MEM_Int;
2716 pMem->flags = MEM_Int;
2721 pMem->flags = MEM_Int;
2726 pMem->flags = MEM_Int;
[all...]
H A DvdbeInt.h142 i64 i; /* Integer value used when MEM_Int is set in flags */
169 ** set, then the string is nul terminated. The MEM_Int and MEM_Real
174 #define MEM_Int 0x0004 /* Value is an integer */ macro
H A Dvdbeblob.c62 assert( v->aVar[0].flags&MEM_Int );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12356 i64 i; /* Integer value used when MEM_Int is set in flags */
12383 ** set, then the string is nul terminated. The MEM_Int and MEM_Real
12388 #define MEM_Int 0x0004 /* Value is an integer */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14026 i64 i; /* Integer value used when MEM_Int is set in flags */
14052 ** set, then the string is nul terminated. The MEM_Int and MEM_Real
14057 #define MEM_Int 0x0004 /* Value is an integer */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14026 i64 i; /* Integer value used when MEM_Int is set in flags */
14052 ** set, then the string is nul terminated. The MEM_Int and MEM_Real
14057 #define MEM_Int 0x0004 /* Value is an integer */ macro
[all...]

Completed in 947 milliseconds