HomeSort by relevance Sort by last modified time
    Searched full:sqlite3_threadsafe (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
loadext.c 320 sqlite3_threadsafe,
test_config.c 458 assert( sqlite3_threadsafe()==SQLITE_THREADSAFE );
sqlite3ext.h 383 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
main.c 52 /* IMPLEMENTATION-OF: R-54823-41343 The sqlite3_threadsafe() function returns
56 int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
    [all...]
sqlite.h.in 174 ** ^The sqlite3_threadsafe() function returns zero if and only if
200 ** sqlite3_threadsafe() function shows only the compile-time setting of
202 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
207 int sqlite3_threadsafe(void);
    [all...]
test1.c 182 if( sqlite3_threadsafe()==0 && rc!=SQLITE_MISUSE && rc!=SQLITE_OK
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 421 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
sqlite3.c 294 ** ^The sqlite3_threadsafe() function returns zero if and only if
320 ** sqlite3_threadsafe() function shows only the compile-time setting of
322 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
327 SQLITE_API int sqlite3_threadsafe(void);
97392 #define sqlite3_threadsafe macro
122218 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
    [all...]
sqlite3.h 179 ** ^The sqlite3_threadsafe() function returns zero if and only if
205 ** sqlite3_threadsafe() function shows only the compile-time setting of
207 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
212 SQLITE_API int sqlite3_threadsafe(void);
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 421 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
sqlite3.c 294 ** ^The sqlite3_threadsafe() function returns zero if and only if
320 ** sqlite3_threadsafe() function shows only the compile-time setting of
322 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
327 SQLITE_API int sqlite3_threadsafe(void);
97412 #define sqlite3_threadsafe macro
122238 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
    [all...]
sqlite3.h 179 ** ^The sqlite3_threadsafe() function returns zero if and only if
205 ** sqlite3_threadsafe() function shows only the compile-time setting of
207 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
212 SQLITE_API int sqlite3_threadsafe(void);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 722 ** ^The sqlite3_threadsafe() function returns zero if and only if
748 ** sqlite3_threadsafe() function shows only the compile-time setting of
750 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
755 SQLITE_API int sqlite3_threadsafe(void);
86865 #define sqlite3_threadsafe macro
107301 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
    [all...]
sqlite3.h 179 ** ^The sqlite3_threadsafe() function returns zero if and only if
205 ** sqlite3_threadsafe() function shows only the compile-time setting of
207 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
212 SQLITE_API int sqlite3_threadsafe(void);
    [all...]

Completed in 446 milliseconds