| /NextBSD/crypto/openssl/ssl/ |
| HD | t1_ext.c | 151 &out, &outlen, al, meth->add_arg); in custom_ext_add() 176 meth->free_cb(s, meth->ext_type, out, meth->add_arg); in custom_ext_add() 207 void *add_arg, in custom_ext_meth_add() argument 241 meth->add_arg = add_arg; in custom_ext_meth_add() 251 void *add_arg, in SSL_CTX_add_client_custom_ext() argument 256 add_cb, free_cb, add_arg, parse_cb, parse_arg); in SSL_CTX_add_client_custom_ext() 262 void *add_arg, in SSL_CTX_add_server_custom_ext() argument 267 add_cb, free_cb, add_arg, parse_cb, parse_arg); in SSL_CTX_add_server_custom_ext()
|
| HD | ssl.h | 404 size_t *outlen, int *al, void *add_arg); 407 const unsigned char *out, void *add_arg); 1391 void *add_arg, 1398 void *add_arg,
|
| HD | ssl_locl.h | 569 void *add_arg; member
|
| /NextBSD/contrib/wpa/wpa_supplicant/dbus/ |
| HD | dbus_new_introspect.c | 54 static void add_arg(struct wpabuf *xml, const char *name, const char *type, in add_arg() function 77 add_arg(xml, arg->name, arg->type, in add_entry() 213 add_arg(xml, "interface", "s", "in"); in add_properties_interface() 214 add_arg(xml, "propname", "s", "in"); in add_properties_interface() 215 add_arg(xml, "value", "v", "out"); in add_properties_interface() 219 add_arg(xml, "interface", "s", "in"); in add_properties_interface() 220 add_arg(xml, "props", "a{sv}", "out"); in add_properties_interface() 224 add_arg(xml, "interface", "s", "in"); in add_properties_interface() 225 add_arg(xml, "propname", "s", "in"); in add_properties_interface() 226 add_arg(xml, "value", "v", "in"); in add_properties_interface()
|
| /NextBSD/gnu/usr.bin/gdb/kgdb/ |
| HD | main.c | 288 add_arg(struct captured_main_args *args, char *arg) in add_arg() function 379 add_arg(&args, "-q"); in main() 394 add_arg(&args, "--write"); in main() 465 add_arg(&args, kernel); in main() 468 add_arg(&args, vmcore); in main() 474 add_arg(&args, NULL); in main()
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_CTX_set_custom_cli_ext.pod | 13 custom_ext_free_cb free_cb, void *add_arg, 19 custom_ext_free_cb free_cb, void *add_arg, 28 void *add_arg); 32 void *add_arg); 61 B<add_arg> to the value set when the extension handler was added. 105 The B<add_arg> and B<parse_arg> parameters can be set to arbitrary values
|
| /NextBSD/contrib/groff/src/roff/troff/ |
| HD | input.cpp | 3594 void add_arg(const macro &m); 3616 void macro_iterator::add_arg(const macro &m) in add_arg() function in macro_iterator 3752 mi->add_arg(arg); in decode_args() 3803 mi->add_arg(arg); in decode_string_args()
|