Home
last modified time | relevance | path

Searched refs:xMutexAlloc (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h6206 sqlite3_mutex *(*xMutexAlloc)(int); member
H A Dsqlite3.c6413 sqlite3_mutex *(*xMutexAlloc)(int); member
19139 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){ in sqlite3MutexInit()
19153 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc)); in sqlite3MutexInit()
19156 pTo->xMutexAlloc = pFrom->xMutexAlloc; in sqlite3MutexInit()
19192 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3_mutex_alloc()
19200 return sqlite3GlobalConfig.mutex.xMutexAlloc(id); in sqlite3MutexAlloc()

Completed in 342 milliseconds