HomeSort by: relevance | last modified time | path
    Searched refs:fetcher (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
xml-support.h 56 RESULT. FETCHER will be called to retrieve any new files. DEPTH
65 xml_fetch_another fetcher, int depth);
xml-support.c 751 fetcher (fetcher_)
769 xml_fetch_another fetcher;
788 std::optional<gdb::char_vector> text = data->fetcher (href);
793 text->data (), data->fetcher,
875 xml_fetch_another fetcher, int depth)
877 xinclude_parsing_data data (result, fetcher, depth);
768 xml_fetch_another fetcher; member in struct:xinclude_parsing_data
xml-tdesc.c 43 tdesc_parse_xml (const char *document, xml_fetch_another fetcher)
618 tdesc_parse_xml (const char *document, xml_fetch_another fetcher)
627 document, fetcher, 0))
xml-syscall.c 288 syscall_parse_xml (const char *document, xml_fetch_another fetcher)
  /src/external/gpl3/gdb/dist/gdb/
xml-support.h 56 RESULT. FETCHER will be called to retrieve any new files. DEPTH
65 xml_fetch_another fetcher, int depth);
xml-support.c 751 fetcher (fetcher_)
769 xml_fetch_another fetcher;
788 std::optional<gdb::char_vector> text = data->fetcher (href);
793 text->data (), data->fetcher,
875 xml_fetch_another fetcher, int depth)
877 xinclude_parsing_data data (result, fetcher, depth);
768 xml_fetch_another fetcher; member in struct:xinclude_parsing_data
xml-tdesc.c 43 tdesc_parse_xml (const char *document, xml_fetch_another fetcher)
618 tdesc_parse_xml (const char *document, xml_fetch_another fetcher)
627 document, fetcher, 0))
xml-syscall.c 288 syscall_parse_xml (const char *document, xml_fetch_another fetcher)
  /src/external/bsd/kyua-cli/dist/engine/
test_case_test.cpp 358 fetch_output_hooks fetcher; local
360 tcs[0].get(), user_config, fetcher, fs::path("."));
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 3406 my @fetcher = @_;
3408 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3409 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3410 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3411 push(@fetcher, sprintf("--deadline=%d", $timeout));
3414 return @fetcher;
3612 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3613 my $cmd = ShellEscape(@fetcher, $url) . " > " . ShellEscape($tmp_profile);
  /src/external/bsd/jemalloc/dist/bin/
jeprof 3431 my @fetcher = @_;
3433 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3434 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3435 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3436 push(@fetcher, sprintf("--deadline=%d", $timeout));
3439 return @fetcher;
3637 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3638 my $cmd = ShellEscape(@fetcher, $url) . " > " . ShellEscape($tmp_profile);
jeprof.in 3431 my @fetcher = @_;
3433 if (join(" ", @fetcher) =~ m/\bcurl -s/) {
3434 push(@fetcher, "--max-time", sprintf("%d", $timeout));
3435 } elsif (join(" ", @fetcher) =~ m/\brpcget\b/) {
3436 push(@fetcher, sprintf("--deadline=%d", $timeout));
3439 return @fetcher;
3637 my @fetcher = AddFetchTimeout($fetch_timeout, @URL_FETCHER);
3638 my $cmd = ShellEscape(@fetcher, $url) . " > " . ShellEscape($tmp_profile);

Completed in 30 milliseconds