Searched refs:pGraph (Results 1 – 1 of 1) sorted by relevance
944 qrfEQPGraph *pGraph; /* EQP graph (Eqp, Stats, and StatsEst) */ member1045 if( p->u.pGraph==0 ){ in qrfEqpAppend()1046 p->u.pGraph = sqlite3_malloc64( sizeof(qrfEQPGraph) ); in qrfEqpAppend()1047 if( p->u.pGraph==0 ){ in qrfEqpAppend()1051 memset(p->u.pGraph, 0, sizeof(qrfEQPGraph) ); in qrfEqpAppend()1063 if( p->u.pGraph->pLast ){ in qrfEqpAppend()1064 p->u.pGraph->pLast->pNext = pNew; in qrfEqpAppend()1066 p->u.pGraph->pRow = pNew; in qrfEqpAppend()1068 p->u.pGraph->pLast = pNew; in qrfEqpAppend()1077 if( p->u.pGraph ){ in qrfEqpReset()[all …]