Home
last modified time | relevance | path

Searched defs:SQLITE_CountRows (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9568 #define SQLITE_CountRows 0x00001000 /* Count rows changed by INSERT, */ macro
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c16982 #define SQLITE_CountRows HI(0x00001) /* Count rows changed by INSERT, */ macro