Home
last modified time | relevance | path

Searched refs:numBytes (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/encoding/
H A DUCEncoder.java116 int numBytes; in encodeBuffer() local
119 numBytes = readFully(inStream, tmpbuffer); in encodeBuffer()
120 if (numBytes == -1) in encodeBuffer()
122 encodeLinePrefix(outStream, numBytes); in encodeBuffer()
123 for (int j = 0; j < numBytes; j += bytesPerAtom()) in encodeBuffer()
124 if (j + bytesPerAtom() <= numBytes) in encodeBuffer()
127 encodeAtom(outStream, tmpbuffer, j, numBytes - j); in encodeBuffer()
131 while (numBytes >= bytesPerLine()); in encodeBuffer()
/titanic_41/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c546 jsize numBytes; in Java_com_apple_dnssd_AppleRegistration_BeginRegister() local
571 numBytes = txtRecord ? (*pEnv)->GetArrayLength( pEnv, txtRecord) : 0; in Java_com_apple_dnssd_AppleRegistration_BeginRegister()
575 numBytes, pBytes, ServiceRegisterReply, pContext); in Java_com_apple_dnssd_AppleRegistration_BeginRegister()
605 jsize numBytes; in Java_com_apple_dnssd_AppleRegistration_AddRecord() local
614 numBytes = (*pEnv)->GetArrayLength( pEnv, rData); in Java_com_apple_dnssd_AppleRegistration_AddRecord()
616 err = DNSServiceAddRecord( pContext->ServiceRef, &recRef, flags, rrType, numBytes, pBytes, ttl); in Java_com_apple_dnssd_AppleRegistration_AddRecord()
637 jsize numBytes; in Java_com_apple_dnssd_AppleDNSRecord_Update() local
654 numBytes = (*pEnv)->GetArrayLength( pEnv, rData); in Java_com_apple_dnssd_AppleDNSRecord_Update()
656 err = DNSServiceUpdateRecord( pContext->ServiceRef, recRef, flags, numBytes, pBytes, ttl); in Java_com_apple_dnssd_AppleDNSRecord_Update()
763 jsize numBytes; in Java_com_apple_dnssd_AppleRecordRegistrar_RegisterRecord() local
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c276 int numBytes) in BnxeRxRingProcess() argument
357 if ((procBytes + pktLen) <= numBytes) in BnxeRxRingProcess()
H A Dbnxe_gld.c1494 int numBytes, in BnxeRxRingPoll() argument
1498 int numBytes) in BnxeRxRingPoll()
1512 if (numBytes <= 0) in BnxeRxRingPoll()
1530 if (pktsRxed) pMblk = BnxeRxRingProcess(pUM, idx, TRUE, numBytes); in BnxeRxRingPoll()
H A Dbnxe.h806 int numBytes);