Searched refs:AppendValueToLinkedList (Results 1 – 14 of 14) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | configure.c | 146 (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 …]
|
D | linked-list.h | 33 AppendValueToLinkedList(LinkedListInfo *,const void *),
|
D | policy.c | 237 status&=AppendValueToLinkedList(cache,policy_info); in AcquirePolicyCache() 883 status=AppendValueToLinkedList(cache,policy_info); in LoadPolicyCache() 1165 status=AppendValueToLinkedList(policy_cache,p); in SetPolicyValue()
|
D | locale.c | 858 (void) AppendValueToLinkedList(messages,xml); in GetLocaleOptions() 876 (void) AppendValueToLinkedList(messages,xml); in GetLocaleOptions()
|
D | log.c | 322 status&=AppendValueToLinkedList(cache,log_info); in AcquireLogCache() 1559 status=AppendValueToLinkedList(cache,log_info); in LoadLogCache()
|
D | exception.c | 969 (void) AppendValueToLinkedList(exceptions,p); in ThrowException()
|
D | linked-list.c | 111 MagickExport MagickBooleanType AppendValueToLinkedList( in AppendValueToLinkedList() function
|
D | mime.c | 959 status=AppendValueToLinkedList(cache,mime_info); in LoadMimeCache()
|
D | methods.h | 95 #define AppendValueToLinkedList PrependMagickMethod(AppendValueToLinkedList) macro
|
D | color.c | 895 status&=AppendValueToLinkedList(cache,color_info); in AcquireColorCache() 2115 status=AppendValueToLinkedList(cache,color_info); in LoadColorCache()
|
D | delegate.c | 2133 status=AppendValueToLinkedList(cache,delegate_info); in LoadDelegateCache()
|
/external/ImageMagick/coders/ |
D | mpc.c | 634 (void) AppendValueToLinkedList(profiles, in ReadMPCImage()
|
D | gif.c | 1227 (void) AppendValueToLinkedList(profiles,profile); in ReadGIFImage()
|
D | miff.c | 940 (void) AppendValueToLinkedList(profiles, in ReadMIFFImage()
|