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

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c2875 char aStatic[64]; local
2876 char *aBuf = aStatic;
2883 if( aBuf!=aStatic ) sqlite3_free(aBuf);
2893 if( aBuf!=aStatic ) sqlite3_free(aBuf);
H A Dsqlite3.c26406 static sqlite3_debug_mutex aStatic[SQLITE_MUTEX_STATIC_VFS3 - 1]; local
143643 WhereTerm aStatic[1]; /* Initial static space for a[] */ member in struct:WhereClause
143645 WhereTerm aStatic[8]; /* Initial static space for a[] */ member in struct:WhereClause
168964 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */ local
216653 Fts5PoslistReader aStatic[4]; local
216736 Fts5PoslistReader aStatic[4]; local
216869 Fts5NearTrimmer aStatic[4]; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c17036 static sqlite3_debug_mutex aStatic[6]; local
17050 assert( id-2 < (int)(sizeof(aStatic)/sizeof(aStatic[0])) );
17051 pNew = &aStatic[id-2];
100485 WhereTerm aStatic[1]; /* Initial static space for a[] */ member in struct:WhereClause
100487 WhereTerm aStatic[8]; /* Initial static space for a[] */ member in struct:WhereClause
113330 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */ local
[all...]

Completed in 767 milliseconds