Lines Matching refs:inflateDict
75 if (intern->inflateDict) { in inflate_context_free_obj()
76 efree(intern->inflateDict); in inflate_context_free_obj()
899 ctx->inflateDict = dict; in PHP_FUNCTION()
916 switch (inflateSetDictionary(&ctx->Z, (Bytef *) ctx->inflateDict, ctx->inflateDictlen)) { in PHP_FUNCTION()
918 efree(ctx->inflateDict); in PHP_FUNCTION()
919 ctx->inflateDict = NULL; in PHP_FUNCTION()
923 efree(ctx->inflateDict); in PHP_FUNCTION()
924 ctx->inflateDict = NULL; in PHP_FUNCTION()
1011 if (ctx->inflateDict) { in PHP_FUNCTION()
1012 switch (inflateSetDictionary(&ctx->Z, (Bytef *) ctx->inflateDict, ctx->inflateDictlen)) { in PHP_FUNCTION()
1014 efree(ctx->inflateDict); in PHP_FUNCTION()
1015 ctx->inflateDict = NULL; in PHP_FUNCTION()
1018 efree(ctx->inflateDict); in PHP_FUNCTION()
1019 ctx->inflateDict = NULL; in PHP_FUNCTION()