Searched refs:xFinalize (Results 1 – 1 of 1) sorted by relevance
18969 void (*xFinalize)(sqlite3_context*); /* Agg finalizer */ member85974 assert( pFunc->xFinalize!=0 );85985 pFunc->xFinalize(&ctx); /* IMP: R-24505-23230 */94679 assert( p && p->pFunc && p->pFunc->xFinalize );94788 assert( p && p->pMem && p->pFunc && p->pFunc->xFinalize );111464 is_agg = pDef->xFinalize!=0;111563 || (pDef->xValue && pDef->xInverse && pDef->xSFunc && pDef->xFinalize)115151 || pDef->xFinalize!=0118009 if( pDef==0 || pDef->xFinalize!=0 ){144931 }else if( p->xFinalize!=0 ){[all …]