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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c12717 ** database (see below for exceptions). If the MEM_Term flag is also
12733 ** policy for Mem.z. The MEM_Term flag tells us whether or not the
12736 #define MEM_Term 0x0200 /* String rep is nul terminated */ macro
20377 pMem->flags |= (MEM_Term|MEM_Dyn);
20424 pMem->flags |= MEM_Term;
20503 assert( (m.flags & MEM_Term)!=0 || db->mallocFailed );
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c21192 const char *zPType; /* Pointer type when MEM_Term|MEM_Subtype|MEM_Null */
21223 ** sqlite3_result_pointer() the MEM_Term and MEM_Subtype flags are also set.
21227 ** database (see below for exceptions). If the MEM_Term flag is also
21246 ** policy for Mem.z. The MEM_Term flag tells us whether or not the
21249 #define MEM_Term 0x0200 /* String in Mem.z is zero terminated */ macro
[all...]

Completed in 819 milliseconds