Searched refs:ZipfileCtx (Results 1 – 1 of 1) sorted by relevance
12154 typedef struct ZipfileCtx ZipfileCtx; typedef12155 struct ZipfileCtx { struct12185 ZipfileCtx *p; /* Aggregate function context */ in zipfileStep()12213 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()12360 ZipfileCtx *p; in zipfileFinal()12365 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()