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

  /src/external/ibm-public/postfix/dist/src/util/
dict.h 206 extern int dict_sequence(const char *, const int, const char **, const char **);
dict.c 34 /* int dict_sequence(dict_name, func, member, value)
140 /* dict_sequence() steps through the named dictionary and returns
146 /* dict_sequence() calls. The result value is zero (DICT_STAT_SUCCESS)
462 /* dict_sequence - traverse dictionary */
464 int dict_sequence(const char *dict_name, const int func, function
467 const char *myname = "dict_sequence";

Completed in 17 milliseconds