MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / callback

Function callback

modules/dasSQLITE/sqlite/shell.c:17808–17811  ·  view source on GitHub ↗

** This is the callback routine that the SQLite library ** invokes for each row of a query result. */

Source from the content-addressed store, hash-verified

17806** invokes for each row of a query result.
17807*/
17808static int callback(void *pArg, int nArg, char **azArg, char **azCol){
17809 /* since we don't have type info, call the shell_callback with a NULL value */
17810 return shell_callback(pArg, nArg, azArg, azCol, NULL);
17811}
17812
17813/*
17814** This is the callback routine from sqlite3_exec() that appends all

Callers 10

invokeFunction · 0.85
invokeFunction · 0.85
jquery-3.5.1.jsFile · 0.85
do_meta_commandFunction · 0.85
callCompilationCallbackFunction · 0.85
visitTypeDeclsMethod · 0.85
visitTypeDeclsFunction · 0.85
visitTypeDeclsMethod · 0.85
visitTypeDeclsMethod · 0.85
for_each_tableFunction · 0.85

Calls 1

shell_callbackFunction · 0.85

Tested by 2

invokeFunction · 0.68
invokeFunction · 0.68