Home
last modified time | relevance | path

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

/src/contrib/sqlite3/ !
H A Dshell.c12154 typedef struct ZipfileCtx ZipfileCtx; typedef
12155 struct ZipfileCtx { struct
12185 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()