Searched refs:ZipfileCtx (Results 1 – 1 of 1) sorted by relevance
14157 typedef struct ZipfileCtx ZipfileCtx; typedef14158 struct ZipfileCtx { struct14188 ZipfileCtx *p; /* Aggregate function context */ in zipfileStep()14216 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()14370 ZipfileCtx *p; in zipfileFinal()14375 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()