Searched refs:ZipfileCtx (Results 1 – 1 of 1) sorted by relevance
1916 typedef struct ZipfileCtx ZipfileCtx; typedef1917 struct ZipfileCtx { struct1947 ZipfileCtx *p; /* Aggregate function context */ in zipfileStep()1975 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()2122 ZipfileCtx *p; in zipfileFinal()2127 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()