Lines Matching defs:stash
286 struct client_info_stash *stash;
300 stash = wsi->stash ? wsi->stash : lws_get_network_wsi(wsi)->stash;
301 if (stash) {
302 ads = stash->cis[CIS_ADDRESS];
303 path = stash->cis[CIS_PATH];
409 struct client_info_stash *stash;
418 stash = wsi->stash ? wsi->stash : lws_get_network_wsi(wsi)->stash;
419 if (!stash || !stash->cis[CIS_ADDRESS] ||
420 !stash->cis[CIS_PATH])
431 domain = stash->cis[CIS_ADDRESS];
432 path = stash->cis[CIS_PATH];