Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c11237 typedef struct ZipfileCtx ZipfileCtx; typedef
11238 struct ZipfileCtx { struct
11268 ZipfileCtx *p; /* Aggregate function context */ in zipfileStep()
11296 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()
11443 ZipfileCtx *p; in zipfileFinal()
11448 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()