Home
last modified time | relevance | path

Searched refs:ZipfileCtx (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dzipfile.c1916 typedef struct ZipfileCtx ZipfileCtx; typedef
1917 struct ZipfileCtx { struct
1947 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()