Home
last modified time | relevance | path

Searched refs:LWS_CPYAPP (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c27 #define LWS_CPYAPP(ptr, str) { strcpy(ptr, str); ptr += strlen(str); } macro
178 LWS_CPYAPP(*p, in lws_extension_server_handshake()
688 LWS_CPYAPP(p, "HTTP/1.1 101 Switching Protocols\x0d\x0a" in handshake_0405()
729 LWS_CPYAPP(p, "\x0d\x0aSec-WebSocket-Protocol: "); in handshake_0405()
743 LWS_CPYAPP(p, "\x0d\x0a"); in handshake_0405()
757 LWS_CPYAPP(p, "\x0d\x0a"); in handshake_0405()
Dops-ws.c27 #define LWS_CPYAPP(ptr, str) { strcpy(ptr, str); ptr += strlen(str); } macro