Searched refs:startPos (Results 1 – 4 of 4) sorted by relevance
158 size_t startPos = 0; in getTextJSON() local173 std::string line{reinterpret_cast<const char*>(&data[startPos]), in getTextJSON()174 pos - startPos}; in getTextJSON()177 startPos = pos + 1; in getTextJSON()180 if (startPos < data.size()) in getTextJSON()182 std::string line{reinterpret_cast<const char*>(&data[startPos]), in getTextJSON()183 data.size() - startPos}; in getTextJSON()
653 size_t startPos = 0; in getPamModuleConfValue() local658 if ((startPos = line.find('#')) != std::string::npos) in getPamModuleConfValue()660 if (startPos == 0) in getPamModuleConfValue()665 line = line.substr(0, startPos); in getPamModuleConfValue()673 startPos += argSearch.size(); in getPamModuleConfValue()674 argValue = line.substr(startPos, endPos - startPos); in getPamModuleConfValue()698 size_t startPos = 0; in setPamModuleConfValue() local704 if ((startPos = line.find('#')) != std::string::npos) in setPamModuleConfValue()706 if (startPos == 0) in setPamModuleConfValue()712 line = line.substr(0, startPos); in setPamModuleConfValue()[all …]
1071 loff_t startPos = 0; in yaffsfs_do_read() local1101 startPos = offset; in yaffsfs_do_read()1103 startPos = fd->position; in yaffsfs_do_read()1105 pos = startPos; in yaffsfs_do_read()1164 fd->position = startPos + totalRead; in yaffsfs_do_read()1193 loff_t startPos = 0; in yaffsfs_do_write() local1222 startPos = yaffs_get_obj_length(obj); in yaffsfs_do_write()1224 startPos = offset; in yaffsfs_do_write()1226 startPos = fd->position; in yaffsfs_do_write()1229 pos = startPos; in yaffsfs_do_write()[all …]
115 UInt64 startPos = m_OutWindowStream.GetProcessedSize();