Home
last modified time | relevance | path

Searched refs:join_results_match2 (Results 1 – 3 of 3) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/tools/fasterq-dump/
H A Djoin_results.h65 bool join_results_match2( struct join_results * self, const String * bases1, const String * bases2 …
H A Djoin.c380 …if ( join_results_match2( j -> results, &( rec -> read ), &( j -> B2 . S ) ) ) /* join-results.c */ in print_fastq_2_reads()
418 …if ( join_results_match2( j -> results, &( j -> B1 . S ), &( rec -> read ) ) ) /* join-results.c */ in print_fastq_2_reads()
459 …if ( join_results_match2( j -> results, &( j -> B1 . S ), &( j -> B2 . S ) ) ) /* join-results.c */ in print_fastq_2_reads()
H A Djoin_results.c530 bool join_results_match2( struct join_results * self, const String * bases1, const String * bases2 ) in join_results_match2() function