OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out_contents
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
flash_font_file_resource.cc
47
std::string
out_contents
;
local
50
&
out_contents
);
54
contents = AddFontTable(table,
out_contents
);
/external/chromium_org/third_party/boringssl/src/crypto/bytestring/
ber.c
97
CBB *
out_contents
, out_contents_storage;
local
102
out_contents
= out;
146
out_contents
= &out_contents_storage;
149
if (!cbs_convert_ber(in,
out_contents
,
154
if (
out_contents
!= out && !CBB_flush(out)) {
165
out_contents
= &out_contents_storage;
173
if (!cbs_convert_ber(&contents,
out_contents
, 0 /* don't squash header */,
178
if (!CBB_add_bytes(
out_contents
, CBS_data(&contents),
184
if (
out_contents
!= out && !CBB_flush(out)) {
Completed in 35 milliseconds