Home | History | Annotate | Download | only in resolv

Lines Matching refs:QUERY

135  * Formulate a normal query, send, and await answer.
147 int class, int type, /*%< class and type of query */
165 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
189 /* if the query choked with EDNS0, retry without EDNS0 */
238 * Formulate a normal query, send, and retrieve answer in supplied buffer.
246 int class, int type, /*%< class and type of query */
260 RES_SET_H_ERRNO(statp, HOST_NOT_FOUND); /*%< True if we never query. */
275 * Also, query 'as is', if there is a trailing dot in the name.
358 * If the query has not already been tried as is then try it
370 * if we did an initial full query, return that query's H_ERRNO
371 * (note that we wouldn't be here if that query had succeeded).
393 int class, int type, /*%< class and type of query */