Searched refs:xMutexAlloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h5412 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
5440 ** and its associates). ^Similarly, xMutexAlloc() must not use SQLite memory
5441 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
5453 sqlite3_mutex *(*xMutexAlloc)(int); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c5965 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
5993 ** and its associates). ^Similarly, xMutexAlloc() must not use SQLite memory
5994 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
6006 sqlite3_mutex *(*xMutexAlloc)(int); member in struct:sqlite3_mutex_methods
16805 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){
16806 /* If the xMutexAlloc method has not been set, then the user did not
16819 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
16822 pTo->xMutexAlloc = pFrom->xMutexAlloc;
16857 return sqlite3GlobalConfig.mutex.xMutexAlloc(i
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h7552 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
7580 ** and its associates). Similarly, xMutexAlloc() must not use SQLite memory
7581 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
7593 sqlite3_mutex *(*xMutexAlloc)(int); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c8615 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
8643 ** and its associates). Similarly, xMutexAlloc() must not use SQLite memory
8644 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
8656 sqlite3_mutex *(*xMutexAlloc)(int); member in struct:sqlite3_mutex_methods
[all...]

Completed in 935 milliseconds