Lines Matching defs:aStatic
17524 static sqlite3_debug_mutex aStatic[6];
17538 assert( id-2 < (int)(sizeof(aStatic)/sizeof(aStatic[0])) );
17539 pNew = &aStatic[id-2];
102682 WhereTerm aStatic[1]; /* Initial static space for a[] */
102684 WhereTerm aStatic[8]; /* Initial static space for a[] */
102813 pWC->nSlot = ArraySize(pWC->aStatic);
102814 pWC->a = pWC->aStatic;
102856 if( pWC->a!=pWC->aStatic ){
102896 if( pOld!=pWC->aStatic ){
115722 void *aStatic[16]; /* Starter space for aArg[]. No malloc required */
115724 aArg = aStatic;
115745 assert( aArg==aDyn || (aDyn==0 && aArg==aStatic) );
115746 assert( nArg<=(int)ArraySize(aStatic) || aArg==aDyn );
115747 if( (!aDyn && nArg==(int)ArraySize(aStatic))
115759 ** aStatic[] array allocated on the stack and the attempt to