Home
last modified time | relevance | path

Searched defs:errCode (Results 1 – 6 of 6) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DErrorHandling.cpp131 OSErr errCode; in GetErrorMessageInNewHandle() local
142 OSErr errCode; in GetErrorMessageInExistingHandle() local
154 OSErr errCode; in AppendErrorMessageToHandle() local
H A DCPStringUtils.cpp819 OSErr errCode = noErr; in CopyLongIntToNewHandle() local
833 OSErr errCode = noErr; in CopyLongIntToExistingHandle() local
849 OSErr errCode = noErr; in CopyCStrToExistingHandle() local
894 OSErr errCode = noErr; in CopyCStrToNewHandle() local
932 OSErr errCode = noErr; in CopyPStrToNewHandle() local
974 OSErr errCode = noErr; in AppendPStrToHandle() local
992 OSErr errCode = noErr; in AppendCStrToHandle() local
1077 OSErr errCode = noErr; in AppendCharsToHandle() local
1161 OSErr errCode = noErr; in AppendLongIntToHandle() local
1512 OSErr errCode; in InsertCStrIntoHandle() local
[all …]
H A DMacSocket.cpp438 OSErr errCode = noErr; in MyBusyWait() local
727 OSErr errCode = noErr; in MacSocket_socket() local
794 OSErr errCode = noErr; in MacSocket_listen() local
942 OSErr errCode = noErr; in MacSocket_connect() local
1070 OSErr errCode = noErr; in MacSocket_close() local
1161 OSErr errCode = noErr; in MacSocket_recv() local
1292 OSErr errCode = noErr; in MacSocket_send() local
1399 OSStatus errCode; in NegotiateIPReuseAddrOption() local
H A DGetHTTPS.cpp72 OSErr errCode; in main() local
/minix3/minix/llvm/passes/hello/
H A Dhello.cpp103 void exitOnError(int errCode) in exitOnError()
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c10263 int errCode; /* Most recent error code (SQLITE_*) */ member