Searched refs:policy_cache (Results 1 - 6 of 6) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dpolicy.c128 *policy_cache = (LinkedListInfo *) NULL;
300 ResetLinkedListIterator(policy_cache);
301 p=(PolicyInfo *) GetNextValueInLinkedList(policy_cache);
311 p=(PolicyInfo *) GetNextValueInLinkedList(policy_cache);
314 (void) InsertValueInLinkedList(policy_cache,0,
315 RemoveElementByValueFromLinkedList(policy_cache,p));
371 GetNumberOfElementsInLinkedList(policy_cache)+1UL,sizeof(*policies));
378 ResetLinkedListIterator(policy_cache);
379 p=(const PolicyInfo *) GetNextValueInLinkedList(policy_cache);
385 p=(const PolicyInfo *) GetNextValueInLinkedList(policy_cache);
124 *policy_cache = (LinkedListInfo *) NULL; variable
[all...]
/external/boringssl/src/crypto/x509v3/
H A Dpcy_cache.c80 X509_POLICY_CACHE *cache = x->policy_cache;
140 x->policy_cache = cache;
243 cache = x->policy_cache;
250 if (x->policy_cache == NULL)
252 cache = x->policy_cache;
H A Dpcy_map.c75 X509_POLICY_CACHE *cache = x->policy_cache;
/external/boringssl/src/crypto/x509/
H A Dx_x509.c131 policy_cache_free(ret->policy_cache);
/external/boringssl/include/openssl/
H A Dx509.h259 X509_POLICY_CACHE *policy_cache; member in struct:x509_st
/external/boringssl/src/include/openssl/
H A Dx509.h259 X509_POLICY_CACHE *policy_cache; member in struct:x509_st

Completed in 250 milliseconds