Lines Matching refs:parse_arg
24 void *parse_arg; member
62 int *al, void *parse_arg) in custom_ext_parse_old_cb_wrap() argument
65 (custom_ext_parse_cb_wrap *)parse_arg; in custom_ext_parse_old_cb_wrap()
71 parse_cb_wrap->parse_arg); in custom_ext_parse_old_cb_wrap()
161 &al, meth->parse_arg) <= 0) { in custom_ext_parse()
300 methdst->parse_arg = NULL; in custom_exts_copy()
306 methdst->parse_arg = OPENSSL_memdup(methsrc->parse_arg, in custom_exts_copy()
309 if (methdst->add_arg == NULL || methdst->parse_arg == NULL) in custom_exts_copy()
333 OPENSSL_free(meth->parse_arg); in custom_exts_free()
354 void *parse_arg) in add_custom_ext_intern() argument
407 meth->parse_arg = parse_arg; in add_custom_ext_intern()
418 custom_ext_parse_cb parse_cb, void *parse_arg) in add_old_custom_ext() argument
435 parse_cb_wrap->parse_arg = parse_arg; in add_old_custom_ext()
459 custom_ext_parse_cb parse_cb, void *parse_arg) in SSL_CTX_add_client_custom_ext() argument
466 add_cb, free_cb, add_arg, parse_cb, parse_arg); in SSL_CTX_add_client_custom_ext()
473 custom_ext_parse_cb parse_cb, void *parse_arg) in SSL_CTX_add_server_custom_ext() argument
480 add_cb, free_cb, add_arg, parse_cb, parse_arg); in SSL_CTX_add_server_custom_ext()
488 SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) in SSL_CTX_add_custom_ext() argument
491 free_cb, add_arg, parse_cb, parse_arg); in SSL_CTX_add_custom_ext()