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

  /external/ImageMagick/MagickCore/
linked-list.h 29 *DestroyLinkedList(LinkedListInfo *,void *(*)(void *)),
version.c 309 paths=DestroyLinkedList(paths,RelinquishMagickMemory);
314 paths=DestroyLinkedList(paths,RelinquishMagickMemory);
magic.c 817 magic_list=DestroyLinkedList(magic_list,DestroyMagicElement);
824 magic_cache=DestroyLinkedList(magic_cache,(void *(*)(void *)) NULL);
configure.c 284 configure_cache=DestroyLinkedList(configure_cache,DestroyConfigureElement);
323 return(DestroyLinkedList(options,DestroyOptions));
693 paths=DestroyLinkedList(paths,RelinquishMagickMemory);
    [all...]
exception.c 438 exception->exceptions=(void *) DestroyLinkedList((LinkedListInfo *)
    [all...]
locale.c 337 return(DestroyLinkedList(messages,DestroyOptions));
876 paths=DestroyLinkedList(paths,RelinquishMagickMemory);
    [all...]
linked-list.c 208 % DestroyLinkedList() frees the linked-list and all associated resources.
210 % The format of the DestroyLinkedList method is:
212 % LinkedListInfo *DestroyLinkedList(LinkedListInfo *list_info,
223 MagickExport LinkedListInfo *DestroyLinkedList(LinkedListInfo *list_info,
    [all...]
mime.c     [all...]
policy.c     [all...]
methods.h 250 #define DestroyLinkedList PrependMagickMethod(DestroyLinkedList)
    [all...]
log.c 924 log_cache=DestroyLinkedList(log_cache,DestroyLogElement);
    [all...]
delegate.c 308 delegate_cache=DestroyLinkedList(delegate_cache,DestroyDelegate);
    [all...]
color.c     [all...]
  /external/ImageMagick/coders/
mpc.c 581 profiles=DestroyLinkedList(profiles,
800 profiles=DestroyLinkedList(profiles,RelinquishMagickMemory);
806 profiles=DestroyLinkedList(profiles,RelinquishMagickMemory);
835 profiles=DestroyLinkedList(profiles,RelinquishMagickMemory);
881 profiles=DestroyLinkedList(profiles,RelinquishMagickMemory);
    [all...]
gif.c 970 profiles=DestroyLinkedList(profiles,DestroyGIFProfile); \
    [all...]
miff.c     [all...]

Completed in 182 milliseconds