HomeSort by relevance Sort by last modified time
    Searched defs:policy_cache (Results 1 - 2 of 2) 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/include/openssl/
x509.h 259 X509_POLICY_CACHE *policy_cache; member in struct:x509_st
    [all...]

Completed in 2558 milliseconds