HomeSort by relevance Sort by last modified time
    Searched refs:shell_callback (Results 1 - 3 of 3) sorted by null

  /external/sqlite/dist/orig/
shell.c 714 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ function
921 /* since we don't have type info, call the shell_callback with a NULL value */
922 return shell_callback(pArg, nArg, azArg, azCol, NULL);
    [all...]
  /external/sqlite/dist/
shell.c 719 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ function
926 /* since we don't have type info, call the shell_callback with a NULL value */
927 return shell_callback(pArg, nArg, azArg, azCol, NULL);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 652 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ function
834 /* since we don't have type info, call the shell_callback with a NULL value */
835 return shell_callback(pArg, nArg, azArg, azCol, NULL);
    [all...]

Completed in 143 milliseconds