Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c6283 typedef struct ZipfileCtx ZipfileCtx; typedef
6284 struct ZipfileCtx { struct
6314 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()