Searched refs:filecontents1 (Results 1 – 3 of 3) sorted by relevance
107 char *filecontents1; member376 this->filecontents1 = (char *) NULL; in fill_buffer_master()392 this->filecontents1 = (char *) NULL; in fill_buffer_master()408 this->filecontents1 = (char *) NULL; in fill_buffer_master()423 this->filecontents1 = (char *) NULL; in fill_buffer_master()431 if (this->filecontents1 == NULL) { in fill_buffer_master()558 this->filecontents1 = (char *) NULL; in fill_buffer_slave()581 this->filecontents1 = (char *) NULL; in fill_buffer_slave()604 this->filecontents1 = (char *) NULL; in fill_buffer_slave()625 this->filecontents1 = (char *) NULL; in fill_buffer_slave()[all …]
3109 char **filecontents1, char **filecontents2, in read_fasta_filecontents() argument3263 skip_header_filecontents(&(*filecontents1),*nextchar); in read_fasta_filecontents()3264 *nextchar = *(*filecontents1)++; in read_fasta_filecontents()3342 *nextchar = *(*filecontents1)++; in read_fasta_filecontents()3397 skip_header_filecontents(&(*filecontents1),*nextchar); in read_fasta_filecontents()3398 *nextchar = *(*filecontents1)++; in read_fasta_filecontents()4665 char **filecontents1, char **filecontents2, in read_fastq_filecontents() argument4804 *nextchar = *(*filecontents1)++; in read_fastq_filecontents()4819 skip_header_filecontents(&(*filecontents1),*nextchar); in read_fastq_filecontents()4820 *nextchar = *(*filecontents1)++; in read_fastq_filecontents()[all …]
168 char **filecontents1, char **filecontents2,