Home
last modified time | relevance | path

Searched refs:keyphrase (Results 1 – 13 of 13) sorted by relevance

/phasta/phSolver/common/
H A Dphio_posix.cc55 const char keyphrase[], in posix_readheader() argument
60 readheader(fileDescriptor, keyphrase, in posix_readheader()
66 const char keyphrase[], in posix_writeheader() argument
72 writeheader(fileDescriptor, keyphrase, valueArray, in posix_writeheader()
78 const char keyphrase[], in posix_readdatablock() argument
83 readdatablock(fileDescriptor, keyphrase, in posix_readdatablock()
89 const char keyphrase[], in posix_writedatablock() argument
94 writedatablock(fileDescriptor, keyphrase, valueArray, in posix_writedatablock()
H A Dphio_base.h11 const char keyphrase[],
17 const char keyphrase[],
24 const char keyphrase[],
32 const char keyphrase[],
39 const char keyphrase[],
H A DphIO.cc46 const char keyphrase[], in phio_readheader() argument
52 f->ops->readheader(f->file, keyphrase, valueArray, in phio_readheader()
58 const char keyphrase[], in phio_writeheader() argument
65 f->ops->writeheader(f->file, keyphrase, valueArray, in phio_writeheader()
71 const char keyphrase[], in phio_readdatablock() argument
77 f->ops->readdatablock(f->file, keyphrase, valueArray, in phio_readdatablock()
83 const char keyphrase[], in phio_writedatablock() argument
89 f->ops->writedatablock(f->file, keyphrase, valueArray, in phio_writedatablock()
H A Dphio_sync.cc84 const char keyphrase[], in sync_readheader() argument
89 std::string syncPhrase = appendSync(keyphrase); in sync_readheader()
96 const char keyphrase[], in sync_writeheader() argument
102 std::string syncPhrase = appendSyncWrite(keyphrase); in sync_writeheader()
109 const char keyphrase[], in sync_readdatablock() argument
114 std::string syncPhrase = appendSync(keyphrase); in sync_readdatablock()
121 const char keyphrase[], in sync_writedatablock() argument
126 std::string syncPhrase = appendSyncWrite(keyphrase); in sync_writedatablock()
H A Dphio_posix.h14 const char keyphrase[],
21 const char keyphrase[],
29 const char keyphrase[],
36 const char keyphrase[],
H A Dphio_stream.h15 const char keyphrase[],
22 const char keyphrase[],
30 const char keyphrase[],
37 const char keyphrase[],
H A DphIO.h14 const char keyphrase[],
21 const char keyphrase[],
29 const char keyphrase[],
36 const char keyphrase[],
H A Dphio_sync.h20 const char keyphrase[],
27 const char keyphrase[],
35 const char keyphrase[],
42 const char keyphrase[],
H A Dphio_stream.cc50 const char keyphrase[], in stream_readheader() argument
55 traceEnter(__func__, keyphrase); in stream_readheader()
56 readHeader((FILE*)fileDescriptor, keyphrase, in stream_readheader()
63 const char keyphrase[], in stream_writeheader() argument
69 traceEnter(__func__, keyphrase); in stream_writeheader()
70 writeHeader((FILE*)fileDescriptor, keyphrase, in stream_writeheader()
/phasta/phastaIO/
H A DphastaIO.h84 const char keyphrase[],
92 const char keyphrase[],
101 const char keyphrase[],
117 const char keyphrase[],
132 const char keyphrase[],
174 const std::string keyphrase,
179 keyphrase.c_str(),
189 const std::string& keyphrase,
195 keyphrase.c_str(),
H A DphastaIO.cc1273 const char keyphrase[], in readheader() argument
1301 LastHeaderKey[filePtr] = std::string(keyphrase); in readheader()
1315 keyphrase, in readheader()
1338 int string_length = strlen( keyphrase ); in readheader()
1341 strcpy ( buffer, keyphrase ); in readheader()
1359 …taIOActiveFiles[i]->myrank, PhastaIOActiveFiles[i]->GPid, PhastaIOActiveFiles[i]->nppp, keyphrase); in readheader()
1396 … if(PhastaIOActiveFiles[i]->myrank == 0) printf("WARNING readheader: Not found %s\n",keyphrase); in readheader()
1423 …if( cscompare( keyphrase , token ) ) //No need to compare also token with keyphrase like above. We… in readheader()
1432 fprintf( stderr, "Expected # of ints not found for: %s\n", keyphrase ); in readheader()
1440 …f("Error readheader: Unexpected mismatch between keyphrase = %s and token = %s\n",keyphrase,token); in readheader()
[all …]
H A DvtkPhastaReader.h128 const char keyphrase[],
134 const char keyphrase[],
H A DvtkPhastaReader.cxx665 const char keyphrase[], in readheader() argument
684 LastHeaderKey[ filePtr ] = const_cast< char* >( keyphrase ); in readheader()
705 int string_length = strlen( keyphrase ); in readheader()
707 strcpy ( buffer, keyphrase ); in readheader()
738 printf("Not found %s \n",keyphrase); in readheader()
756 if( cscompare( keyphrase , token ) ) in readheader()
766 fprintf( stderr, "Expected # of ints not found for: %s\n", keyphrase ); in readheader()
784 const char keyphrase[], in readdatablock() argument
808 if ( ! cscompare( LastHeaderKey[ filePtr ], keyphrase ) ) { in readdatablock()
811 fprintf(stderr, "DataBlock: %s\n ", keyphrase ); in readdatablock()