Searched refs:tls_auths (Results 1 – 3 of 3) sorted by relevance
766 RBTREE_FOR(tlsauth, tls_auth_options_type*, opt->tls_auths) in config_test_print_server()891 (int)opt->tls_auths->count); in additional_checks()981 (int)options->tls_auths->count); in main()
69 rbtree_type* tls_auths; member
56 opt->tls_auths = rbtree_create(region, rbtree_strcmp); in nsd_options_create()1564 (void)rbtree_insert(opt->tls_auths, &auth->node); in tls_auth_options_insert()1570 return (struct tls_auth_options*)rbtree_search(opt->tls_auths, name); in tls_auth_options_find()