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

  /src/crypto/external/bsd/openssl/dist/
Configure 3532 my %collectors = @_;
3537 if ($collectors{"BEFORE"}) {
3538 $collectors{"BEFORE"}->($_);
3540 foreach my $re (keys %collectors) {
3542 $collectors{$re}->($lineiterator);
3546 if ($collectors{"OTHERWISE"}) {
3547 $collectors{"OTHERWISE"}->($lineiterator, $_)
3548 unless $found || !defined $collectors{"OTHERWISE"};
3550 if ($collectors{"AFTER"}) {
3551 $collectors{"AFTER"}->($_)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/
Configure 3555 my %collectors = @_;
3560 if ($collectors{"BEFORE"}) {
3561 $collectors{"BEFORE"}->($_);
3563 foreach my $re (keys %collectors) {
3565 $collectors{$re}->($lineiterator);
3569 if ($collectors{"OTHERWISE"}) {
3570 $collectors{"OTHERWISE"}->($lineiterator, $_)
3571 unless $found || !defined $collectors{"OTHERWISE"};
3573 if ($collectors{"AFTER"}) {
3574 $collectors{"AFTER"}->($_)
    [all...]
  /src/crypto/external/apache2/openssl/dist/
Configure 3696 my %collectors = @_;
3701 if ($collectors{"BEFORE"}) {
3702 $collectors{"BEFORE"}->($_);
3704 foreach my $re (keys %collectors) {
3706 $collectors{$re}->($lineiterator);
3710 if ($collectors{"OTHERWISE"}) {
3711 $collectors{"OTHERWISE"}->($lineiterator, $_)
3712 unless $found || !defined $collectors{"OTHERWISE"};
3714 if ($collectors{"AFTER"}) {
3715 $collectors{"AFTER"}->($_)
    [all...]
  /src/external/apache2/llvm/include/
Makefile 220 clang/AST/StmtDataCollectors.inc|-gen-clang-data-collectors

Completed in 24 milliseconds