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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbemem.c134 pMem->flags |= MEM_Term;
166 pMem->flags &= ~(MEM_Zero|MEM_Term);
178 if( (pMem->flags & MEM_Term)!=0 || (pMem->flags & MEM_Str)==0 ){
186 pMem->flags |= MEM_Term;
234 pMem->flags |= MEM_Str|MEM_Term;
721 flags |= MEM_Term;
730 if( flags&MEM_Term ){
928 pMem->flags = MEM_Blob|MEM_Dyn|MEM_Term;
H A Dutf.c324 pMem->flags |= (MEM_Term|MEM_Dyn);
371 pMem->flags |= MEM_Term;
450 assert( (m.flags & MEM_Term)!=0 || db->mallocFailed );
H A Dtest5.c78 val.flags = MEM_Str|MEM_Term|MEM_Static;
H A DvdbeInt.h168 ** database (see below for exceptions). If the MEM_Term flag is also
184 ** policy for Mem.z. The MEM_Term flag tells us whether or not the
187 #define MEM_Term 0x0200 /* String rep is nul terminated */ macro
H A Dvdbeaux.c1212 pMem->flags = MEM_Static|MEM_Str|MEM_Term;
1259 pMem->flags = MEM_Dyn|MEM_Str|MEM_Term;
1276 pMem->flags = MEM_Dyn|MEM_Str|MEM_Term;
1285 pMem->flags = MEM_Str|MEM_Term;
1687 assert( rc!=0 || !zName || (pColName->flags&MEM_Term)!=0 );
H A Dvdbe.c947 pOut->flags = MEM_Str|MEM_Static|MEM_Term;
1187 pOut->flags |= MEM_Term;
2353 pDest->flags |= MEM_Term;
5365 pOut->flags = MEM_Str|MEM_Static|MEM_Term;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12382 ** database (see below for exceptions). If the MEM_Term flag is also
12398 ** policy for Mem.z. The MEM_Term flag tells us whether or not the
12401 #define MEM_Term 0x0200 /* String rep is nul terminated */ macro
19983 pMem->flags |= (MEM_Term|MEM_Dyn);
20030 pMem->flags |= MEM_Term;
20109 assert( (m.flags & MEM_Term)!=0 || db->mallocFailed );
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14051 ** database (see below for exceptions). If the MEM_Term flag is also
14070 ** policy for Mem.z. The MEM_Term flag tells us whether or not the
14073 #define MEM_Term 0x0200 /* String rep is nul terminated */ macro
22026 pMem->flags |= (MEM_Term);
22073 pMem->flags |= MEM_Term;
22152 assert( (m.flags & MEM_Term)!=0 || db->mallocFailed );
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14051 ** database (see below for exceptions). If the MEM_Term flag is also
14070 ** policy for Mem.z. The MEM_Term flag tells us whether or not the
14073 #define MEM_Term 0x0200 /* String rep is nul terminated */ macro
22026 pMem->flags |= (MEM_Term);
22073 pMem->flags |= MEM_Term;
22152 assert( (m.flags & MEM_Term)!=0 || db->mallocFailed );
[all...]

Completed in 903 milliseconds