Lines Matching defs:cisin
1598 const char *cisin[CIS_COUNT];
1625 memset((char *)cisin, 0, sizeof(cisin));
1627 cisin[CIS_ADDRESS] = address;
1628 cisin[CIS_PATH] = path + o;
1629 cisin[CIS_HOST] = host;
1632 cisin[n + 3] = lws_hdr_simple_ptr(wsi, hnames2[n]);
1635 cisin[CIS_ALPN] = wsi->alpn;
1638 if (lws_client_stash_create(wsi, cisin))
1653 if (!cisin[CIS_ALPN] || !cisin[CIS_ALPN][0])
1655 cisin[CIS_ALPN] = "h2,http/1.1";
1657 cisin[CIS_ALPN] = "http/1.1";
1661 __func__, address, port, path, ssl, cisin[CIS_ALPN]);