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

  /src/crypto/external/apache2/openssl/dist/
Configure 3691 my %collectors = @_;
3696 if ($collectors{"BEFORE"}) {
3697 $collectors{"BEFORE"}->($_);
3699 foreach my $re (keys %collectors) {
3701 $collectors{$re}->($lineiterator);
3705 if ($collectors{"OTHERWISE"}) {
3706 $collectors{"OTHERWISE"}->($lineiterator, $_)
3707 unless $found || !defined $collectors{"OTHERWISE"};
3709 if ($collectors{"AFTER"}) {
3710 $collectors{"AFTER"}->($_)
    [all...]
  /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/external/apache2/llvm/include/
Makefile 220 clang/AST/StmtDataCollectors.inc|-gen-clang-data-collectors

Completed in 18 milliseconds