sqlite3MutexInit 8991 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3MutexInit() SQLITE_OK sqlite3MutexInit 10961 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3MutexInit(void); sqlite3MutexInit 107379 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3MutexInit(); sqlite3MutexInit 134 third_party/sqlite/src/src/main.c rc = sqlite3MutexInit(); sqlite3MutexInit 2616 third_party/sqlite/src/src/sqliteInt.h int sqlite3MutexInit(void);