Lines Matching full:pointer
2 * util/fptr_wlist.h - function pointer whitelists.
43 * This prevent heap overflow based exploits, where the callback pointer
72 fatal_exit("%s:%d: %s: pointer whitelist %s failed", \
78 * Check function pointer whitelist for comm_point callback values.
80 * @param fptr: function pointer to check.
86 * Check function pointer whitelist for raw comm_point callback values.
88 * @param fptr: function pointer to check.
94 * Check function pointer whitelist for comm_timer callback values.
96 * @param fptr: function pointer to check.
102 * Check function pointer whitelist for comm_signal callback values.
104 * @param fptr: function pointer to check.
110 * Check function pointer whitelist for start_accept callback values.
112 * @param fptr: function pointer to check.
118 * Check function pointer whitelist for stop_accept callback values.
120 * @param fptr: function pointer to check.
126 * Check function pointer whitelist for event structure callback values.
129 * @param fptr: function pointer to check.
135 * Check function pointer whitelist for pending udp callback values.
137 * @param fptr: function pointer to check.
143 * Check function pointer whitelist for pending tcp callback values.
145 * @param fptr: function pointer to check.
151 * Check function pointer whitelist for serviced query callback values.
153 * @param fptr: function pointer to check.
159 * Check function pointer whitelist for rbtree cmp callback values.
161 * @param fptr: function pointer to check.
167 * Check function pointer whitelist for lruhash sizefunc callback values.
169 * @param fptr: function pointer to check.
175 * Check function pointer whitelist for lruhash compfunc callback values.
177 * @param fptr: function pointer to check.
183 * Check function pointer whitelist for lruhash delkeyfunc callback values.
185 * @param fptr: function pointer to check.
191 * Check function pointer whitelist for lruhash deldata callback values.
193 * @param fptr: function pointer to check.
199 * Check function pointer whitelist for lruhash markdel callback values.
201 * @param fptr: function pointer to check.
207 * Check function pointer whitelist for module_env send_query callback values.
209 * @param fptr: function pointer to check.
220 * Check function pointer whitelist for module_env detach_subs callback values.
222 * @param fptr: function pointer to check.
229 * Check function pointer whitelist for module_env attach_sub callback values.
231 * @param fptr: function pointer to check.
239 * Check function pointer whitelist for module_env add_sub callback values.
241 * @param fptr: function pointer to check.
248 * Check function pointer whitelist for module_env kill_sub callback values.
250 * @param fptr: function pointer to check.
256 * Check function pointer whitelist for module_env detect_cycle callback values.
258 * @param fptr: function pointer to check.
266 * Check function pointer whitelist for module init call values.
268 * @param fptr: function pointer to check.
274 * Check function pointer whitelist for module deinit call values.
276 * @param fptr: function pointer to check.
282 * Check function pointer whitelist for module startup call values.
284 * @param fptr: function pointer to check.
290 * Check function pointer whitelist for module destartup call values.
292 * @param fptr: function pointer to check.
298 * Check function pointer whitelist for module operate call values.
300 * @param fptr: function pointer to check.
307 * Check function pointer whitelist for module inform_super call values.
309 * @param fptr: function pointer to check.
316 * Check function pointer whitelist for module clear call values.
318 * @param fptr: function pointer to check.
325 * Check function pointer whitelist for module get_mem call values.
327 * @param fptr: function pointer to check.
333 * Check function pointer whitelist for alloc clear on id overflow call values.
335 * @param fptr: function pointer to check.
341 * Check function pointer whitelist for tube listen handler values.
343 * @param fptr: function pointer to check.
349 * Check function pointer whitelist for mesh state callback values.
351 * @param fptr: function pointer to check.
357 * Check function pointer whitelist for config_get_option func values.
358 * @param fptr: function pointer to check.
364 * Check function pointer whitelist for inplace_cb_reply,
367 * @param fptr: function pointer to check.
375 * Check function pointer whitelist for inplace_cb_query func values.
376 * @param fptr: function pointer to check.
382 * Check function pointer whitelist for inplace_cb_edns_back_parsed func values.
383 * @param fptr: function pointer to check.
390 * Check function pointer whitelist for inplace_cb_query_response func values.
391 * @param fptr: function pointer to check.
398 * Check function pointer whitelist for serve_expired_lookup func values.
399 * @param fptr: function pointer to check.