Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c18978 #define FLAG_SIGNED 1 /* True if the value to convert is signed */ macro
19269 if( infop->flags & FLAG_SIGNED ){ in sqlite3VXPrintf()
/NextBSD/contrib/sqlite3/
HDsqlite3.c21528 #define FLAG_SIGNED 1 /* True if the value to convert is signed */
21822 if( infop->flags & FLAG_SIGNED ){