Home
last modified time | relevance | path

Searched defs:pArg (Results 1 – 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
Dmalloc.c96 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
Dlegacy.c34 void *pArg, /* First argument to xCallback() */ in sqlite3_exec()
Dmain.c950 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()
Dtest_quota.c79 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()
Dtest_pcache.c53 static int testpcacheInit(void *pArg){ in testpcacheInit()
67 static void testpcacheShutdown(void *pArg){ in testpcacheShutdown()
Dtable.c44 static int sqlite3_get_table_cb(void *pArg, int nCol, char **argv, char **colv){ in sqlite3_get_table_cb()
Dnotify.c151 void *pArg in sqlite3_unlock_notify()
Dauth.c73 void *pArg in sqlite3_set_authorizer()
Dtest_init.c109 static int wrPCacheInit(void *pArg){ in wrPCacheInit()
121 static void wrPCacheShutdown(void *pArg){ in wrPCacheShutdown()
Dshell.c467 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()
Dvtab.c415 Token *pArg = &pParse->sArg; in sqlite3VtabArgExtend() local
865 void *pArg = 0; in sqlite3VtabOverloadFunction() local
Dtest_tclvar.c164 Tcl_Obj *pArg = Tcl_NewStringObj((char*)sqlite3_value_text(argv[0]), -1); in tclvarFilter() local
Dtest_onefile.c354 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()
Dtest_devsym.c216 static int devsymFileControl(sqlite3_file *pFile, int op, void *pArg){ in devsymFileControl()
Dos.c93 int sqlite3OsFileControl(sqlite3_file *id, int op, void *pArg){ in sqlite3OsFileControl()
Dtest7.c83 static void *client_main(void *pArg){ in client_main()
Dtest_demovfs.c372 static int demoFileControl(sqlite3_file *pFile, int op, void *pArg){ in demoFileControl()
Dtest_thread.c253 static int xBusy(void *pArg, int nBusy){ in xBusy()
Dtest4.c61 static void *thread_main(void *pArg){ in thread_main()
Dtest_multiplex.c750 static int multiplexFileControl(sqlite3_file *pConn, int op, void *pArg){ in multiplexFileControl()
1108 void *pArg = 0; in test_multiplex_control() local
/external/sqlite/dist/
Dshell.c529 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/
Dshell.c524 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/
Dthreadtest1.c194 static void *worker_bee(void *pArg){ in worker_bee()
Dthreadtest3.c496 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/
DphDal4Nfc.c706 int phDal4Nfc_ReaderThread(void * pArg) in phDal4Nfc_ReaderThread()

12