Lines Matching refs:lmc
448 s.lmc = (ZopfliLongestMatchCache*)malloc(sizeof(ZopfliLongestMatchCache));
449 ZopfliInitCache(blocksize, s.lmc);
479 ZopfliCleanCache(s.lmc);
480 free(s.lmc);
500 s.lmc = (ZopfliLongestMatchCache*)malloc(sizeof(ZopfliLongestMatchCache));
501 ZopfliInitCache(blocksize, s.lmc);
510 ZopfliCleanCache(s.lmc);
511 free(s.lmc);
628 s.lmc = (ZopfliLongestMatchCache*)malloc(sizeof(ZopfliLongestMatchCache));
629 ZopfliInitCache(inend - instart, s.lmc);
656 ZopfliCleanCache(s.lmc);
657 free(s.lmc);