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

  /external/chromium_org/third_party/sqlite/src/src/
random.c 108 sqlite3_mutex *mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_PRNG);
test_journal.c 215 sqlite3_mutex_enter(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PRNG));
218 sqlite3_mutex_leave(sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_PRNG));
sqlite.h.in     [all...]
  /external/javasqlite/src/main/java/SQLite/
Constants.java 172 public static final int SQLITE_MUTEX_STATIC_PRNG = 5; /* sqlite3_random() */
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 271 milliseconds