Searched refs:zwd (Results 1 – 2 of 2) sorted by relevance
519 static void ZWRAP_initDCtx(ZWRAP_DCtx* zwd) in ZWRAP_initDCtx() argument521 zwd->errorCount = 0; in ZWRAP_initDCtx()522 zwd->outBuffer.pos = 0; in ZWRAP_initDCtx()523 zwd->outBuffer.size = 0; in ZWRAP_initDCtx()528 ZWRAP_DCtx* zwd; in ZWRAP_createDCtx() local537 zwd = (ZWRAP_DCtx*)ZWRAP_customCalloc(sizeof(ZWRAP_DCtx), customMem); in ZWRAP_createDCtx()538 if (zwd == NULL) return NULL; in ZWRAP_createDCtx()539 zwd->allocFunc = *strm; in ZWRAP_createDCtx()540 customMem.opaque = &zwd->allocFunc; in ZWRAP_createDCtx()541 zwd->customMem = customMem; in ZWRAP_createDCtx()[all …]
470 zwd{""}