Searched refs:ZipfileCtx (Results 1 – 1 of 1) sorted by relevance
11237 typedef struct ZipfileCtx ZipfileCtx; typedef11238 struct ZipfileCtx { struct11268 ZipfileCtx *p; /* Aggregate function context */ in zipfileStep()11296 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()11443 ZipfileCtx *p; in zipfileFinal()11448 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()