Searched refs:header_pos (Results 1 – 2 of 2) sorted by relevance
459 header_pos = output_file.tell()474 output_file.seek(header_pos, 0)
1502 size_t header_pos = working.find(kKeyInfoEndMarker, in ParsePEMKeyBytes() local1504 if (header_pos == std::string::npos) in ParsePEMKeyBytes()1506 size_t start_pos = header_pos + sizeof(kKeyInfoEndMarker) - 1; in ParsePEMKeyBytes()