Searched refs:comm_element (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/usr.sbin/nscd/
H A Dprotocol.h143 * The comm_element is used as the holder of any known (defined above) data
146 struct comm_element { struct
167 void init_comm_element(struct comm_element *, enum comm_element_t type);
168 void finalize_comm_element(struct comm_element *);
172 * used with comm_element structure
176 struct cache_write_request *get_cache_write_request(struct comm_element *);
180 struct cache_write_response *get_cache_write_response(struct comm_element *);
184 struct cache_read_request *get_cache_read_request(struct comm_element *);
188 struct cache_read_response *get_cache_read_response(struct comm_element *);
193 struct comm_element *);
[all...]
H A Dprotocol.c40 * Initializes the comm_element with any given type of data
43 init_comm_element(struct comm_element *element, enum comm_element_t type)
47 memset(element, 0, sizeof(struct comm_element));
105 finalize_comm_element(struct comm_element *element)
188 get_cache_write_request(struct comm_element *element)
215 get_cache_write_response(struct comm_element *element)
244 get_cache_read_request(struct comm_element *element)
272 get_cache_read_response(struct comm_element *element)
301 get_cache_transform_request(struct comm_element *element)
330 get_cache_transform_response(struct comm_element *elemen
[all...]
H A Dquery.h53 struct comm_element request;
54 struct comm_element response;

Completed in 100 milliseconds