Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c30492 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_VFS3 - 1]; in debugMutexAlloc() local
30506 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[] */ member
163653 WhereTerm aStatic[8]; /* Initial static space for a[] */ member
167614 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 …]
H A Dshell.c10507 char aStatic[64]; in fsdirColumn() local
10508 char *aBuf = aStatic; in fsdirColumn()
10515 if( aBuf!=aStatic ) sqlite3_free(aBuf); in fsdirColumn()
10525 if( aBuf!=aStatic ) sqlite3_free(aBuf); in fsdirColumn()