Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_compress.c228 codec_t** pcd; in TIFFUnRegisterCODEC() local
230 for (pcd = &registeredCODECS; (cd = *pcd) != NULL; pcd = &cd->next) in TIFFUnRegisterCODEC()
232 *pcd = cd->next; in TIFFUnRegisterCODEC()