HomeSort by relevance Sort by last modified time
    Searched refs:DestroyLinkedList (Results 1 - 14 of 14) sorted by null

  /external/ImageMagick/MagickCore/
linked-list.h 29 *DestroyLinkedList(LinkedListInfo *,void *(*)(void *)),
configure.c 300 configure_cache=DestroyLinkedList(configure_cache,DestroyConfigureElement);
339 return(DestroyLinkedList(options,DestroyOptions));
709 paths=DestroyLinkedList(paths,RelinquishMagickMemory);
    [all...]
exception.c 447 exception->exceptions=(void *) DestroyLinkedList((LinkedListInfo *)
    [all...]
locale.c 312 return(DestroyLinkedList(messages,DestroyOptions));
851 paths=DestroyLinkedList(paths,RelinquishMagickMemory);
    [all...]
linked-list.c 207 % DestroyLinkedList() frees the linked-list and all associated resources.
209 % The format of the DestroyLinkedList method is:
211 % LinkedListInfo *DestroyLinkedList(LinkedListInfo *list_info,
222 MagickExport LinkedListInfo *DestroyLinkedList(LinkedListInfo *list_info,
    [all...]
magic.c     [all...]
mime.c     [all...]
policy.c     [all...]
log.c 909 log_cache=DestroyLinkedList(log_cache,DestroyLogElement);
    [all...]
methods.h 265 #define DestroyLinkedList PrependMagickMethod(DestroyLinkedList)
    [all...]
delegate.c 293 delegate_cache=DestroyLinkedList(delegate_cache,DestroyDelegate);
    [all...]
color.c     [all...]
  /external/ImageMagick/coders/
mpc.c 833 profiles=DestroyLinkedList(profiles,RelinquishMagickMemory);
    [all...]
miff.c     [all...]

Completed in 243 milliseconds