Searched refs:hpref_rtext (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c1176 VSTRING *hpref_rtext = 0; local
1187 vstring_strcpy(hpref_rtext ? hpref_rtext : \
1188 (hpref_rtext = vstring_alloc(VSTRING_LEN(why))), \
1199 vstring_strcpy(why, vstring_str(hpref_rtext)); \
1237 if (hpref_rtext)
1238 vstring_free(hpref_rtext);
1251 VSTRING *hpref_rtext = 0; local
1288 if (hpref_rtext)
1289 vstring_free(hpref_rtext);
[all...]

Completed in 94 milliseconds