• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/

Lines Matching refs:initialization

473 ** Sometimes we need a small amount of code such as a variable initialization
1372 ** These routines are designed to aid in process initialization and
1380 ** of sqlite3_initialize() does any initialization. All other calls
1419 ** initialization of the SQLite library. The sqlite3_os_end()
1422 ** of static resources, initialization of global variables,
1459 ** may only be invoked prior to library initialization using
2022 ** automatically by sqlite3_complete16(). If that initialization fails,
4247 ** as part of process initialization and before any SQLite interface
5274 ** part of system initialization by the sqlite3_initialize() function.
8314 struct sqlite3InitInfo { /* Information used during initialization */
8658 ** during initialization internally. This database connection handle may
9874 int isInit; /* True after initialization has finished */
9875 int inProgress; /* True while initialization in progress */
10767 ** database connections. After initialization, this table is
15391 /* The first to increment to 1 does actual initialization */
21872 ** Errors during initialization of locks, or file system support for locks,
26789 ** This routine is called once during SQLite initialization and by a
30143 ** This function is called during initialization if a static buffer is
30729 ** This function is called during initialization (sqlite3_initialize()) to
40934 ** of run-time by skipping the initialization of those elements.
43168 ** match the new data. The initialization of pTo can actually fail under
49983 ** the unnecessary initialization has a measurable negative performance
55808 /* The zero initialization above is all that is needed */
66434 ** this way, the final OP_Halt is not appended and other initialization
68955 ** has just been created, it contains no data and the index initialization
72455 ** are read-only after initialization is complete.
76478 *pzErrMsg = sqlite3_mprintf("error during initialization: %s", zErrmsg);
85891 ** do additional initialization work and store the statement text
95281 ** The first thread to call this routine runs the initialization to
95283 ** thread has finished the initialization process, then the subsequent
95284 ** threads must block until the first thread finishes with the initialization.
95288 ** initialization process would never complete.
95312 ** to sqlite3_initialize() should be a no-op. But the initialization
95324 ** initialization.
95363 /* Do the rest of the initialization under the recursive mutex so
95406 ** reason. So we run it once during initialization.
100277 /* TODO(shess) Upgrade the cursor initialization and destruction to