Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/
Dglxextensions.c285 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()
Dglxextensions.h272 const char *server_string);
/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-plugin-ssh.h359 const char *server_string; member
/third_party/libwebsockets/plugins/ssh-base/
Dkex-25519.c418 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()
Dsshd.c2168 pss->vhd->ops->server_string); in lws_callback_raw_sshd()
/third_party/libwebsockets/lib/roles/http/
Dheader.c389 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/
Dcontext.c1209 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()
Dprivate-lib-core.h585 const char *server_string; member
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c332 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/
Dlws-context-vhost.h318 const char *server_string; member
/third_party/libwebsockets/plugins/
Dprotocol_lws_sshd_demo.c381 .server_string = "SSH-2.0-Libwebsockets",
/third_party/libwebsockets/test-apps/
Dtest-sshd.c624 .server_string = "SSH-2.0-Libwebsockets",
/third_party/libwebsockets/READMEs/
DREADME.plugin-sshd-base.md157 .server_string = "SSH-2.0-Libwebsockets",
/third_party/python/Lib/test/
Dtest_httplib.py1763 server_string = resp.getheader('server')
1766 self.assertIn('nginx', server_string)