Home
last modified time | relevance | path

Searched refs:line_concat (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/
H A DConfigure3461 # collect_from_file($filename, $line_concat_cond_re, $line_concat)
3464 # $line_concat is a CODEref that takes care of concatenating two lines
3468 my $line_concat = shift;
3476 if (defined $line_concat) {
3477 $_ = $line_concat->($saved_line, $_);
3492 # collect_from_array($array, $line_concat_cond_re, $line_concat)
3495 # $line_concat is a CODEref that takes care of concatenating two lines
3499 my $line_concat = shift;
3507 if (defined $line_concat) {
3508 $_ = $line_concat
[all...]
/third_party/openssl/
H A DConfigure3456 # collect_from_file($filename, $line_concat_cond_re, $line_concat)
3459 # $line_concat is a CODEref that takes care of concatenating two lines
3463 my $line_concat = shift;
3471 if (defined $line_concat) {
3472 $_ = $line_concat->($saved_line, $_);
3487 # collect_from_array($array, $line_concat_cond_re, $line_concat)
3490 # $line_concat is a CODEref that takes care of concatenating two lines
3494 my $line_concat = shift;
3502 if (defined $line_concat) {
3503 $_ = $line_concat
[all...]

Completed in 8 milliseconds