Lines Matching refs:header_table
1032 unsigned long **header_table; in openfile() local
1033 …header_table = ( unsigned long ** )calloc(PhastaIOActiveFiles[i]->nFields, sizeof(unsigned long *)… in openfile()
1037 …header_table[j]=( unsigned long * ) calloc( PhastaIOActiveFiles[i]->nPPF , sizeof( unsigned long)); in openfile()
1044 memcpy( header_table[j], in openfile()
1051 MPI_Scatter( header_table[j], in openfile()
1069 free ( header_table[j] ); in openfile()
1071 free (header_table); in openfile()
1207 unsigned long **header_table; in closefile() local
1208 …header_table = ( unsigned long ** )calloc(PhastaIOActiveFiles[i]->nFields, sizeof(unsigned long *)… in closefile()
1211 …header_table[j]=( unsigned long * ) calloc( PhastaIOActiveFiles[i]->nPPF , sizeof( unsigned long)); in closefile()
1219 header_table[j], in closefile()
1233 header_table[j], in closefile()
1249 free ( header_table[j] ); in closefile()
1251 free (header_table); in closefile()