Searched defs:continuation (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c510 int originalcode = 0, continuation = 0; local
592 (is_base64 || continuation)) {
662 if (continuation)
664 continuation++;
688 if (continuation && code != originalcode) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c1215 // 10xxxxxx is a continuation byte of a multi-byte character
1237 // Check if the byte right after the chop point is a UTF-8 continuation byte,
1240 mDNSBool continuation = ((c1 & 0xC0) == 0x80); local
1242 if (!continuation && !secondsurrogate) break;
4229 // Now, back up until we find first non-continuation-char
4231 // Now s[i-1] is the first non-continuation-char
4232 // and (j-i) is the number of continuation-chars we found
4295 // allowed output. If s[i] is a UTF-8 continuation character, then we've cut a unicode character in half,
4296 // so back up 'i' until s[i] is no longer a UTF-8 continuation character. (if the input was proprly

Completed in 76 milliseconds