Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_mutex.c104 int eStaticType = eType - (MAX_MUTEXES - STATIC_MUTEXES); in counterMutexAlloc() local
105 assert( eStaticType>=0 ); in counterMutexAlloc()
106 assert( eStaticType<STATIC_MUTEXES ); in counterMutexAlloc()
107 pRet = &g.aStatic[eStaticType]; in counterMutexAlloc()
H A Dtest1.c4111 static int eStaticType = 0; in test_carray_bind() local
4123 if( eStaticType==3 ){ in test_carray_bind()
4131 eStaticType = 0; in test_carray_bind()
4248 eStaticType = eType; in test_carray_bind()