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

/external/sqlite/dist/orig/
H A Dshell.c1857 static int shell_callback( function
2199 /* since we don't have type info, call the shell_callback with a NULL value */
2200 return shell_callback(pArg, nArg, azArg, azCol, NULL);
3173 rc = shell_exec(p->db, sSelect.z, shell_callback, p, 0);
3177 shell_exec(p->db, sSelect.z, shell_callback, p, 0);
4983 shell_callback, &data,&zErrMsg);
4986 shell_callback, &data,&zErrMsg);
4989 shell_callback, &data, &zErrMsg);
6192 shell_exec(p->db, zSql, shell_callback, p, 0);
6793 rc = shell_exec(p->db, zSql, shell_callback,
[all...]
/external/sqlite/dist/
H A Dshell.c1863 static int shell_callback( function
2205 /* since we don't have type info, call the shell_callback with a NULL value */
2206 return shell_callback(pArg, nArg, azArg, azCol, NULL);
3179 rc = shell_exec(p->db, sSelect.z, shell_callback, p, 0);
3183 shell_exec(p->db, sSelect.z, shell_callback, p, 0);
5005 shell_callback, &data,&zErrMsg);
5008 shell_callback, &data,&zErrMsg);
5011 shell_callback, &data, &zErrMsg);
6214 shell_exec(p->db, zSql, shell_callback, p, 0);
6815 rc = shell_exec(p->db, zSql, shell_callback,
[all...]

Completed in 112 milliseconds