Searched refs:aStatic (Results 1 – 2 of 2) sorted by relevance
29728 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_VFS3 - 1]; in debugMutexAlloc() local29742 if( id-2<0 || id-2>=ArraySize(aStatic) ){ in debugMutexAlloc()29747 pNew = &aStatic[id-2]; in debugMutexAlloc()159314 WhereTerm aStatic[1]; /* Initial static space for a[] */159316 WhereTerm aStatic[8]; /* Initial static space for a[] */163239 memset(pOrWc->aStatic, 0, sizeof(pOrWc->aStatic));163267 memset(pAndWC->aStatic, 0, sizeof(pAndWC->aStatic));164271 pWC->nSlot = ArraySize(pWC->aStatic);164272 pWC->a = pWC->aStatic;188009 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */[all …]
8762 char aStatic[64]; in fsdirColumn() local8763 char *aBuf = aStatic; in fsdirColumn()8770 if( aBuf!=aStatic ) sqlite3_free(aBuf); in fsdirColumn()8780 if( aBuf!=aStatic ) sqlite3_free(aBuf); in fsdirColumn()