Searched refs:xFinalize (Results 1 – 1 of 1) sorted by relevance
18344 void (*xFinalize)(sqlite3_context*); /* Agg finalizer */ member84335 assert( pFunc->xFinalize!=0 );84346 pFunc->xFinalize(&ctx); /* IMP: R-24505-23230 */92591 assert( p && p->pFunc && p->pFunc->xFinalize );92700 assert( p && p->pMem && p->pFunc && p->pFunc->xFinalize );109170 is_agg = pDef->xFinalize!=0;109269 || (pDef->xValue && pDef->xInverse && pDef->xSFunc && pDef->xFinalize)112759 || pDef->xFinalize!=0115474 if( pDef==0 || pDef->xFinalize!=0 ){141031 }else if( p->xFinalize!=0 ){[all …]