Searched +defs:char +defs:bytes (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/text/mac/
H A DTextCodecMac.cpp198 String TextCodecMac::decode(const char* byte argument
143 ASSERT_WITH_SECURITY_IMPLICATION(m_numBufferedBytes < sizeof(m_bufferedBytes)); const int spaceInBuffer = sizeof(m_bufferedBytes) - m_numBufferedBytes; const int bytesToPutInBuffer = min(spaceInBuffer, inputBufferLength); ASSERT(bytesToPutInBuffer != 0); memcpy(m_bufferedBytes + m_numBufferedBytes, inputBuffer, bytesToPutInBuffer); status = TECConvertText(m_converterTEC, m_bufferedBytes, m_numBufferedBytes + bytesToPutInBuffer, &bytesRead, reinterpret_cast<unsigned char*>(outputBuffer), outputBufferLength, &bytesWritten); ASSERT(bytesRead <= m_numBufferedBytes + bytesToPutInBuffer); if (status == kTECPartialCharErr && bytesRead == 0) { if (bytesToPutInBuffer >= spaceInBuffer) { LOG_ERROR(�, sizeof(m_bufferedBytes)); m_numBufferedBytes = 0; status = kTECUnmappableElementErr; } else { m_numBufferedBytes += bytesToPutInBuffer; bytesRead = bytesToPutInBuffer; status = noErr; } } else { if (bytesRead > m_numBufferedBytes) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dresult.c141 void rs_assert_(const char*file, unsigned line, const char*fn, const char*cond) argument
287 ber_len_t bytes; local
571 long bytes; local
962 int i, j, rc = LDAP_UNAVAILABLE, bytes; local
1488 int bytes; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dmule.el[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dviewx.cpp509 const t4_byte *bytes = col->FetchBytes(off_, len_, buffer, false); local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp59 static bool startsWithBlankLine(const char* bytes, unsigned length) argument
64 static int locationAfterFirstBlankLine(const char* bytes, unsigned length) argument
92 findEndOfLine(const char* bytes, unsigned length) argument
146 parseRFC822HeaderFields(const char* bytes, unsigned length) argument
311 NPN_NewStream(NPP, NPMIMEType, const char*, NPStream**) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dmac-win.el[all...]

Completed in 258 milliseconds