Searched refs:AppendValueToLinkedList (Results 1 – 15 of 15) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | configure.c | 149 (void) AppendValueToLinkedList(cache,configure_info); in AddConfigureKey() 679 (void) AppendValueToLinkedList(options,xml); in GetConfigureOptions() 697 (void) AppendValueToLinkedList(options,xml); in GetConfigureOptions() 776 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths() 784 (void) AppendValueToLinkedList(paths,ConstantString(MAGICKCORE_SHARE_PATH)); in GetConfigurePaths() 787 (void) AppendValueToLinkedList(paths,ConstantString( in GetConfigurePaths() 791 (void) AppendValueToLinkedList(paths,ConstantString( in GetConfigurePaths() 795 (void) AppendValueToLinkedList(paths,ConstantString( in GetConfigurePaths() 811 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths() 830 (void) AppendValueToLinkedList(paths,ConstantString(path)); in GetConfigurePaths() [all …]
|
D | linked-list.h | 33 AppendValueToLinkedList(LinkedListInfo *,const void *),
|
D | policy.c | 239 status&=AppendValueToLinkedList(cache,policy_info); in AcquirePolicyCache() 910 status=AppendValueToLinkedList(cache,policy_info); in LoadPolicyCache() 1192 status=AppendValueToLinkedList(policy_cache,p); in SetPolicyValue()
|
D | locale.c | 826 (void) AppendValueToLinkedList(messages,xml); in GetLocaleOptions() 844 (void) AppendValueToLinkedList(messages,xml); in GetLocaleOptions()
|
D | log.c | 330 status&=AppendValueToLinkedList(cache,log_info); in AcquireLogCache() 976 status=AppendValueToLinkedList(cache,log_info); in LoadLogCache()
|
D | exception.c | 1040 (void) AppendValueToLinkedList(exceptions,p); in ThrowException()
|
D | linked-list.c | 111 MagickExport MagickBooleanType AppendValueToLinkedList( in AppendValueToLinkedList() function
|
D | mime.c | 951 status=AppendValueToLinkedList(cache,mime_info); in LoadMimeCache()
|
D | color.c | 899 status&=AppendValueToLinkedList(cache,color_info); in AcquireColorCache() 2078 status=AppendValueToLinkedList(cache,color_info); in LoadColorCache()
|
D | methods.h | 100 #define AppendValueToLinkedList PrependMagickMethod(AppendValueToLinkedList) macro
|
D | delegate.c | 2173 status=AppendValueToLinkedList(cache,delegate_info); in LoadDelegateCache()
|
/external/ImageMagick/coders/ |
D | mpc.c | 644 (void) AppendValueToLinkedList(profiles, in ReadMPCImage()
|
D | dcm.c | 3252 AppendValueToLinkedList(stack,info_copy); in ReadDCMImage()
|
D | gif.c | 1230 (void) AppendValueToLinkedList(profiles,profile); in ReadGIFImage()
|
D | miff.c | 933 (void) AppendValueToLinkedList(profiles, in ReadMIFFImage()
|