Searched refs:server_string (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/glx/ |
D | glxextensions.c | 285 const char *server_string, 352 const char *server_string, in __glXProcessServerString() argument 358 for (base = 0; server_string[base] != NUL; /* empty */ ) { in __glXProcessServerString() 361 for (len = 0; (server_string[base + len] != SEPARATOR) in __glXProcessServerString() 362 && (server_string[base + len] != NUL); len++) { in __glXProcessServerString() 368 set_glx_extension(ext, &server_string[base], len, GL_TRUE, in __glXProcessServerString() 375 for (base += len; (server_string[base] == SEPARATOR) in __glXProcessServerString() 376 && (server_string[base] != NUL); base++) { in __glXProcessServerString() 729 const char *server_string) in __glXCalculateUsableGLExtensions() argument 737 __glXProcessServerString(known_gl_extensions, server_string, in __glXCalculateUsableGLExtensions()
|
D | glxextensions.h | 272 const char *server_string);
|
/third_party/libwebsockets/plugins/ssh-base/include/ |
D | lws-plugin-ssh.h | 359 const char *server_string; member
|
/third_party/libwebsockets/plugins/ssh-base/ |
D | kex-25519.c | 418 if (_genhash_update_len(&ctx, pss->vhd->ops->server_string, /* aka V_S */ in kex_ecdh() 419 strlen(pss->vhd->ops->server_string))) in kex_ecdh()
|
D | sshd.c | 2168 pss->vhd->ops->server_string); in lws_callback_raw_sshd()
|
/third_party/libwebsockets/lib/roles/http/ |
D | header.c | 389 if (wsi->a.context->server_string && in lws_add_http_header_status() 393 (unsigned char *)wsi->a.context->server_string, in lws_add_http_header_status()
|
/third_party/libwebsockets/lib/core/ |
D | context.c | 1209 if (info->server_string) { in lws_create_context() 1210 context->server_string = info->server_string; in lws_create_context() 1212 strlen(context->server_string); in lws_create_context()
|
D | private-lib-core.h | 585 const char *server_string; member
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | lejp-conf.c | 332 a->info->server_string = a->p; in lejp_globals_cb() 419 ss = a->info->server_string; in lejp_vhosts_cb() 428 a->info->server_string = ss; in lejp_vhosts_cb()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-context-vhost.h | 318 const char *server_string; member
|
/third_party/libwebsockets/plugins/ |
D | protocol_lws_sshd_demo.c | 381 .server_string = "SSH-2.0-Libwebsockets",
|
/third_party/libwebsockets/test-apps/ |
D | test-sshd.c | 624 .server_string = "SSH-2.0-Libwebsockets",
|
/third_party/libwebsockets/READMEs/ |
D | README.plugin-sshd-base.md | 157 .server_string = "SSH-2.0-Libwebsockets",
|
/third_party/python/Lib/test/ |
D | test_httplib.py | 1763 server_string = resp.getheader('server') 1766 self.assertIn('nginx', server_string)
|