Home
last modified time | relevance | path

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

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