OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lengthPosition
(Results
1 - 3
of
3
) sorted by null
/external/smack/src/org/xbill/DNS/
EDNSOption.java
168
int
lengthPosition
= out.current();
171
int length = out.current() -
lengthPosition
- 2;
172
out.writeU16At(length,
lengthPosition
);
Record.java
220
int
lengthPosition
= out.current();
223
int rrlength = out.current() -
lengthPosition
- 2;
224
out.writeU16At(rrlength,
lengthPosition
);
247
int
lengthPosition
= out.current();
250
int rrlength = out.current() -
lengthPosition
- 2;
251
out.writeU16At(rrlength,
lengthPosition
);
DNSSEC.java
160
int
lengthPosition
= out.current();
163
int rrlength = out.current() -
lengthPosition
- 2;
165
out.jump(
lengthPosition
);
Completed in 819 milliseconds