Searched refs:aStatic (Results 1 – 2 of 2) sorted by relevance
7938 char aStatic[64]; in fsdirColumn() local7939 char *aBuf = aStatic; in fsdirColumn()7946 if( aBuf!=aStatic ) sqlite3_free(aBuf); in fsdirColumn()7956 if( aBuf!=aStatic ) sqlite3_free(aBuf); in fsdirColumn()
29216 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_VFS3 - 1]; in debugMutexAlloc() local29230 if( id-2<0 || id-2>=ArraySize(aStatic) ){ in debugMutexAlloc()29235 pNew = &aStatic[id-2]; in debugMutexAlloc()157143 WhereTerm aStatic[1]; /* Initial static space for a[] */157145 WhereTerm aStatic[8]; /* Initial static space for a[] */160908 memset(pOrWc->aStatic, 0, sizeof(pOrWc->aStatic));160936 memset(pAndWC->aStatic, 0, sizeof(pAndWC->aStatic));161920 pWC->nSlot = ArraySize(pWC->aStatic);161921 pWC->a = pWC->aStatic;185103 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */[all …]