Home
last modified time | relevance | path

Searched defs:sqlite3_callback (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/include/
Dsqlite3.h361 typedef int (*sqlite3_callback)(void*,int,char**, char**); typedef
/third_party/sqlite/src/
Dsqlite3.c671 typedef int (*sqlite3_callback)(void*,int,char**, char**); typedef