HomeSort by: relevance | last modified time | path
    Searched defs:dict_unregister (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
dict.c 18 /* void dict_unregister(dict_name)
106 /* dict_unregister() decrements the reference count of the named
107 /* dictionary. When the reference count reaches zero, dict_unregister()
347 /* dict_node_free - dict_unregister() callback */
359 /* dict_unregister - break association with named dictionary */
361 void dict_unregister(const char *dict_name) function
363 const char *myname = "dict_unregister";
473 dict_unregister(dict_name);

Completed in 17 milliseconds