Lines Matching refs:policy_cache
124 *policy_cache = (LinkedListInfo *) NULL; variable
293 ResetLinkedListIterator(policy_cache); in GetPolicyInfo()
294 p=(PolicyInfo *) GetNextValueInLinkedList(policy_cache); in GetPolicyInfo()
304 p=(PolicyInfo *) GetNextValueInLinkedList(policy_cache); in GetPolicyInfo()
307 (void) InsertValueInLinkedList(policy_cache,0, in GetPolicyInfo()
308 RemoveElementByValueFromLinkedList(policy_cache,p)); in GetPolicyInfo()
363 GetNumberOfElementsInLinkedList(policy_cache)+1UL,sizeof(*policies)); in GetPolicyInfoList()
370 ResetLinkedListIterator(policy_cache); in GetPolicyInfoList()
371 p=(const PolicyInfo *) GetNextValueInLinkedList(policy_cache); in GetPolicyInfoList()
377 p=(const PolicyInfo *) GetNextValueInLinkedList(policy_cache); in GetPolicyInfoList()
435 GetNumberOfElementsInLinkedList(policy_cache)+1UL,sizeof(*policies)); in GetPolicyList()
442 ResetLinkedListIterator(policy_cache); in GetPolicyList()
443 p=(const PolicyInfo *) GetNextValueInLinkedList(policy_cache); in GetPolicyList()
449 p=(const PolicyInfo *) GetNextValueInLinkedList(policy_cache); in GetPolicyList()
528 if (policy_cache == (LinkedListInfo *) NULL) in IsPolicyCacheInstantiated()
533 if (policy_cache == (LinkedListInfo *) NULL) in IsPolicyCacheInstantiated()
534 policy_cache=AcquirePolicyCache(PolicyFilename,exception); in IsPolicyCacheInstantiated()
537 return(policy_cache != (LinkedListInfo *) NULL ? MagickTrue : MagickFalse); in IsPolicyCacheInstantiated()
594 ResetLinkedListIterator(policy_cache); in IsRightsAuthorized()
595 p=(PolicyInfo *) GetNextValueInLinkedList(policy_cache); in IsRightsAuthorized()
611 p=(PolicyInfo *) GetNextValueInLinkedList(policy_cache); in IsRightsAuthorized()
1013 if (policy_cache != (LinkedListInfo *) NULL) in PolicyComponentTerminus()
1014 policy_cache=DestroyLinkedList(policy_cache,DestroyPolicyElement); in PolicyComponentTerminus()