Searched refs:ZipfileCtx (Results 1 – 1 of 1) sorted by relevance
11315 typedef struct ZipfileCtx ZipfileCtx; typedef11316 struct ZipfileCtx { struct11346 ZipfileCtx *p; /* Aggregate function context */ in zipfileStep()11374 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()11521 ZipfileCtx *p; in zipfileFinal()11526 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()