Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c22877 static int shell_callback( in shell_callback() function
23310 return shell_callback(pArg, nArg, azArg, azCol, NULL); in callback()
24666 if( shell_callback(pArg, nCol, azVals, azCols, aiTypes) ){ in exec_prepared_stmt()