Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c18344 int inProgress; /* True while initialization in progress */ member
154840 if( sqlite3GlobalConfig.isInit==0 && sqlite3GlobalConfig.inProgress==0 ){
154841 sqlite3GlobalConfig.inProgress = 1;
154870 sqlite3GlobalConfig.inProgress = 0;

Completed in 389 milliseconds