Lines Matching defs:string
27 #include <string.h>
89 char *string;
119 * This callback only returns the protocol string, rather than a length
165 * If an NPN string was returned, it must be the protocol that we
248 * next_protos_parse parses a comma separated list of strings into a string
251 * in: a NUL terminated string like "abc,def,ghi"
296 fprintf(stderr, "failed to parser ALPN server protocol string: %s\n",
700 fprintf(stderr, " -alpn_client <string> - have client side offer ALPN\n");
701 fprintf(stderr, " -alpn_server <string> - have server side offer ALPN\n");
702 fprintf(stderr, " -alpn_server1 <string> - alias for -alpn_server\n");
703 fprintf(stderr, " -alpn_server2 <string> - have server side context 2 offer ALPN\n");
705 " -alpn_expected <string> - the ALPN protocol that should be negotiated\n");
706 fprintf(stderr, " -server_min_proto <string> - Minimum version the server should support\n");
707 fprintf(stderr, " -server_max_proto <string> - Maximum version the server should support\n");
708 fprintf(stderr, " -client_min_proto <string> - Minimum version the client should support\n");
709 fprintf(stderr, " -client_max_proto <string> - Maximum version the client should support\n");
710 fprintf(stderr, " -should_negotiate <string> - The version that should be negotiated, fail-client or fail-server\n");
716 fprintf(stderr, " -sn_client <string> - have client request this servername\n");
717 fprintf(stderr, " -sn_server1 <string> - have server context 1 respond to this servername\n");
718 fprintf(stderr, " -sn_server2 <string> - have server context 2 respond to this servername\n");
799 * protocol_from_string - converts a protocol version string to a number
1396 * "@SECLEVEL=n" to the cipher string.
2895 fprintf(stderr, "Error string: %s\n",
2919 printf("Arg is: %s\n", cb_arg->string);