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

  /src/crypto/external/apache2/openssl/dist/util/
mkdef.pl 338 my @slot_collection = ();
348 push @slot_collection, $collector->(); # Just occupy a slot
354 push @slot_collection, $collector->($_->name(), $type);
372 while (@slot_collection) {
373 my $set = shift @slot_collection;
  /src/crypto/external/bsd/openssl/dist/util/
mkdef.pl 337 my @slot_collection = ();
347 push @slot_collection, $collector->(); # Just occupy a slot
353 push @slot_collection, $collector->($_->name(), $type);
371 while (@slot_collection) {
372 my $set = shift @slot_collection;

Completed in 23 milliseconds