Home
last modified time | relevance | path

Searched refs:add_arg (Results 1 – 7 of 7) sorted by relevance

/NextBSD/crypto/openssl/ssl/
HDt1_ext.c151 &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()
HDssl.h404 size_t *outlen, int *al, void *add_arg);
407 const unsigned char *out, void *add_arg);
1391 void *add_arg,
1398 void *add_arg,
HDssl_locl.h569 void *add_arg; member
/NextBSD/contrib/wpa/wpa_supplicant/dbus/
HDdbus_new_introspect.c54 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/
HDmain.c288 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/
HDSSL_CTX_set_custom_cli_ext.pod13 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/
HDinput.cpp3594 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()