Home
last modified time | relevance | path

Searched refs:GetNumberOfElementsInLinkedList (Results 1 – 13 of 13) sorted by relevance

/external/ImageMagick/MagickCore/
Dconfigure.c453 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()
Dlinked-list.h41 GetNumberOfElementsInLinkedList(const LinkedListInfo *);
Dmagic.c467 GetNumberOfElementsInLinkedList(magic_list)+1UL,sizeof(*aliases)); in GetMagicInfoList()
562 GetNumberOfElementsInLinkedList(magic_list)+1UL,sizeof(*aliases)); in GetMagicList()
Dexception.c934 if (GetNumberOfElementsInLinkedList(exceptions) > MaxExceptionList) in ThrowException()
977 if (GetNumberOfElementsInLinkedList(exceptions) == MaxExceptionList) in ThrowException()
Dmime.c465 GetNumberOfElementsInLinkedList(mime_cache)+1UL,sizeof(*aliases)); in GetMimeInfoList()
560 GetNumberOfElementsInLinkedList(mime_cache)+1UL,sizeof(*aliases)); in GetMimeList()
Dpolicy.c389 GetNumberOfElementsInLinkedList(policy_cache)+1UL,sizeof(*policies)); in GetPolicyInfoList()
461 GetNumberOfElementsInLinkedList(policy_cache)+1UL,sizeof(*policies)); in GetPolicyList()
Dlog.c499 GetNumberOfElementsInLinkedList(log_cache)+1UL,sizeof(*preferences)); in GetLogInfoList()
592 GetNumberOfElementsInLinkedList(log_cache)+1UL,sizeof(*preferences)); in GetLogList()
Dlinked-list.c348 MagickExport size_t GetNumberOfElementsInLinkedList( in GetNumberOfElementsInLinkedList() function
Ddelegate.c1321 GetNumberOfElementsInLinkedList(delegate_cache)+1UL,sizeof(*delegates)); in GetDelegateInfoList()
1418 GetNumberOfElementsInLinkedList(delegate_cache)+1UL,sizeof(*delegates)); in GetDelegateList()
Dmethods.h479 #define GetNumberOfElementsInLinkedList PrependMagickMethod(GetNumberOfElementsInLinkedList) macro
Dcolor.c1320 GetNumberOfElementsInLinkedList(color_cache)+1UL,sizeof(*colors)); in GetColorInfoList()
1413 GetNumberOfElementsInLinkedList(color_cache)+1UL,sizeof(*colors)); in GetColorList()
/external/ImageMagick/Magick++/lib/
DException.cpp848 index=GetNumberOfElementsInLinkedList((LinkedListInfo *) in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1358 using MagickCore::GetNumberOfElementsInLinkedList;