Home
last modified time | relevance | path

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

/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Dtls.c1068 char * comma_or_nul = alpn_start; in tlsCheckUncommonALPN() local
1072 comma_or_nul = strchr(comma_or_nul, ','); in tlsCheckUncommonALPN()
1074 if(comma_or_nul == NULL) in tlsCheckUncommonALPN()
1075 comma_or_nul = alpn_start + strlen(alpn_start); in tlsCheckUncommonALPN()
1077 alpn_len = comma_or_nul - alpn_start; in tlsCheckUncommonALPN()
1087 alpn_start = comma_or_nul + 1; in tlsCheckUncommonALPN()
1088 } while (*(comma_or_nul++) != '\0'); in tlsCheckUncommonALPN()