Home
last modified time | relevance | path

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

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