HomeSort by: relevance | last modified time | path
    Searched refs:dict_cache_error (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
dict_cache.h 36 extern int dict_cache_error(DICT_CACHE *);
dict_cache.c 38 /* int dict_cache_error(cache)
130 /* dict_cache_error() returns the error status for the underlying
700 /* dict_cache_error - get the dictionary error status */
702 int dict_cache_error(DICT_CACHE *cp) function
  /src/external/ibm-public/postfix/dist/src/verify/
verify.c 487 if (dict_cache_error(verify_map) != 0) {
536 if (dict_cache_error(verify_map) == 0 && now - probed > PROBE_TTL

Completed in 17 milliseconds