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

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslgathr.c293 gs->recordOffset = macLen;
301 gs->recordOffset = 0;
314 pBuf + gs->recordOffset, gs->recordLen));
326 gs->recordOffset = 0;
337 pBuf + gs->recordOffset, gs->recordLen));
H A Dsslcon.c2503 data = ss->gs.buf.buf + ss->gs.recordOffset;
2695 data = ss->gs.buf.buf + ss->gs.recordOffset;
2757 data = ss->gs.buf.buf + ss->gs.recordOffset;
3229 data = ss->gs.buf.buf + ss->gs.recordOffset;
3337 data = ss->gs.buf.buf + ss->gs.recordOffset;
H A Dsslimpl.h412 unsigned int recordOffset; /* ssl2 only */ member in struct:sslGatherStr
420 ** the data in "buf" is recordOffset (above), not readOffset.
/external/icu/icu4c/source/common/
H A Dlistformatter.cpp257 * On exit offset is offset of second in result if recordOffset was set
266 UBool recordOffset,
288 if (recordOffset) {
261 joinStrings( const SimplePatternFormatter& pat, const UnicodeString& first, const UnicodeString& second, UnicodeString &result, UBool recordOffset, int32_t &offset, UErrorCode& errorCode) argument

Completed in 1426 milliseconds