Searched refs:aStatic (Results 1 – 2 of 2) sorted by relevance
30492 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_VFS3 - 1]; in debugMutexAlloc() local30506 if( id-2<0 || id-2>=ArraySize(aStatic) ){ in debugMutexAlloc()30511 pNew = &aStatic[id-2]; in debugMutexAlloc()163651 WhereTerm aStatic[1]; /* Initial static space for a[] */ member163653 WhereTerm aStatic[8]; /* Initial static space for a[] */ member167614 memset(pOrWc->aStatic, 0, sizeof(pOrWc->aStatic));167642 memset(pAndWC->aStatic, 0, sizeof(pAndWC->aStatic));168647 pWC->nSlot = ArraySize(pWC->aStatic);168648 pWC->a = pWC->aStatic;192842 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */ local[all …]
10507 char aStatic[64]; in fsdirColumn() local10508 char *aBuf = aStatic; in fsdirColumn()10515 if( aBuf!=aStatic ) sqlite3_free(aBuf); in fsdirColumn()10525 if( aBuf!=aStatic ) sqlite3_free(aBuf); in fsdirColumn()