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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dshell.c650 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ function
832 /* since we don't have type info, call the shell_callback with a NULL value */
833 return shell_callback(pArg, nArg, azArg, azCol, NULL);
2331 rc = shell_exec(p->db, zSql, shell_callback, p, &zErrMsg);
2681 rc = shell_exec(data.db, zFirstCmd, shell_callback, &data, &zErrMsg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dshell.c650 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ function
832 /* since we don't have type info, call the shell_callback with a NULL value */
833 return shell_callback(pArg, nArg, azArg, azCol, NULL);
2331 rc = shell_exec(p->db, zSql, shell_callback, p, &zErrMsg);
2681 rc = shell_exec(data.db, zFirstCmd, shell_callback, &data, &zErrMsg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dshell.c650 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ function
832 /* since we don't have type info, call the shell_callback with a NULL value */
833 return shell_callback(pArg, nArg, azArg, azCol, NULL);
2331 rc = shell_exec(p->db, zSql, shell_callback, p, &zErrMsg);
2681 rc = shell_exec(data.db, zFirstCmd, shell_callback, &data, &zErrMsg);

Completed in 168 milliseconds