Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dshell.c7136 char aStatic[64]; in fsdirColumn() local
7137 char *aBuf = aStatic; in fsdirColumn()
7144 if( aBuf!=aStatic ) sqlite3_free(aBuf); in fsdirColumn()
7154 if( aBuf!=aStatic ) sqlite3_free(aBuf); in fsdirColumn()
Dsqlite3.c28769 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_VFS3 - 1]; in debugMutexAlloc() local
28783 if( id-2<0 || id-2>=ArraySize(aStatic) ){ in debugMutexAlloc()
28788 pNew = &aStatic[id-2]; in debugMutexAlloc()
155315 WhereTerm aStatic[1]; /* Initial static space for a[] */
155317 WhereTerm aStatic[8]; /* Initial static space for a[] */
159042 memset(pOrWc->aStatic, 0, sizeof(pOrWc->aStatic));
159070 memset(pAndWC->aStatic, 0, sizeof(pAndWC->aStatic));
160051 pWC->nSlot = ArraySize(pWC->aStatic);
160052 pWC->a = pWC->aStatic;
182814 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */
[all …]
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c17036 static sqlite3_debug_mutex aStatic[6]; in debugMutexAlloc() local
17050 assert( id-2 < (int)(sizeof(aStatic)/sizeof(aStatic[0])) ); in debugMutexAlloc()
17051 pNew = &aStatic[id-2]; in debugMutexAlloc()
100485 WhereTerm aStatic[1]; /* Initial static space for a[] */
100487 WhereTerm aStatic[8]; /* Initial static space for a[] */
100614 pWC->nSlot = ArraySize(pWC->aStatic);
100615 pWC->a = pWC->aStatic;
100656 if( pWC->a!=pWC->aStatic ){
100696 if( pOld!=pWC->aStatic ){
113330 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */
[all …]