/external/chromium_org/third_party/sqlite/src/src/ |
D | malloc.c | 96 void(*xCallback)(void *pArg, sqlite3_int64 used,int N), in sqlite3MemoryAlarm() 117 void(*xCallback)(void *pArg, sqlite3_int64 used,int N), in sqlite3_memory_alarm() 244 void *pArg; in sqlite3MallocAlarm() local
|
D | legacy.c | 34 void *pArg, /* First argument to xCallback() */ in sqlite3_exec()
|
D | main.c | 950 void *pArg in sqlite3_busy_handler() 970 void *pArg in sqlite3_progress_handler() 1135 FuncDestructor *pArg = 0; in sqlite3_create_function_v2() local 1222 void *sqlite3_trace(sqlite3 *db, void (*xTrace)(void*,const char*), void *pArg){ in sqlite3_trace() argument 1242 void *pArg in sqlite3_profile() 1263 void *pArg /* Argument to the function */ in sqlite3_commit_hook() 1281 void *pArg /* Argument to the function */ in sqlite3_update_hook() 1299 void *pArg /* Argument to the function */ in sqlite3_rollback_hook() 1364 void *pArg /* First argument passed to xCallback() */ in sqlite3_wal_hook() 2413 int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ in sqlite3_file_control()
|
D | test_quota.c | 79 void *pArg; /* Third argument to the xCallback() */ member 505 static int quotaFileControl(sqlite3_file *pConn, int op, void *pArg){ in quotaFileControl() 662 int sqlite3_quota_set( in sqlite3_quota_set() 669 void *pArg /* Client data */ in sqlite3_quota_set() 735 void *pArg /* Client data */ in tclQuotaCallback()
|
D | test_pcache.c | 53 static int testpcacheInit(void *pArg){ in testpcacheInit() 67 static void testpcacheShutdown(void *pArg){ in testpcacheShutdown()
|
D | table.c | 44 static int sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv){ in sqlite3_get_table_cb()
|
D | notify.c | 151 void *pArg in sqlite3_unlock_notify()
|
D | auth.c | 73 void *pArg in sqlite3_set_authorizer()
|
D | test_init.c | 109 static int wrPCacheInit(void *pArg){ in wrPCacheInit() 121 static void wrPCacheShutdown(void *pArg){ in wrPCacheShutdown()
|
D | shell.c | 467 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() 652 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() 833 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback() 972 struct callback_data *pArg, /* Pointer to struct callback_data */ in display_stats() 1067 struct callback_data *pArg, /* Pointer to struct callback_data */ in shell_exec() 1190 static int dump_callback(void *pArg, int nArg, char **azArg, char **azCol){ in dump_callback()
|
D | vtab.c | 415 Token *pArg = &pParse->sArg; in sqlite3VtabArgExtend() local 865 void *pArg = 0; in sqlite3VtabOverloadFunction() local
|
D | test_tclvar.c | 164 Tcl_Obj *pArg = Tcl_NewStringObj((char*)sqlite3_value_text(argv[0]), -1); in tclvarFilter() local
|
D | test_onefile.c | 354 static int tmpFileControl(sqlite3_file *pFile, int op, void *pArg){ in tmpFileControl() 562 static int fsFileControl(sqlite3_file *pFile, int op, void *pArg){ in fsFileControl()
|
D | test_devsym.c | 216 static int devsymFileControl(sqlite3_file *pFile, int op, void *pArg){ in devsymFileControl()
|
D | os.c | 93 int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControl()
|
D | test7.c | 83 static void *client_main(void *pArg){ in client_main()
|
D | test_demovfs.c | 372 static int demoFileControl(sqlite3_file *pFile, int op, void *pArg){ in demoFileControl()
|
D | test_thread.c | 253 static int xBusy(void *pArg, int nBusy){ in xBusy()
|
D | test4.c | 61 static void *thread_main(void *pArg){ in thread_main()
|
D | test_multiplex.c | 750 static int multiplexFileControl(sqlite3_file *pConn, int op, void *pArg){ in multiplexFileControl() 1108 void *pArg = 0; in test_multiplex_control() local
|
/external/sqlite/dist/ |
D | shell.c | 529 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() 719 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() 925 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback() 1088 struct callback_data *pArg, /* Pointer to struct callback_data */ in display_stats() 1292 struct callback_data *pArg, /* Pointer to struct callback_data */ in shell_exec() 1455 static int dump_callback(void *pArg, int nArg, char **azArg, char **azCol){ in dump_callback() 1917 static void sql_trace_callback(void *pArg, const char *z){ in sql_trace_callback()
|
/external/sqlite/dist/orig/ |
D | shell.c | 524 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() 714 static int shell_callback(void *pArg, int nArg, char **azArg, char **azCol, int *aiType){ in shell_callback() 920 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback() 1083 struct callback_data *pArg, /* Pointer to struct callback_data */ in display_stats() 1287 struct callback_data *pArg, /* Pointer to struct callback_data */ in shell_exec() 1450 static int dump_callback(void *pArg, int nArg, char **azArg, char **azCol){ in dump_callback() 1897 static void sql_trace_callback(void *pArg, const char *z){ in sql_trace_callback()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | threadtest1.c | 194 static void *worker_bee(void *pArg){ in worker_bee()
|
D | threadtest3.c | 496 static int busyhandler(void *pArg, int n){ in busyhandler() 600 void * pArg = va_arg(ap, void*); in getAndBindSqlStatement() local 722 static void *launch_thread_main(void *pArg){ in launch_thread_main()
|
/external/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc.c | 706 int phDal4Nfc_ReaderThread(void * pArg) in phDal4Nfc_ReaderThread()
|