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/dns/nameser/
ns_parse.c
141
ns_parserr(ns_msg *handle, ns_sect section, int
rrnum
, ns_rr *rr) {
152
/* Make
rrnum
right. */
153
if (
rrnum
== -1)
154
rrnum
= handle->_rrnum;
155
if (
rrnum
< 0 ||
rrnum
>= handle->_counts[(int)section])
157
if (
rrnum
< handle->_rrnum)
159
if (
rrnum
> handle->_rrnum) {
161
rrnum
- handle->_rrnum);
166
handle->_rrnum =
rrnum
;
[
all
...]
/bionic/libc/dns/resolv/
res_debug.c
161
int n, sflag,
rrnum
;
local
181
rrnum
= 0;
183
if (ns_parserr(handle, section,
rrnum
, &rr)) {
187
else if (
rrnum
> 0 && sflag != 0 &&
192
if (
rrnum
== 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1))
275
rrnum
++;
[
all
...]
Completed in 51 milliseconds