Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c8650 typedef struct ZipfileCtx ZipfileCtx; typedef
8651 struct ZipfileCtx { struct
8681 ZipfileCtx *p; /* Aggregate function context */ in zipfileStep()
8709 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()
8856 ZipfileCtx *p; in zipfileFinal()
8861 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()