Lines Matching defs:name

147 	char *name;  member
201 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
207 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
213 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
219 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument
227 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ argument
236 #define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument
242 #define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument
248 #define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument
254 #define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument
261 #define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ argument
268 #define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument
272 #define IMPLEMENT_PEM_write_const(name, type, str, asn1) \ argument
276 #define IMPLEMENT_PEM_write_cb(name, type, str, asn1) \ argument
280 #define IMPLEMENT_PEM_write_cb_const(name, type, str, asn1) \ argument
284 #define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument
288 #define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument
292 #define IMPLEMENT_PEM_rw_const(name, type, str, asn1) \ argument
296 #define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \ argument
305 #define DECLARE_PEM_read_fp(name, type) \ argument
308 #define DECLARE_PEM_write_fp(name, type) \ argument
311 #define DECLARE_PEM_write_fp_const(name, type) \ argument
314 #define DECLARE_PEM_write_cb_fp(name, type) \ argument
320 #define DECLARE_PEM_read_bio(name, type) \ argument
323 #define DECLARE_PEM_write_bio(name, type) \ argument
326 #define DECLARE_PEM_write_bio_const(name, type) \ argument
329 #define DECLARE_PEM_write_cb_bio(name, type) \ argument
335 #define DECLARE_PEM_read_bio(name, type) /**/ argument
336 #define DECLARE_PEM_write_bio(name, type) /**/ argument
337 #define DECLARE_PEM_write_bio_const(name, type) /**/ argument
338 #define DECLARE_PEM_write_cb_bio(name, type) /**/ argument
342 #define DECLARE_PEM_write(name, type) \ argument
346 #define DECLARE_PEM_write_const(name, type) \ argument
350 #define DECLARE_PEM_write_cb(name, type) \ argument
354 #define DECLARE_PEM_read(name, type) \ argument
358 #define DECLARE_PEM_rw(name, type) \ argument
362 #define DECLARE_PEM_rw_const(name, type) \ argument
366 #define DECLARE_PEM_rw_cb(name, type) \ argument