Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c4739 int nvMax = sqlite3_limit(sqlite3_context_db_handle(context), in base64() local
4749 if( nvMax < nc ){ in base64()
4769 if( nvMax < nb ){ in base64()
5115 int nvMax = sqlite3_limit(sqlite3_context_db_handle(context), in base85() local
5125 if( nvMax < nc ){ in base85()
5145 if( nvMax < nb ){ in base85()