Searched defs:map_ctrl (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim.h54 * strings to be worked out once (when the map_ctrl is created) rather
71 int magic; /* Check that this really is a map_ctrl */
73 }map_ctrl; typedef in typeref:struct:__anon2015
111 extern map_ctrl *get_map_ctrl(DBM *);
112 extern map_ctrl *create_map_ctrl(char *);
113 extern void free_map_ctrl(map_ctrl *);
114 extern map_ctrl *dup_map_ctrl(map_ctrl *);
115 extern void dump_map_ctrl(map_ctrl *);
116 extern suc_code map_ctrl_init(map_ctrl *ma
[all...]

Completed in 21 milliseconds