Searched refs:GetNumberOfElementsInLinkedList (Results 1 – 13 of 13) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | configure.c | 453 GetNumberOfElementsInLinkedList(configure_cache)+1UL,sizeof(*options)); in GetConfigureInfoList() 547 GetNumberOfElementsInLinkedList(configure_cache)+1UL,sizeof(*options)); in GetConfigureList() 682 if (GetNumberOfElementsInLinkedList(options) == 0) in GetConfigureOptions() 698 if (GetNumberOfElementsInLinkedList(options) == 0) in GetConfigureOptions() 943 if (GetNumberOfElementsInLinkedList(paths) == 0) in GetConfigurePaths()
|
D | linked-list.h | 41 GetNumberOfElementsInLinkedList(const LinkedListInfo *);
|
D | magic.c | 467 GetNumberOfElementsInLinkedList(magic_list)+1UL,sizeof(*aliases)); in GetMagicInfoList() 562 GetNumberOfElementsInLinkedList(magic_list)+1UL,sizeof(*aliases)); in GetMagicList()
|
D | exception.c | 934 if (GetNumberOfElementsInLinkedList(exceptions) > MaxExceptionList) in ThrowException() 977 if (GetNumberOfElementsInLinkedList(exceptions) == MaxExceptionList) in ThrowException()
|
D | mime.c | 465 GetNumberOfElementsInLinkedList(mime_cache)+1UL,sizeof(*aliases)); in GetMimeInfoList() 560 GetNumberOfElementsInLinkedList(mime_cache)+1UL,sizeof(*aliases)); in GetMimeList()
|
D | policy.c | 389 GetNumberOfElementsInLinkedList(policy_cache)+1UL,sizeof(*policies)); in GetPolicyInfoList() 461 GetNumberOfElementsInLinkedList(policy_cache)+1UL,sizeof(*policies)); in GetPolicyList()
|
D | log.c | 499 GetNumberOfElementsInLinkedList(log_cache)+1UL,sizeof(*preferences)); in GetLogInfoList() 592 GetNumberOfElementsInLinkedList(log_cache)+1UL,sizeof(*preferences)); in GetLogList()
|
D | linked-list.c | 348 MagickExport size_t GetNumberOfElementsInLinkedList( in GetNumberOfElementsInLinkedList() function
|
D | delegate.c | 1321 GetNumberOfElementsInLinkedList(delegate_cache)+1UL,sizeof(*delegates)); in GetDelegateInfoList() 1418 GetNumberOfElementsInLinkedList(delegate_cache)+1UL,sizeof(*delegates)); in GetDelegateList()
|
D | methods.h | 479 #define GetNumberOfElementsInLinkedList PrependMagickMethod(GetNumberOfElementsInLinkedList) macro
|
D | color.c | 1320 GetNumberOfElementsInLinkedList(color_cache)+1UL,sizeof(*colors)); in GetColorInfoList() 1413 GetNumberOfElementsInLinkedList(color_cache)+1UL,sizeof(*colors)); in GetColorList()
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 848 index=GetNumberOfElementsInLinkedList((LinkedListInfo *) in throwException()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1358 using MagickCore::GetNumberOfElementsInLinkedList;
|