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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c17460 static sqlite3_debug_mutex aStatic[6]; local
17474 assert( id-2 < (int)(sizeof(aStatic)/sizeof(aStatic[0])) );
17475 pNew = &aStatic[id-2];
102507 WhereTerm aStatic[1]; /* Initial static space for a[] */ member in struct:WhereClause
102509 WhereTerm aStatic[8]; /* Initial static space for a[] */ member in struct:WhereClause
115467 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */ local
[all...]

Completed in 338 milliseconds