Home
last modified time | relevance | path

Searched refs:inProgress (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12806 int inProgress; /* True while initialization in progress */ member
128205 if( sqlite3GlobalConfig.isInit==0 && sqlite3GlobalConfig.inProgress==0 ){
128207 sqlite3GlobalConfig.inProgress = 1;
128225 sqlite3GlobalConfig.inProgress = 0;

Completed in 347 milliseconds