Home
last modified time | relevance | path

Searched refs:canonical_hostname (Results 1 - 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c3337 if (gethostname((char *)context->canonical_hostname, in lws_server_get_canonical_hostname()
3338 sizeof(context->canonical_hostname) - 1)) in lws_server_get_canonical_hostname()
3339 lws_strncpy((char *)context->canonical_hostname, "unknown", in lws_server_get_canonical_hostname()
3340 sizeof(context->canonical_hostname)); in lws_server_get_canonical_hostname()
3342 lwsl_cx_info(context, " canonical_hostname = %s\n", in lws_server_get_canonical_hostname()
3343 context->canonical_hostname); in lws_server_get_canonical_hostname()
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h429 char canonical_hostname[96]; member
H A Dlibwebsockets.c300 return (const char *)context->canonical_hostname; in lws_canonical_hostname()
H A Dcontext.c1277 strcpy(context->canonical_hostname, "unknown"); in lws_create_context()

Completed in 9 milliseconds