HomeSort by relevance Sort by last modified time
    Searched refs:policy_cache (Results 1 - 5 of 5) sorted by null

  /external/ImageMagick/MagickCore/
policy.c 128 *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/
pcy_cache.c 80 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;
pcy_map.c 75 X509_POLICY_CACHE *cache = x->policy_cache;
  /external/boringssl/src/crypto/x509/
x_x509.c 131 policy_cache_free(ret->policy_cache);
  /external/boringssl/src/include/openssl/
x509.h 259 X509_POLICY_CACHE *policy_cache; member in struct:x509_st
    [all...]

Completed in 186 milliseconds