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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex.c34 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){
35 /* If the xMutexAlloc method has not been set, then the user did not
48 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
51 pTo->xMutexAlloc = pFrom->xMutexAlloc;
86 return sqlite3GlobalConfig.mutex.xMutexAlloc(id);
94 return sqlite3GlobalConfig.mutex.xMutexAlloc(id);
H A Dtest_mutex.c83 pReal = g.m.xMutexAlloc(eType);
217 assert( g.m.xMutexAlloc==0 );
224 assert( g.m.xMutexAlloc );
H A Dtest_init.c86 return wrapped.mutex.xMutexAlloc(e);
H A Dsqlite.h.in5233 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
5261 ** and its associates). ^Similarly, xMutexAlloc() must not use SQLite memory
5262 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
5274 sqlite3_mutex *(*xMutexAlloc)(int);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h5238 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
5266 ** and its associates). ^Similarly, xMutexAlloc() must not use SQLite memory
5267 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
5279 sqlite3_mutex *(*xMutexAlloc)(int); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c5781 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
5809 ** and its associates). ^Similarly, xMutexAlloc() must not use SQLite memory
5810 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
5822 sqlite3_mutex *(*xMutexAlloc)(int); member in struct:sqlite3_mutex_methods
16429 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){
16430 /* If the xMutexAlloc method has not been set, then the user did not
16443 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
16446 pTo->xMutexAlloc = pFrom->xMutexAlloc;
16481 return sqlite3GlobalConfig.mutex.xMutexAlloc(i
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5591 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
5619 ** and its associates). ^Similarly, xMutexAlloc() must not use SQLite memory
5620 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
5632 sqlite3_mutex *(*xMutexAlloc)(int); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6141 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
6169 ** and its associates). ^Similarly, xMutexAlloc() must not use SQLite memory
6170 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
6182 sqlite3_mutex *(*xMutexAlloc)(int); member in struct:sqlite3_mutex_methods
17293 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){
17294 /* If the xMutexAlloc method has not been set, then the user did not
17307 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
17310 pTo->xMutexAlloc = pFrom->xMutexAlloc;
17345 return sqlite3GlobalConfig.mutex.xMutexAlloc(i
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5591 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
5619 ** and its associates). ^Similarly, xMutexAlloc() must not use SQLite memory
5620 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
5632 sqlite3_mutex *(*xMutexAlloc)(int); member in struct:sqlite3_mutex_methods
H A Dsqlite3.c6141 ** ^(The remaining seven methods defined by this structure (xMutexAlloc,
6169 ** and its associates). ^Similarly, xMutexAlloc() must not use SQLite memory
6170 ** allocation for a static mutex. ^However xMutexAlloc() may use SQLite
6182 sqlite3_mutex *(*xMutexAlloc)(int); member in struct:sqlite3_mutex_methods
17293 if( !sqlite3GlobalConfig.mutex.xMutexAlloc ){
17294 /* If the xMutexAlloc method has not been set, then the user did not
17307 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
17310 pTo->xMutexAlloc = pFrom->xMutexAlloc;
17345 return sqlite3GlobalConfig.mutex.xMutexAlloc(i
[all...]

Completed in 397 milliseconds