Home
last modified time | relevance | path

Searched refs:GETDNS_MALLOC (Results 1 – 13 of 13) sorted by relevance

/dports/dns/getdns/getdns-1.5.2/src/extension/
H A Dlibev.c137 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 Dlibuv.c202 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 Dlibevent.c177 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 Dtls.c207 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 Dtls.c111 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 Dpubkey-pinning.c234 onext = GETDNS_MALLOC(*mf, sha256_pin_t); in _getdns_get_pubkey_pinset_from_list()
H A Dtypes-internal.h422 #define GETDNS_MALLOC(obj, type) GETDNS_XMALLOC(obj, type, 1) macro
H A Dconvert.c1225 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 Dub_loop.c410 ev = GETDNS_MALLOC(AS_UB_LOOP(base)->mf, my_event); in my_event_new()
H A Dserver.c544 if (!(conn = GETDNS_MALLOC(*mf, tcp_connection))) in tcp_accept_cb()
627 if (!(conn = GETDNS_MALLOC(*mf, connection))) in udp_read_cb()
H A Ddict.c222 d = GETDNS_MALLOC(dict->mf, struct getdns_dict_item); in _getdns_dict_find_and_add()
H A Dutil-internal.c427 !(bindata = GETDNS_MALLOC(*mf, struct getdns_bindata))) { in _getdns_rr_iter2rr_dict_canonical()
H A Dcontext.c3683 if (!(dst = GETDNS_MALLOC(*mfs, struct getdns_bindata))) in _getdns_bindata_copy()