Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c7657 #define sqlite3_mutex_alloc(X) ((sqlite3_mutex*)8) macro
12896 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int id){ in sqlite3_mutex_alloc() function
13059 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int iType){ in sqlite3_mutex_alloc() function
13315 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int iType){ in sqlite3_mutex_alloc() function
13632 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int iType){ in sqlite3_mutex_alloc() function
61026 #define sqlite3_mutex_alloc sqlite3_api->mutex_alloc macro