Searched refs:alloc_header_p (Results 1 – 6 of 6) sorted by relevance
/dports/biology/gmap/gmap-2020-09-12/src/ |
H A D | knownsplicing.c | 263 bool firstp = true, saw_n_p, allocp, alloc_header_p; in Knownsplicing_retrieve_via_splicesites() local 281 /* annot = */ IIT_annotation(&restofheader,splicing_iit,splicesites1[0],&alloc_header_p); in Knownsplicing_retrieve_via_splicesites() 292 if (alloc_header_p == true) { in Knownsplicing_retrieve_via_splicesites() 388 /* annot = */ IIT_annotation(&restofheader,splicing_iit,splicesites1[i],&alloc_header_p); in Knownsplicing_retrieve_via_splicesites() 403 if (alloc_header_p == true) { in Knownsplicing_retrieve_via_splicesites()
|
H A D | iit-read-univ.h | 67 Univ_IIT_annotation (char **restofheader, T this, int index, bool *alloc_header_p);
|
H A D | iit-read-univ.c | 261 bool *altlocp, alloc_header_p; in Univ_IIT_altlocp() local 293 Univ_IIT_annotation(&restofheader,altscaffold_iit,alti/*+1*/,&alloc_header_p); in Univ_IIT_altlocp() 333 if (alloc_header_p) { in Univ_IIT_altlocp() 591 Univ_IIT_annotation (char **restofheader, T this, int index, bool *alloc_header_p) { in Univ_IIT_annotation() argument 608 *alloc_header_p = false; in Univ_IIT_annotation() 614 *alloc_header_p = false; in Univ_IIT_annotation() 628 *alloc_header_p = true; in Univ_IIT_annotation()
|
H A D | iit-read.h | 88 IIT_annotation (char **restofheader, T this, int index, bool *alloc_header_p);
|
H A D | splicetrie_build.c | 402 bool firstp = true, saw_n_p, allocp, alloc_header_p; in Splicetrie_retrieve_via_splicesites() local 423 /* annot = */ IIT_annotation(&restofheader,splicing_iit,splicesites1[0],&alloc_header_p); in Splicetrie_retrieve_via_splicesites() 434 if (alloc_header_p == true) { in Splicetrie_retrieve_via_splicesites() 544 /* annot = */ IIT_annotation(&restofheader,splicing_iit,splicesites1[i],&alloc_header_p); in Splicetrie_retrieve_via_splicesites() 559 if (alloc_header_p == true) { in Splicetrie_retrieve_via_splicesites()
|
H A D | iit-read.c | 489 IIT_annotation (char **restofheader, T this, int index, bool *alloc_header_p) { in IIT_annotation() argument 526 *alloc_header_p = false; in IIT_annotation() 535 *alloc_header_p = false; in IIT_annotation() 541 *alloc_header_p = false; in IIT_annotation() 555 *alloc_header_p = true; in IIT_annotation()
|