Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/
H A Dtest_htable.c100 su_home_t c_home[1]; member
109 htable_resize(c->c_home, c->c_hash, 0); in context_create()
133 htable_resize(c->c_home, ht, 0); in search()
139 e = su_zalloc(c->c_home, sizeof(*e)); assert(e); in search()
157 su_free(c->c_home, e); in zap()
199 su_free(c->c_home, e); in table_test()
232 TEST(htable_resize(c->c_home, c->c_hash, ++size), 0); in table_test()
234 TEST(htable_resize(c->c_home, c->c_hash, ++size), 0); in table_test()
236 TEST(htable_resize(c->c_home, c->c_hash, ++size), 0); in table_test()
238 TEST(htable_resize(c->c_home, c->c_hash, ++size), 0); in table_test()
[all …]
H A Dtest_htable2.c107 su_home_t c_home[1]; member
116 htable2_resize(c->c_home, c->c_hash, 0); in context_create()
141 htable2_resize(c->c_home, ht, 0); in search()
243 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
245 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
247 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
249 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
251 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
253 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
255 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
[all …]
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/
H A Dtest_htable.c100 su_home_t c_home[1]; member
109 htable_resize(c->c_home, c->c_hash, 0); in context_create()
133 htable_resize(c->c_home, ht, 0); in search()
139 e = su_zalloc(c->c_home, sizeof(*e)); assert(e); in search()
157 su_free(c->c_home, e); in zap()
199 su_free(c->c_home, e); in table_test()
232 TEST(htable_resize(c->c_home, c->c_hash, ++size), 0); in table_test()
234 TEST(htable_resize(c->c_home, c->c_hash, ++size), 0); in table_test()
236 TEST(htable_resize(c->c_home, c->c_hash, ++size), 0); in table_test()
238 TEST(htable_resize(c->c_home, c->c_hash, ++size), 0); in table_test()
[all …]
H A Dtest_htable2.c107 su_home_t c_home[1]; member
116 htable2_resize(c->c_home, c->c_hash, 0); in context_create()
141 htable2_resize(c->c_home, ht, 0); in search()
243 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
245 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
247 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
249 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
251 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
253 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
255 TEST(htable2_resize(c->c_home, c->c_hash, ++size), 0); in table2_test()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/unittests/
H A Dgdb_tilde_expand-selftests.c33 const char *c_home = std::getenv ("HOME"); in do_test() local
36 if (c_home == nullptr) in do_test()
39 const std::string home (c_home); in do_test()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/nth/
H A Dhttp-server.c55 su_home_t c_home[1]; member
103 su_home_init(home = context->c_home); in main()
135 context->c_body = read_payload(context->c_home, o_body); in main()
142 msg_content_length_create(context->c_home, context->c_body->pl_len); in main()
H A Dhttp-client.c107 su_home_t c_home[1]; member
259 su_home_init(home = context->c_home); in main()
367 auc_challenge(&c->c_auth, c->c_home, in response()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/nth/
H A Dhttp-server.c55 su_home_t c_home[1]; member
103 su_home_init(home = context->c_home); in main()
135 context->c_body = read_payload(context->c_home, o_body); in main()
142 msg_content_length_create(context->c_home, context->c_body->pl_len); in main()
H A Dhttp-client.c107 su_home_t c_home[1]; member
259 su_home_init(home = context->c_home); in main()
367 auc_challenge(&c->c_auth, c->c_home, in response()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/utils/
H A Dsip-options.c120 su_home_t c_home[1]; member
220 su_home_init(home = context->c_home); in main()
251 tag_from_header(context->c_agent, context->c_home, from); in main()
293 context->c_proxy = url_hdup(context->c_home, in main()
H A Dapps_utils.h49 if (auc_challenge(&c->c_proxy_auth, c->c_home, sip->sip_proxy_authenticate, in proxy_authenticate()
84 if (auc_challenge(&c->c_auth, c->c_home, sip->sip_www_authenticate, in server_authenticate()
/dports/net/sofia-sip/sofia-sip-1.13.4/utils/
H A Dsip-options.c120 su_home_t c_home[1]; member
220 su_home_init(home = context->c_home); in main()
251 tag_from_header(context->c_agent, context->c_home, from); in main()
293 context->c_proxy = url_hdup(context->c_home, in main()
H A Dapps_utils.h49 if (auc_challenge(&c->c_proxy_auth, c->c_home, sip->sip_proxy_authenticate, in proxy_authenticate()
84 if (auc_challenge(&c->c_auth, c->c_home, sip->sip_www_authenticate, in server_authenticate()
/dports/japanese/lipsf/lipsf-200/
H A Dterm.h121 extern char *c_home;
H A Dterm.c510 char *c_home = NULL; variable
1116 c_home = "\033[H"; in defaultterm()
1664 tgetstr2(&c_home, TERM_ho); in getterment()
1797 if (c_home) free(c_home); in freeterment()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/sresolv/
H A Dsres.c276 su_home_t c_home[1]; member
644 config = su_home_ref(res->res_config->c_home); in sres_resolver_copy()
1703 su_home_unref((su_home_t *)res->res_config->c_home); in sres_resolver_destructor()
2009 su_home_unref((su_home_t *)previous->c_home); in sres_update_config()
2029 su_home_t *home = c->c_home; in sres_parse_win32_ip()
2059 su_home_t *home = c->c_home; in sres_parse_win32_reg_parse_dnsserver()
2125 su_home_t *home = c->c_home; in sres_parse_win32_reg()
2255 su_home_threadsafe(c->c_home); in sres_parse_resolv_conf()
2271 su_home_t *home = c->c_home; in sres_parse_config()
2486 ns = su_zalloc(c->c_home, (sizeof *ns) + strlen(server) + 1); in sres_parse_nameserver()
[all …]
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/sresolv/
H A Dsres.c276 su_home_t c_home[1]; member
644 config = su_home_ref(res->res_config->c_home); in sres_resolver_copy()
1703 su_home_unref((su_home_t *)res->res_config->c_home); in sres_resolver_destructor()
2009 su_home_unref((su_home_t *)previous->c_home); in sres_update_config()
2029 su_home_t *home = c->c_home; in sres_parse_win32_ip()
2059 su_home_t *home = c->c_home; in sres_parse_win32_reg_parse_dnsserver()
2125 su_home_t *home = c->c_home; in sres_parse_win32_reg()
2255 su_home_threadsafe(c->c_home); in sres_parse_resolv_conf()
2271 su_home_t *home = c->c_home; in sres_parse_config()
2486 ns = su_zalloc(c->c_home, (sizeof *ns) + strlen(server) + 1); in sres_parse_nameserver()
[all …]