Home
last modified time | relevance | path

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

/dports/databases/webdis/webdis-0.1.18/src/
H A Dwebsocket.c146 size_t origin_sz = 0, host_sz = 0, handshake_sz = 0, sz; in ws_handshake_reply() local
165 host_sz = strlen(host); in ws_handshake_reply()
169 if(!host || !host_sz || !c->path || !c->path_sz) { in ws_handshake_reply()
184 + sizeof(template_loc)-1 + host_sz + c->path_sz in ws_handshake_reply()
216 memcpy(p, host, host_sz); in ws_handshake_reply()
217 p += host_sz; in ws_handshake_reply()