Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/
Dcookie.c399 const char *domain, *path, *dl_domain, *dl_path, *po; in lws_cookie_attach_cookies() local
434 dl_path = memchr(path, '?', path_len); in lws_cookie_attach_cookies()
435 if (dl_path) in lws_cookie_attach_cookies()
436 path_len = lws_ptr_diff_size_t(dl_path, path); in lws_cookie_attach_cookies()