Searched refs:LWS_CPYAPP (Results 1 – 2 of 2) sorted by relevance
27 #define LWS_CPYAPP(ptr, str) { strcpy(ptr, str); ptr += strlen(str); } macro178 LWS_CPYAPP(*p, in lws_extension_server_handshake()632 LWS_CPYAPP(p, "HTTP/1.1 101 Switching Protocols\x0d\x0a" in handshake_0405()652 LWS_CPYAPP(p, "\x0d\x0aSec-WebSocket-Protocol: "); in handshake_0405()666 LWS_CPYAPP(p, "\x0d\x0a"); in handshake_0405()680 LWS_CPYAPP(p, "\x0d\x0a"); in handshake_0405()
27 #define LWS_CPYAPP(ptr, str) { strcpy(ptr, str); ptr += strlen(str); } macro