Lines Matching refs:sni_entry
747 typedef struct _sni_entry sni_entry;
756 sni_entry *next;
759 void sni_free(sni_entry *head)
761 sni_entry *cur = head, *next;
784 * into a usable sni_entry list. For ca1, crl1, auth1, the special value
789 sni_entry *sni_parse(char *sni_string)
791 sni_entry *cur = NULL, *new = NULL;
805 if ((new = mbedtls_calloc(1, sizeof(sni_entry))) == NULL) {
884 const sni_entry *cur = (const sni_entry *) p_info;
914 const sni_entry *cur = (sni_entry *) mbedtls_ssl_get_user_data_p(ssl);
1565 sni_entry *sni_info = NULL;
3145 sni_entry *cur;