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

/macosx-10.10/Heimdal-398.1.2/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 267 milliseconds