Lines Matching refs:context
35 void *context);
40 smtp_client_command_callback_t *callback, void *context);
41 #define smtp_client_command_new(conn, flags, callback, context) \
44 const struct smtp_reply *reply, typeof(context))), \
45 (smtp_client_command_callback_t *)callback, context)
85 void (*callback)(void *context), void *context);
88 void (*callback)(void *context), void *context);
108 void *context);
110 flags, after, callback, context) \
113 const struct smtp_reply *reply, typeof(context))), after, \
114 (smtp_client_command_callback_t *)callback, context)
120 void *context);
122 flags, callback, context) \
125 const struct smtp_reply *reply, typeof(context))), \
126 (smtp_client_command_callback_t *)callback, context)
136 void *context);
138 flags, after, param, callback, context) \
141 const struct smtp_reply *reply, typeof(context))), \
143 (smtp_client_command_callback_t *)callback, context)
150 void *context);
152 flags, param, callback, context) \
155 const struct smtp_reply *reply, typeof(context))), \
156 param, (smtp_client_command_callback_t *)callback, context)
165 void *context);
167 flags, after, callback, context) \
170 const struct smtp_reply *reply, typeof(context))), \
171 after, (smtp_client_command_callback_t *)callback, context)
177 void *context);
179 flags, callback, context) \
182 const struct smtp_reply *reply, typeof(context))), \
183 (smtp_client_command_callback_t *)callback, context)
194 void *context);
196 flags, after, address, params, callback, context) \
199 const struct smtp_reply *reply, typeof(context))), \
201 (smtp_client_command_callback_t *)callback, context)
209 void *context);
211 flags, address, params, callback, context) \
214 const struct smtp_reply *reply, typeof(context))), \
216 (smtp_client_command_callback_t *)callback, context)
227 void *context);
229 flags, after, to, params, callback, context) \
232 const struct smtp_reply *reply, typeof(context))), \
234 (smtp_client_command_callback_t *)callback, context)
242 void *context);
244 flags, to, params, callback, context) \
247 const struct smtp_reply *reply, typeof(context))), \
249 (smtp_client_command_callback_t *)callback, context)
261 void *context);
263 flags, after, data, callback, context) \
266 const struct smtp_reply *reply, typeof(context))), \
267 after, data, (smtp_client_command_callback_t *)callback, context)
274 void *context);
276 flags, data, callback, context) \
279 const struct smtp_reply *reply, typeof(context))), \
280 data, (smtp_client_command_callback_t *)callback, context)