Searched refs:aStatic (Results 1 – 2 of 2) sorted by relevance
7860 char aStatic[64]; in fsdirColumn() local7861 char *aBuf = aStatic; in fsdirColumn()7868 if( aBuf!=aStatic ) sqlite3_free(aBuf); in fsdirColumn()7878 if( aBuf!=aStatic ) sqlite3_free(aBuf); in fsdirColumn()
28937 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_VFS3 - 1]; in debugMutexAlloc() local28951 if( id-2<0 || id-2>=ArraySize(aStatic) ){ in debugMutexAlloc()28956 pNew = &aStatic[id-2]; in debugMutexAlloc()155887 WhereTerm aStatic[1]; /* Initial static space for a[] */155889 WhereTerm aStatic[8]; /* Initial static space for a[] */159614 memset(pOrWc->aStatic, 0, sizeof(pOrWc->aStatic));159642 memset(pAndWC->aStatic, 0, sizeof(pAndWC->aStatic));160623 pWC->nSlot = ArraySize(pWC->aStatic);160624 pWC->a = pWC->aStatic;183487 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */[all …]