OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:odata
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
quopri.py
55
odata
= b2a_qp(data, quotetabs = quotetabs, header = header)
56
output.write(
odata
)
123
odata
= a2b_qp(data, header = header)
124
output.write(
odata
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py
55
odata
= b2a_qp(data, quotetabs = quotetabs, header = header)
56
output.write(
odata
)
123
odata
= a2b_qp(data, header = header)
124
output.write(
odata
)
/external/tcpdump/
print-pgm.c
340
struct pgm_data *
odata
;
local
342
odata
= (struct pgm_data *)(pgm + 1);
343
TCHECK(*
odata
);
344
(void)printf("
ODATA
trail %u seq %u",
345
EXTRACT_32BITS(&
odata
->pgmd_trailseq),
346
EXTRACT_32BITS(&
odata
->pgmd_seq));
347
bp = (u_char *) (
odata
+ 1);
/bionic/libc/netbsd/nameser/
ns_print.c
801
const u_char *
odata
= rdata;
local
825
return (rdata -
odata
);
Completed in 182 milliseconds