Searched refs:res_ndestroy (Results 1 - 4 of 4) sorted by path

/macosx-10.10/Heimdal-398.1.2/
H A Dconfigure16184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_ndestroy" >&5
16185 $as_echo_n "checking for res_ndestroy... " >&6; }
16221 res_ndestroy(0)
16242 for ac_func in res_ndestroy
16244 ac_fn_c_check_func "$LINENO" "res_ndestroy" "ac_cv_func_res_ndestroy"
16254 # res_ndestroy
16255 eval "ac_tr_func=HAVE_`echo res_ndestroy | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`"
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dresolve.c498 #define rk_res_free(x) res_ndestroy(x)
/macosx-10.10/libresolv-57/
H A Dres_init.c146 if ((x->options & RES_INIT) != 0) res_ndestroy(x);
152 /* res_ndestroy frees _u._ext.ext so we create a new one if necessary */
552 if ((statp->options & RES_INIT) != 0) res_ndestroy(statp);
1164 if ((statp->options & RES_INIT) != 0) res_ndestroy(statp);
1410 res_ndestroy(res_state statp) function
H A Dresolv.h413 #define res_ndestroy res_9_ndestroy macro
486 void res_ndestroy __P((res_state));

Completed in 308 milliseconds