Searched refs:ZipfileCtx (Results 1 – 1 of 1) sorted by relevance
6283 typedef struct ZipfileCtx ZipfileCtx; typedef6284 struct ZipfileCtx { struct6314 ZipfileCtx *p; /* Aggregate function context */ in zipfileStep()6342 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()6489 ZipfileCtx *p; in zipfileFinal()6494 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()