HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_threadsafe (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 201 sqlite3_threadsafe.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 558 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
sqlite3.h 226 ** ^The sqlite3_threadsafe() function returns zero if and only if
252 ** sqlite3_threadsafe() function shows only the compile-time setting of
254 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
259 SQLITE_API int sqlite3_threadsafe(void);
4823 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
sqlite3.c 547 ** ^The sqlite3_threadsafe() function returns zero if and only if
573 ** sqlite3_threadsafe() function shows only the compile-time setting of
575 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
580 SQLITE_API int sqlite3_threadsafe(void);
5144 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
142778 #define sqlite3_threadsafe macro
187219 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
    [all...]

Completed in 90 milliseconds