Searched defs:MEM_Term (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
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
/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 642 milliseconds