Home | History | Annotate | Download | only in c-ares

Lines Matching defs:status

54   int status, i, rr_type, rr_class, rr_len;
76 status = ares__expand_name_for_response( aptr, abuf, alen, &hostname, &len);
77 if ( status != ARES_SUCCESS )
78 return status;
99 status = ares__expand_name_for_response( aptr, abuf, alen, &rr_name, &len );
100 if ( status != ARES_SUCCESS )
105 status = ARES_EBADRESP;
117 status = ares__expand_name_for_response( aptr, abuf, alen, &rr_data,
119 if ( status != ARES_SUCCESS )
131 status=ARES_ENOMEM;
145 status = ARES_EBADRESP;
150 if ( status == ARES_SUCCESS && nameservers_num == 0 )
152 status = ARES_ENODATA;
154 if ( status == ARES_SUCCESS )
175 status = ARES_ENOMEM;
181 return status;