Lines Matching refs:filecontents1
107 char *filecontents1; member
376 this->filecontents1 = (char *) NULL; in fill_buffer_master()
380 this->filecontents1 = this->filecontents1_alloc = Filestring_extract(&strlength1,filestring1); in fill_buffer_master()
392 this->filecontents1 = (char *) NULL; in fill_buffer_master()
396 this->filecontents1 = this->filecontents1_alloc = Filestring_extract(&strlength1,filestring1); in fill_buffer_master()
408 this->filecontents1 = (char *) NULL; in fill_buffer_master()
412 this->filecontents1 = this->filecontents1_alloc = Filestring_extract(&strlength1,filestring1); in fill_buffer_master()
423 this->filecontents1 = (char *) NULL; in fill_buffer_master()
431 if (this->filecontents1 == NULL) { in fill_buffer_master()
434 …this->filecontents1 = this->filecontents1_alloc = (char *) MALLOC_IN((offset_end_1 - offset_start_… in fill_buffer_master()
435 MPI_File_read(this->input,this->filecontents1,offset_end_1 - offset_start_1,MPI_CHAR,&status); in fill_buffer_master()
436 this->filecontents1[offset_end_1 - offset_start_1] = '\0'; in fill_buffer_master()
451 …this->filecontents1 = this->filecontents1_alloc = (char *) MALLOC_IN((offset_end_1 - offset_start_… in fill_buffer_master()
452 fread(this->filecontents1,offset_end_1 - offset_start_1,sizeof(char),this->input); in fill_buffer_master()
453 this->filecontents1[offset_end_1 - offset_start_1] = '\0'; in fill_buffer_master()
470 &this->filecontents1,&this->filecontents2,&this->input,&this->input2, in fill_buffer_master()
558 this->filecontents1 = (char *) NULL; in fill_buffer_slave()
562 this->filecontents1 = this->filecontents1_alloc = in fill_buffer_slave()
581 this->filecontents1 = (char *) NULL; in fill_buffer_slave()
585 this->filecontents1 = this->filecontents1_alloc = in fill_buffer_slave()
604 this->filecontents1 = (char *) NULL; in fill_buffer_slave()
608 this->filecontents1 = this->filecontents1_alloc = in fill_buffer_slave()
625 this->filecontents1 = (char *) NULL; in fill_buffer_slave()
630 if (this->filecontents1 == NULL) { in fill_buffer_slave()
633 …this->filecontents1 = this->filecontents1_alloc = (char *) MALLOC_IN((offset_end_1 - offset_start_… in fill_buffer_slave()
634 MPI_File_read(this->input,this->filecontents1,offset_end_1 - offset_start_1,MPI_CHAR,&status); in fill_buffer_slave()
635 this->filecontents1[offset_end_1 - offset_start_1] = '\0'; in fill_buffer_slave()
650 …this->filecontents1 = this->filecontents1_alloc = (char *) MALLOC_IN((offset_end_1 - offset_start_… in fill_buffer_slave()
651 fread(this->filecontents1,offset_end_1 - offset_start_1,sizeof(char),this->input); in fill_buffer_slave()
652 this->filecontents1[offset_end_1 - offset_start_1] = '\0'; in fill_buffer_slave()
669 &this->filecontents1,&this->filecontents2,&this->input,&this->input2, in fill_buffer_slave()