Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c63127 assert( (p->flags & (MEM_Int|MEM_Real))!=(MEM_Int|MEM_Real) );
63391 if( fg & MEM_Int ){
63549 if( flags & MEM_Int ){
63769 pMem->flags = MEM_Int;
67672 if( flags&MEM_Int ){
71087 return MEM_Int;
71201 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){
71361 pOut->flags = MEM_Int;
71619 pIn1->flags = MEM_Int;
71661 pOut->flags = MEM_Int;
[all …]

Completed in 288 milliseconds