HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_mutex_methods (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
mutex.c 40 sqlite3_mutex_methods const *pFrom;
41 sqlite3_mutex_methods *pTo = &sqlite3GlobalConfig.mutex;
48 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
50 sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree));
mutex_noop.c 52 sqlite3_mutex_methods const *sqlite3NoopMutex(void){
53 static const sqlite3_mutex_methods sMutex = {
179 sqlite3_mutex_methods const *sqlite3NoopMutex(void){
180 static const sqlite3_mutex_methods sMutex = {
202 sqlite3_mutex_methods const *sqlite3DefaultMutex(void){
mutex_os2.c 254 sqlite3_mutex_methods const *sqlite3DefaultMutex(void){
255 static const sqlite3_mutex_methods sMutex = {
mutex_unix.c 330 sqlite3_mutex_methods const *sqlite3DefaultMutex(void){
331 static const sqlite3_mutex_methods sMutex = {
mutex_w32.c 312 sqlite3_mutex_methods const *sqlite3DefaultMutex(void){
313 static const sqlite3_mutex_methods sMutex = {
test_mutex.c 37 sqlite3_mutex_methods m; /* Interface to "real" mutex system */
188 sqlite3_mutex_methods counter_methods = {
226 memset(&g.m, 0, sizeof(sqlite3_mutex_methods));
test_init.c 35 sqlite3_mutex_methods mutex;
152 sqlite3_mutex_methods mutexmethods = {
sqlite.h.in     [all...]
sqliteInt.h     [all...]
main.c 315 sqlite3GlobalConfig.mutex = *va_arg(ap, sqlite3_mutex_methods*);
320 *va_arg(ap, sqlite3_mutex_methods*) = sqlite3GlobalConfig.mutex;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 5275 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
5276 struct sqlite3_mutex_methods { struct
    [all...]
sqlite3.c 5818 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
5819 struct sqlite3_mutex_methods { struct
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 5628 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
5629 struct sqlite3_mutex_methods { struct
    [all...]
sqlite3.c 6178 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
6179 struct sqlite3_mutex_methods { struct
    [all...]
  /external/sqlite/dist/
sqlite3.h 5628 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
5629 struct sqlite3_mutex_methods { struct
    [all...]
sqlite3.c 6178 typedef struct sqlite3_mutex_methods sqlite3_mutex_methods; typedef in typeref:struct:sqlite3_mutex_methods
6179 struct sqlite3_mutex_methods { struct
    [all...]

Completed in 128 milliseconds