Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c57377 if( fg & MEM_Int ){
57510 if( flags & MEM_Int ){
57675 pMem->flags = MEM_Int;
59556 pMem->flags = MEM_Int;
59561 pMem->flags = MEM_Int;
60875 if( flags&MEM_Int ){
63439 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){
64285 pIn1->flags = MEM_Int;
64313 pIn1->flags = MEM_Int;
64786 if( (pIn1->flags & pIn2->flags & MEM_Int)==MEM_Int ){
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c76482 pMem->flags = MEM_Int;
76494 pMem->flags = MEM_Int;
81395 pMem->flags = MEM_Int;
85475 return MEM_Int;
85481 return MEM_Int;
85578 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){
85754 pOut->flags = MEM_Int;
86046 pIn1->flags = MEM_Int;
86088 pOut->flags = MEM_Int;
86131 pIn1->flags = MEM_Int;
[all …]