Searched refs:checksum_idx (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/rlz/win/dll/
H A Dexports.cc74 int* checksum_idx) {
75 return rlz_lib::IsPingResponseValid(response, checksum_idx);
73 IsPingResponseValid(const char* response, int* checksum_idx) argument
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp368 size_t checksum_idx = std::string::npos; local
386 checksum_idx = hash_pos + 1;
471 assert (checksum_idx < m_bytes.size());
472 if (::isxdigit (m_bytes[checksum_idx+0]) ||
473 ::isxdigit (m_bytes[checksum_idx+1]))
477 const char *packet_checksum_cstr = &m_bytes[checksum_idx];
/external/chromium_org/rlz/lib/
H A Drlz_lib.h203 // checksum_idx is not NULL, it will get the index of the checksum, i.e. -
207 int* checksum_idx);
H A Drlz_lib.cc399 bool IsPingResponseValid(const char* response, int* checksum_idx) { argument
403 if (checksum_idx)
404 *checksum_idx = -1;
443 if (checksum_idx)
444 *checksum_idx = checksum_index;

Completed in 164 milliseconds