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)
119 /* dict_unregister() decrements the reference count of the named
120 /* dictionary. When the reference count reaches zero, dict_unregister()
341 dict_unregister(dict->reg_name);
385 /* dict_node_free - dict_unregister() callback */
399 /* dict_unregister - break association with named dictionary */
401 void dict_unregister(const char *dict_name) function
403 const char *myname = "dict_unregister";
513 dict_unregister(dict_name);

Completed in 42 milliseconds