Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c83417 testcase( flags & MEM_IntReal );
83479 if( pMem->flags & MEM_IntReal ){
88716 if( flags&(MEM_Int|MEM_IntReal) ){
88722 testcase( flags & MEM_IntReal );
88742 if( flags&MEM_IntReal ){
88747 pMem->flags &= ~MEM_IntReal;
89422 testcase( f1 & MEM_IntReal );
89436 testcase( f2 & MEM_IntReal );
91090 pCtx->pOut->flags |= MEM_IntReal;
96452 pIn1->flags |= MEM_IntReal;
[all …]