Home
last modified time | relevance | path

Searched refs:dump_data (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/
Dconfigdata.pm.in56 our %config = ({- dump_data(\%config, indent => 0); -});
57 our %target = ({- dump_data(\%target, indent => 0); -});
58 our @disablables = ({- dump_data(\@disablables, indent => 0) -});
59 our @disablables_int = ({- dump_data(\@disablables_int, indent => 0) -});
60 our %disabled = ({- dump_data(\%disabled, indent => 0); -});
61 our %withargs = ({- dump_data(\%withargs, indent => 0); -});
62 our %unified_info = ({- dump_data(\%unified_info, indent => 0); -});
66 tls => [{- dump_data(\@tls, indent => 0) -}],
67 dtls => [{- dump_data(\@dtls, indent => 0) -}],
71 my @makevars = ({- dump_data(\@makevars, indent => 0); -});
[all …]
/third_party/openssl/util/perl/OpenSSL/
DUtil.pm243 sub dump_data { subroutine
274 dump_data(\$_, %subopts)
286 quotify1($_) . " => " . dump_data($ref->{$_}, %subopts);
/third_party/openssl/Configurations/
Dgentemplate.pm59 print $fh "{-\n ", $name, '(', dump_data(\%opts), ');', " \n-}"
/third_party/openssl/test/helpers/
Dssltestlib.c117 static void dump_data(const char *data, int len) in dump_data() function
202 dump_data(out, ret); in tls_dump_read()
/third_party/elfutils/src/
DChangeLog4371 (dump_data): ... here. Call it.
4373 (dump_data): ... here. Call it.
4442 (dump_data): No need to check endp for NULL after strtol call.
4460 (dump_data): New function, call it.
Dreadelf.c321 static void dump_data (Ebl *ebl);
1050 dump_data (pure_ebl); in process_elf_file()
13032 dump_data (Ebl *ebl) in dump_data() function