Home
last modified time | relevance | path

Searched refs:SRT_Exists (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c10728 #define SRT_Exists 3 /* Store 1 if the result is not empty */ macro
74767 dest.eDest = SRT_Exists;
92928 }else if( eDest!=SRT_Exists ){
93021 case SRT_Exists: {
94345 case SRT_Exists: {
96112 assert(pDest->eDest==SRT_Exists || pDest->eDest==SRT_Union ||
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c15359 #define SRT_Exists 3 /* Store 1 if the result is not empty */ macro
91544 dest.eDest = SRT_Exists;
114239 }else if( eDest!=SRT_Exists ){
114404 case SRT_Exists: {
116125 assert( pDest->eDest!=SRT_Exists );
118362 assert(pDest->eDest==SRT_Exists || pDest->eDest==SRT_Union ||