Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:paths

822     *paths;
835 paths=GetConfigurePaths(filename,exception);
836 if (paths != (LinkedListInfo *) NULL)
838 ResetLinkedListIterator(paths);
839 element=(const char *) GetNextValueInLinkedList(paths);
849 element=(const char *) GetNextValueInLinkedList(paths);
851 paths=DestroyLinkedList(paths,RelinquishMagickMemory);