OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rrnum
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/netbsd/nameser/
ns_parse.c
140
ns_parserr(ns_msg *handle, ns_sect section, int
rrnum
, ns_rr *rr) {
149
/* Make
rrnum
right. */
150
if (
rrnum
== -1)
151
rrnum
= handle->_rrnum;
152
if (
rrnum
< 0 ||
rrnum
>= handle->_counts[(int)section])
154
if (
rrnum
< handle->_rrnum)
156
if (
rrnum
> handle->_rrnum) {
158
rrnum
- handle->_rrnum);
163
handle->_rrnum =
rrnum
;
[
all
...]
/bionic/libc/netbsd/resolv/
res_debug.c
163
int n, sflag,
rrnum
;
local
183
rrnum
= 0;
185
if (ns_parserr(handle, section,
rrnum
, &rr)) {
189
else if (
rrnum
> 0 && sflag != 0 &&
194
if (
rrnum
== 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1))
230
rrnum
++;
Completed in 48 milliseconds