Home
last modified time | relevance | path

Searched refs:morebytes (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv_u32.c62 goto morebytes; in T_UConverter_toUnicode_UTF32_BE()
68 morebytes: in T_UConverter_toUnicode_UTF32_BE()
143 goto morebytes; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
149 morebytes: in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
523 goto morebytes; in T_UConverter_toUnicode_UTF32_LE()
530 morebytes: in T_UConverter_toUnicode_UTF32_LE()
610 goto morebytes; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC()
617 morebytes: in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC()
Ducnv_u8.c121 goto morebytes; in ucnv_toUnicode_UTF8()
139 morebytes: in ucnv_toUnicode_UTF8()
251 goto morebytes; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
268 morebytes: in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c817 int morebytes; in CallbackWithError() local
823 morebytes = 1; in CallbackWithError()
824 sdr->moreptr = &morebytes; in CallbackWithError()
857 …if (!morebytes){syslog(LOG_WARNING, "dnssdclientstub:Record: CallbackwithError morebytes zero"); r… in CallbackWithError()
870 …if (!morebytes){syslog(LOG_WARNING, "dnssdclientstub:sdRef: CallbackwithError morebytes zero"); re… in CallbackWithError()
880 int morebytes = 0; in DNSServiceProcessResult() local
936 if (morebytes && sdRef->logcounter < 100) in DNSServiceProcessResult()
985 morebytes = more_bytes(sdRef->sockfd); in DNSServiceProcessResult()
986 if (morebytes) in DNSServiceProcessResult()
989 sdRef->moreptr = &morebytes; in DNSServiceProcessResult()
[all …]