Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c19625 switch( iType ){ in pthreadMutexAlloc()
19653 if( iType-2<0 || iType-2>=ArraySize(staticMutexes) ){ in pthreadMutexAlloc()
19658 p = &staticMutexes[iType-2]; in pthreadMutexAlloc()
19663 if( p ) p->id = iType; in pthreadMutexAlloc()
20325 static sqlite3_mutex *winMutexAlloc(int iType){
20328 switch( iType ){
20333 p->id = iType;
20349 if( iType-2<0 || iType-2>=ArraySize(winMutex_staticMutexes) ){
20354 p = &winMutex_staticMutexes[iType-2];
20355 p->id = iType;
[all …]

Completed in 395 milliseconds