Searched refs:statreportcb (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/unzip/
H A Dglobals.h340 StatCBFn *statreportcb; member in struct:Globals
H A Dapi.c220 ((Uz_Globs *)pG)->statreportcb = UsrFuncts->statrepfn;
H A Dextract.c1303 if ((G.statreportcb != NULL) &&
1304 (*G.statreportcb)(__G__ UZ_ST_START_EXTRACT, G.zipfn,
1328 if ((G.statreportcb != NULL) &&
1329 (*G.statreportcb)(__G__ UZ_ST_FINISH_MEMBER, G.zipfn,
H A Dfileio.c771 if ((G.statreportcb != NULL) &&
772 (*G.statreportcb)(__G__ UZ_ST_IN_PROGRESS, G.zipfn, G.filename, NULL))
H A Dzipinfo.c846 if ((G.statreportcb != NULL) &&
847 (*G.statreportcb)(__G__ UZ_ST_FINISH_MEMBER, G.zipfn,

Completed in 73 milliseconds