OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checksum_idx
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/rlz/win/dll/
exports.cc
74
int*
checksum_idx
) {
75
return rlz_lib::IsPingResponseValid(response,
checksum_idx
);
/external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.cpp
368
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/
rlz_lib.cc
399
bool IsPingResponseValid(const char* response, int*
checksum_idx
) {
403
if (
checksum_idx
)
404
*
checksum_idx
= -1;
443
if (
checksum_idx
)
444
*
checksum_idx
= checksum_index;
rlz_lib.h
203
//
checksum_idx
is not NULL, it will get the index of the checksum, i.e. -
207
int*
checksum_idx
);
Completed in 83 milliseconds