Home
last modified time | relevance | path

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

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c27647 if( v==SMALLEST_INT64 ){
31574 testcase( iB==SMALLEST_INT64+1 );
31575 if( iB==SMALLEST_INT64 ){
31592 if( iA<SMALLEST_INT64/iB ) return 1;
31595 if( iB<SMALLEST_INT64/iA ) return 1;
31597 if( iB==SMALLEST_INT64 ) return 1;
31598 if( iA==SMALLEST_INT64 ) return 1;
74946 static const i64 minInt = SMALLEST_INT64;
75924 }else if( pVal->u.i==SMALLEST_INT64 ){
113140 if( iVal==SMALLEST_INT64 ){
[all …]

Completed in 416 milliseconds