Home
last modified time | relevance | path

Searched refs:match_recycle (Results 1 – 2 of 2) sorted by relevance

/dports/biology/exonerate/exonerate-2.4.0/src/comparison/
H A Dpcr.c26 if(pcr->match_recycle){ in PCR_Match_allocate()
27 pcr_match = pcr->match_recycle; in PCR_Match_allocate()
29 pcr->match_recycle = (PCR_Match*)pcr_match->pcr_probe; in PCR_Match_allocate()
49 pcr_match->pcr_probe = (PCR_Probe*)pcr->match_recycle; in PCR_Match_destroy()
50 pcr->match_recycle = pcr_match; in PCR_Match_destroy()
369 pcr->match_recycle = NULL; in PCR_create()
H A Dpcr.h96 PCR_Match *match_recycle; member