Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/ssl/
Dssl_client2.c438 #define ALPN_LIST_SIZE 10 macro
676 const char *alpn_list[ALPN_LIST_SIZE]; in main()
1575 while( i < ALPN_LIST_SIZE - 1 && *p != '\0' ) in main()
Dssl_server2.c540 #define ALPN_LIST_SIZE 10 macro
1351 const char *alpn_list[ALPN_LIST_SIZE]; in main()
2309 while( i < ALPN_LIST_SIZE - 1 && *p != '\0' ) in main()