Searched refs:agent_table (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/usr.sbin/nscd/
H A Dagent.h61 struct agent_table { struct
66 struct agent_table *init_agent_table(void);
67 void register_agent(struct agent_table *, struct agent *);
68 struct agent *find_agent(struct agent_table *, const char *, enum agent_type);
69 void destroy_agent_table(struct agent_table *);
H A Dsingletons.h45 extern struct agent_table *s_agent_table;
H A Dsingletons.c38 struct agent_table *s_agent_table = NULL;
H A Dagent.c58 struct agent_table *
61 struct agent_table *retval;
72 register_agent(struct agent_table *at, struct agent *a)
96 find_agent(struct agent_table *at, const char *name, enum agent_type type)
113 destroy_agent_table(struct agent_table *at)

Completed in 119 milliseconds