Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c189023 static const char* const aMsg[] = { local
189074 if( ALWAYS(rc>=0) && rc<ArraySize(aMsg) && aMsg[rc]!=0 ){
189075 zErr = aMsg[rc];