Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/glx/
H A Dglxextensions.c284 const char *server_string,
351 const char *server_string, in __glXProcessServerString() argument
357 for (base = 0; server_string[base] != NUL; /* empty */ ) { in __glXProcessServerString()
360 for (len = 0; (server_string[base + len] != SEPARATOR) in __glXProcessServerString()
361 && (server_string[base + len] != NUL); len++) { in __glXProcessServerString()
367 set_glx_extension(ext, &server_string[base], len, GL_TRUE, in __glXProcessServerString()
374 for (base += len; (server_string[base] == SEPARATOR) in __glXProcessServerString()
375 && (server_string[base] != NUL); base++) { in __glXProcessServerString()
728 const char *server_string) in __glXCalculateUsableGLExtensions() argument
736 __glXProcessServerString(known_gl_extensions, server_string, in __glXCalculateUsableGLExtensions()
H A Dglxextensions.h270 const char *server_string);
/aosp_15_r20/external/libwebsockets/plugins/ssh-base/
H A 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()
H A Dsshd.c2168 pss->vhd->ops->server_string); in lws_callback_raw_sshd()
/aosp_15_r20/external/libwebsockets/lib/roles/http/
H A Dheader.c384 if (wsi->a.context->server_string && in lws_add_http_header_status()
388 (unsigned char *)wsi->a.context->server_string, in lws_add_http_header_status()
/aosp_15_r20/external/libwebsockets/lib/core/
H A Dcontext.c1195 if (info->server_string) { in lws_create_context()
1196 context->server_string = info->server_string; in lws_create_context()
1198 strlen(context->server_string); in lws_create_context()
H A Dprivate-lib-core.h579 const char *server_string; member
/aosp_15_r20/external/libwebsockets/lib/roles/http/server/
H A Dlejp-conf.c322 a->info->server_string = a->p; in lejp_globals_cb()
409 ss = a->info->server_string; in lejp_vhosts_cb()
418 a->info->server_string = ss; in lejp_vhosts_cb()
/aosp_15_r20/external/libwebsockets/plugins/ssh-base/include/
H A Dlws-plugin-ssh.h359 const char *server_string; member
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-context-vhost.h318 const char *server_string; member
/aosp_15_r20/external/libwebsockets/plugins/
H A Dprotocol_lws_sshd_demo.c381 .server_string = "SSH-2.0-Libwebsockets",
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_httplib.py869 server_string = resp.getheader('server')
870 self.assertIn('nginx', server_string)
/aosp_15_r20/external/libwebsockets/test-apps/
H A Dtest-sshd.c624 .server_string = "SSH-2.0-Libwebsockets",
/aosp_15_r20/external/libwebsockets/READMEs/
H A DREADME.plugin-sshd-base.md157 .server_string = "SSH-2.0-Libwebsockets",
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_httplib.py1909 server_string = resp.getheader('server')
1912 self.assertIn('nginx', server_string)