Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dconfigure.c146 (void) AppendValueToLinkedList(cache,configure_info); in AddConfigureKey()
676 (void) AppendValueToLinkedList(options,xml); in GetConfigureOptions()
694 (void) AppendValueToLinkedList(options,xml); in GetConfigureOptions()
773 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
781 (void) AppendValueToLinkedList(paths,ConstantString(MAGICKCORE_SHARE_PATH)); in GetConfigurePaths()
784 (void) AppendValueToLinkedList(paths,ConstantString( in GetConfigurePaths()
788 (void) AppendValueToLinkedList(paths,ConstantString( in GetConfigurePaths()
792 (void) AppendValueToLinkedList(paths,ConstantString( in GetConfigurePaths()
808 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
827 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths()
[all …]
Dlinked-list.h33 AppendValueToLinkedList(LinkedListInfo *,const void *),
Dpolicy.c237 status&=AppendValueToLinkedList(cache,policy_info); in AcquirePolicyCache()
883 status=AppendValueToLinkedList(cache,policy_info); in LoadPolicyCache()
1165 status=AppendValueToLinkedList(policy_cache,p); in SetPolicyValue()
Dlocale.c858 (void) AppendValueToLinkedList(messages,xml); in GetLocaleOptions()
876 (void) AppendValueToLinkedList(messages,xml); in GetLocaleOptions()
Dlog.c322 status&=AppendValueToLinkedList(cache,log_info); in AcquireLogCache()
1559 status=AppendValueToLinkedList(cache,log_info); in LoadLogCache()
Dexception.c969 (void) AppendValueToLinkedList(exceptions,p); in ThrowException()
Dlinked-list.c111 MagickExport MagickBooleanType AppendValueToLinkedList( in AppendValueToLinkedList() function
Dmime.c959 status=AppendValueToLinkedList(cache,mime_info); in LoadMimeCache()
Dmethods.h95 #define AppendValueToLinkedList PrependMagickMethod(AppendValueToLinkedList) macro
Dcolor.c895 status&=AppendValueToLinkedList(cache,color_info); in AcquireColorCache()
2115 status=AppendValueToLinkedList(cache,color_info); in LoadColorCache()
Ddelegate.c2133 status=AppendValueToLinkedList(cache,delegate_info); in LoadDelegateCache()
/external/ImageMagick/coders/
Dmpc.c634 (void) AppendValueToLinkedList(profiles, in ReadMPCImage()
Dgif.c1227 (void) AppendValueToLinkedList(profiles,profile); in ReadGIFImage()
Dmiff.c940 (void) AppendValueToLinkedList(profiles, in ReadMIFFImage()