Home
last modified time | relevance | path

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

/dports/misc/urbit/urbit-urbit-0.6.0/vere/
H A Dcttp.c440 c3_c* hot_c = c3_malloc(1 + len_w); in _cttp_creq_host() local
442 _cttp_mcut_host(hot_c, 0, hot); in _cttp_creq_host()
443 hot_c[len_w] = 0; in _cttp_creq_host()
445 return hot_c; in _cttp_creq_host()
516 free(ceq_u->hot_c); in _cttp_creq_free()
625 c3_c* hot_c = ceq_u->hot_c ? ceq_u->hot_c : ceq_u->ipf_c; in _cttp_creq_fire() local
635 len_w = 6 + strlen(hot_c) + 3; in _cttp_creq_fire()
812 c3_c* hot_c = c3_malloc(len_w); in _cttp_creq_connect() local
813 strncpy(hot_c, ceq_u->hot_c, len_w); in _cttp_creq_connect()
816 ceq_u->cli_u->ssl.server_name = hot_c; in _cttp_creq_connect()
[all …]
/dports/misc/urbit/urbit-urbit-0.6.0/include/vere/
H A Dvere.h116 c3_c* hot_c; // host member
135 c3_c* hot_c; // hostname (no port) (or 0) member