res_state.c | 57 struct __res_state _nres[1]; member in struct:__anon693 103 res_ndestroy(rt->_nres); 164 __FUNCTION__, gettid(), rt, (rt->_nres->options & RES_INIT) != 0); 165 if ( res_ninit( rt->_nres ) < 0 ) { 177 struct __res_state _nres; variable in typeref:struct:__res_state 209 return rt ? rt->_nres : NULL;
|