Searched refs:GETDNS_MALLOC (Results 1 – 13 of 13) sorted by relevance
/dports/dns/getdns/getdns-1.5.2/src/extension/ |
H A D | libev.c | 137 if (!(my_ev = GETDNS_MALLOC(ext->mf, io_timer))) in getdns_libev_schedule() 181 ext = GETDNS_MALLOC(*priv_getdns_context_mf(context), getdns_libev); in getdns_extension_set_libev_loop()
|
H A D | libuv.c | 202 if (!(my_ev = GETDNS_MALLOC(ext->mf, poll_timer))) in getdns_libuv_schedule() 249 ext = GETDNS_MALLOC(*priv_getdns_context_mf(context), getdns_libuv); in getdns_extension_set_libuv_loop()
|
H A D | libevent.c | 177 ext = GETDNS_MALLOC(*priv_getdns_context_mf(context), getdns_libevent); in getdns_extension_set_libevent_base()
|
/dports/dns/getdns/getdns-1.5.2/src/gnutls/ |
H A D | tls.c | 207 res = GETDNS_MALLOC(*mfs, _getdns_tls_x509); in _getdns_tls_x509_new() 223 if (!(res = GETDNS_MALLOC(*mfs, struct _getdns_tls_context))) in _getdns_tls_context_new() 329 if (!(res = GETDNS_MALLOC(*mfs, struct _getdns_tls_connection))) in _getdns_tls_connection_new() 484 if (!(res = GETDNS_MALLOC(*mfs, struct _getdns_tls_session))) in _getdns_tls_connection_get_session() 846 if (!(res = GETDNS_MALLOC(*mfs, struct _getdns_tls_hmac))) in _getdns_tls_hmac_new()
|
/dports/dns/getdns/getdns-1.5.2/src/openssl/ |
H A D | tls.c | 111 res = GETDNS_MALLOC(*mfs, _getdns_tls_x509); in _getdns_tls_x509_new() 325 if (!(res = GETDNS_MALLOC(*mfs, struct _getdns_tls_context))) in _getdns_tls_context_new() 603 if (!(res = GETDNS_MALLOC(*mfs, struct _getdns_tls_connection))) in _getdns_tls_connection_new() 818 if (!(res = GETDNS_MALLOC(*mfs, struct _getdns_tls_session))) in _getdns_tls_connection_get_session() 1200 if (!(res = GETDNS_MALLOC(*mfs, struct _getdns_tls_hmac))) in _getdns_tls_hmac_new()
|
/dports/dns/getdns/getdns-1.5.2/src/ |
H A D | pubkey-pinning.c | 234 onext = GETDNS_MALLOC(*mf, sha256_pin_t); in _getdns_get_pubkey_pinset_from_list()
|
H A D | types-internal.h | 422 #define GETDNS_MALLOC(obj, type) GETDNS_XMALLOC(obj, type, 1) macro
|
H A D | convert.c | 1225 if (!(*value = GETDNS_MALLOC(*mf, getdns_bindata))) in _jsmn_get_base64_data() 1275 if (!(*value = GETDNS_MALLOC(*mf, getdns_bindata))) in _jsmn_get_data() 1330 else if (!(*value = GETDNS_MALLOC(*mf, getdns_bindata))) in _jsmn_get_ipv4() 1360 else if (!(*value = GETDNS_MALLOC(*mf, getdns_bindata))) in _jsmn_get_ipv6() 1562 GETDNS_MALLOC(*mf, getdns_bindata))) in _jsmn_get_item()
|
H A D | ub_loop.c | 410 ev = GETDNS_MALLOC(AS_UB_LOOP(base)->mf, my_event); in my_event_new()
|
H A D | server.c | 544 if (!(conn = GETDNS_MALLOC(*mf, tcp_connection))) in tcp_accept_cb() 627 if (!(conn = GETDNS_MALLOC(*mf, connection))) in udp_read_cb()
|
H A D | dict.c | 222 d = GETDNS_MALLOC(dict->mf, struct getdns_dict_item); in _getdns_dict_find_and_add()
|
H A D | util-internal.c | 427 !(bindata = GETDNS_MALLOC(*mf, struct getdns_bindata))) { in _getdns_rr_iter2rr_dict_canonical()
|
H A D | context.c | 3683 if (!(dst = GETDNS_MALLOC(*mfs, struct getdns_bindata))) in _getdns_bindata_copy()
|