Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dphio_sync.cc89 std::string syncPhrase = appendSync(keyphrase); in sync_readheader() local
90 readheader(fileDescriptor, syncPhrase.c_str(), in sync_readheader()
102 std::string syncPhrase = appendSyncWrite(keyphrase); in sync_writeheader() local
103 writeheader(fileDescriptor, syncPhrase.c_str(), in sync_writeheader()
114 std::string syncPhrase = appendSync(keyphrase); in sync_readdatablock() local
115 readdatablock(fileDescriptor, syncPhrase.c_str(), in sync_readdatablock()
126 std::string syncPhrase = appendSyncWrite(keyphrase); in sync_writedatablock() local
127 writedatablock(fileDescriptor, syncPhrase.c_str(), in sync_writedatablock()