Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c10567 static int shell_callback( in shell_callback() function
10937 return shell_callback(pArg, nArg, azArg, azCol, NULL); in callback()
11608 if( shell_callback(pArg, nCol, azVals, azCols, aiTypes) ){ in exec_prepared_stmt()