Searched refs:xFinalize (Results 1 – 1 of 1) sorted by relevance
18990 void (*xFinalize)(sqlite3_context*); /* Agg finalizer */ member86126 assert( pFunc->xFinalize!=0 );86137 pFunc->xFinalize(&ctx); /* IMP: R-24505-23230 */94837 assert( p && p->pFunc && p->pFunc->xFinalize );94946 assert( p && p->pMem && p->pFunc && p->pFunc->xFinalize );111643 is_agg = pDef->xFinalize!=0;111739 || (pDef->xValue && pDef->xInverse && pDef->xSFunc && pDef->xFinalize)115327 || pDef->xFinalize!=0118205 if( pDef==0 || pDef->xFinalize!=0 ){145152 }else if( p->xFinalize!=0 ){[all …]