Searched defs:errorCode (Results 151 - 175 of 332) sorted by relevance

1234567891011>>

/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFURLAccess.c39 CFTypeRef IOURLCreatePropertyFromResource(CFAllocatorRef alloc, CFURLRef url, CFStringRef property, SInt32 *errorCode) argument
44 Boolean IOURLCreateDataAndPropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFDataRef *resourceData, CFDictionaryRef *properties, CFArrayRef desiredProperties, SInt32 *errorCode) argument
49 Boolean IOCFURLWriteDataAndPropertiesToResource(CFURLRef url, CFDataRef dataToWrite, CFDictionaryRef propertiesToWrite, SInt32 *errorCode) argument
74 CFTypeRef IOURLCreatePropertyFromResource(CFAllocatorRef alloc, CFURLRef url, CFStringRef property, SInt32 *errorCode) { argument
91 IOURLCreateDataAndPropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFDataRef *fetchedData, CFDictionaryRef *fetchedProperties, CFArrayRef desiredProperties, SInt32 *errorCode) argument
115 _IOFileURLCreateDataAndPropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFDataRef *fetchedData, CFArrayRef desiredProperties, CFDictionaryRef *fetchedProperties, SInt32 *errorCode) argument
158 IOURLWriteDataAndPropertiesToResource(CFURLRef url, CFDataRef data, CFDictionaryRef propertyDict, SInt32 *errorCode) argument
195 _IOFileURLWritePropertiesToResource(CFURLRef url, CFDictionaryRef propertyDict, SInt32 *errorCode) argument
244 _IOFileURLCreatePropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFArrayRef desiredProperties, SInt32 *errorCode) argument
[all...]
/macosx-10.10/KerberosHelper-151/Source/
H A DDeconstructServiceName.c210 mDNSServiceCallBack( DNSServiceRef serviceRef, DNSServiceFlags flags, uint32_t interface, DNSServiceErrorType errorCode, const char *fullname, const char *hostTarget, uint16_t port, uint16_t txtlen, const unsigned char *txtRecord, void *ctx ) argument
/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DoalDevice.cpp164 void OALDevice::SetError(ALenum errorCode) argument
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dauthz.c139 SInt32 errorCode = -1; local
196 SInt32 errorCode = -1; local
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketChannel.cpp367 void WebSocketChannel::didFail(int errorCode) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFilterEffect.cpp498 int errorCode = 0; local
/macosx-10.10/mDNSResponder-561.1.1/Clients/Java/
H A DBrowserApp.java209 public void operationFailed( DNSSDService service, int errorCode) argument
270 public void operationFailed( DNSSDService service, int errorCode) argument
415 public void operationFailed( DNSSDService service, int errorCode) argument
H A DSimpleChat.java160 public void operationFailed( DNSSDService service, int errorCode) argument
289 public void operationFailed( DNSSDService service, int errorCode) argument
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSD.cpp484 DomainEnumReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *replyDomainUTF8, void *context ) argument
535 BrowseReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *serviceNameUTF8, const char *regTypeUTF8, const char *replyDomainUTF8, void *context ) argument
592 ResolveReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullNameUTF8, const char *hostNameUTF8, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context ) argument
669 RegisterReply( DNSServiceRef sdRef, DNSServiceFlags flags, DNSServiceErrorType errorCode, const char *serviceNameUTF8, const char *regTypeUTF8, const char *domainUTF8, void *context ) argument
722 QueryRecordReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullNameUTF8, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, void *context ) argument
776 GetAddrInfoReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *hostNameUTF8, const struct sockaddr *rawAddress, uint32_t ttl, void *context ) argument
851 NATPortMappingReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, uint32_t externalAddress, DNSServiceProtocol protocol, uint16_t internalPort, uint16_t externalPort, uint32_t ttl, void *context ) argument
[all...]
/macosx-10.10/system_cmds-643.1.1/nvram.tproj/
H A Dnvram.c304 SInt32 errorCode = 0; local
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclThreadTest.c93 char *errorCode; /* Copy of errorCode variable */ member in struct:ThreadEventResult
871 const char *result, *errorCode, *errorInfo; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclEvent.c36 char *errorCode; /* Value of the errorCode variable member in struct:BgError
H A DtclThreadTest.c89 char *errorCode; /* Copy of errorCode variable */ member in struct:ThreadEventResult
856 CONST char *result, *errorCode, *errorInfo; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixPipe.c935 int errorCode, result; local
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinChan.c408 int errorCode = 0; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_util.c67 char *errorCode; /* contents of errorCode variable */ member in struct:InterpState
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkUtil.c1006 Tcl_DString errorInfo, errorCode; local
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dbytestriebuilder.cpp127 BytesTrieBuilder::BytesTrieBuilder(UErrorCode &errorCode) argument
89 setTo(const StringPiece &s, int32_t val, CharString &strings, UErrorCode &errorCode) argument
146 add(const StringPiece &s, int32_t value, UErrorCode &errorCode) argument
191 build(UStringTrieBuildOption buildOption, UErrorCode &errorCode) argument
207 buildStringPiece(UStringTrieBuildOption buildOption, UErrorCode &errorCode) argument
217 buildBytes(UStringTrieBuildOption buildOption, UErrorCode &errorCode) argument
[all...]
H A Dlocdispnames.cpp54 UErrorCode errorCode=U_ZERO_ERROR; local
94 UErrorCode errorCode=U_ZERO_ERROR; local
134 UErrorCode errorCode=U_ZERO_ERROR; local
174 UErrorCode errorCode=U_ZERO_ERROR; local
214 UErrorCode errorCode=U_ZERO_ERROR; local
[all...]
H A Dnormalizer2.cpp435 createInstance(const char *packageName, const char *name, UErrorCode &errorCode) argument
467 initSingletons(const char *what, UErrorCode &errorCode) argument
508 getNFCInstance(UErrorCode &errorCode) argument
513 getNFDInstance(UErrorCode &errorCode) argument
518 getFCDInstance(UErrorCode &errorCode) argument
523 getFCCInstance(UErrorCode &errorCode) argument
528 getNFKCInstance(UErrorCode &errorCode) argument
533 getNFKDInstance(UErrorCode &errorCode) argument
538 getNFKC_CFInstance(UErrorCode &errorCode) argument
543 getNoopInstance(UErrorCode &errorCode) argument
549 getInstance(UNormalizationMode mode, UErrorCode &errorCode) argument
570 getNFCImpl(UErrorCode &errorCode) argument
576 getNFKCImpl(UErrorCode &errorCode) argument
582 getNFKC_CFImpl(UErrorCode &errorCode) argument
593 getNFCInstance(UErrorCode &errorCode) argument
598 getNFDInstance(UErrorCode &errorCode) argument
603 getNFKCInstance(UErrorCode &errorCode) argument
608 getNFKDInstance(UErrorCode &errorCode) argument
613 getNFKCCasefoldInstance(UErrorCode &errorCode) argument
618 getInstance(const char *packageName, const char *name, UNormalization2Mode mode, UErrorCode &errorCode) argument
[all...]
H A Ducnv_ct.c261 _CompoundTextOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){ argument
[all...]
H A Dunisetspan.cpp167 UErrorCode errorCode=U_ZERO_ERROR; local
182 UErrorCode errorCode=U_ZERO_ERROR; local
H A Dusprep.cpp221 loadData(UStringPrepProfile* profile, const char* path, const char* name, const char* type, UErrorCode* errorCode) argument
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationiterator.cpp35 CollationIterator::CEBuffer::ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode) { argument
153 UErrorCode errorCode = U_ZERO_ERROR; local
196 CollationIterator::fetchCEs(UErrorCode &errorCode) { argument
205 CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { argument
231 getCE32FromBuilderData(uint32_t , UErrorCode &errorCode) argument
237 nextCEFromCE32(const CollationData *d, UChar32 c, uint32_t ce32, UErrorCode &errorCode) argument
249 appendCEsFromCE32(const CollationData *d, UChar32 c, uint32_t ce32, UBool forward, UErrorCode &errorCode) argument
258 ceBuffer.append(Collation::ceFromLongPrimaryCE32(ce32), errorCode); local
261 ceBuffer.append(Collation::ceFromLongSecondaryCE32(ce32), errorCode); local
437 ceBuffer.append(Collation::unassignedCEFromCodePoint(c), errorCode); local
442 ceBuffer.append(Collation::ceFromSimpleCE32(ce32), errorCode); local
446 getCE32FromPrefix(const CollationData *d, uint32_t ce32, UErrorCode &errorCode) argument
469 nextSkippedCodePoint(UErrorCode &errorCode) argument
479 backwardNumSkipped(int32_t n, UErrorCode &errorCode) argument
488 nextCE32FromContraction(const CollationData *d, uint32_t contractionCE32, const UChar *p, uint32_t ce32, UChar32 c, UErrorCode &errorCode) argument
555 nextCE32FromDiscontiguousContraction( const CollationData *d, UCharsTrie &suffixes, uint32_t ce32, int32_t lookAhead, UChar32 c, UErrorCode &errorCode) argument
685 appendNumericCEs(uint32_t ce32, UBool forward, UErrorCode &errorCode) argument
743 appendNumericSegmentCEs(const char *digits, int32_t length, UErrorCode &errorCode) argument
764 ceBuffer.append(Collation::makeCE(primary), errorCode); local
774 ceBuffer.append(Collation::makeCE(primary), errorCode); local
787 ceBuffer.append(Collation::makeCE(primary), errorCode); local
825 ceBuffer.append(Collation::makeCE(primary), errorCode); local
836 ceBuffer.append(Collation::makeCE(primary), errorCode); local
840 previousCE(UVector32 &offsets, UErrorCode &errorCode) argument
868 offsets.addElement(getOffset(), errorCode); local
882 previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode) argument
[all...]
H A Dmeasunit.cpp717 StringEnumeration* MeasureUnit::getAvailableTypes(UErrorCode &errorCode) { argument
667 getAvailable( MeasureUnit *dest, int32_t destCapacity, UErrorCode &errorCode) argument
690 getAvailable( const char *type, MeasureUnit *dest, int32_t destCapacity, UErrorCode &errorCode) argument
[all...]

Completed in 397 milliseconds

1234567891011>>