• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/

Lines Matching refs:OSErr

817 OSErr CopyLongIntToNewHandle(const long inTheLongInt,Handle *theHandle)
819 OSErr errCode = noErr;
831 OSErr CopyLongIntToExistingHandle(const long inTheLongInt,Handle theHandle)
833 OSErr errCode = noErr;
847 OSErr CopyCStrToExistingHandle(const char *theCString,Handle theHandle)
849 OSErr errCode = noErr;
892 OSErr CopyCStrToNewHandle(const char *theCString,Handle *theHandle)
894 OSErr errCode = noErr;
930 OSErr CopyPStrToNewHandle(const unsigned char *thePString,Handle *theHandle)
932 OSErr errCode = noErr;
972 OSErr AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength)
974 OSErr errCode = noErr;
990 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength)
992 OSErr errCode = noErr;
1075 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength,long *maxLength)
1077 OSErr errCode = noErr;
1159 OSErr AppendLongIntToHandle(const long inTheLongInt,Handle theHandle,long *currentLength)
1161 OSErr errCode = noErr;
1510 OSErr InsertCStrIntoHandle(const char *theCString,Handle theHandle,const long inInsertOffset)
1512 OSErr errCode;
1698 OSErr CopyCStrAndInsertCStrLongIntIntoHandle(const char *theSrcCStr,const char *theInsertCStr,const long theNum,Handle *theHandle)
1700 OSErr errCode;
1735 OSErr CopyIndexedWordToCStr(char *theSrcCStr,int whichWord,char *theDstCStr,int maxDstCStrLength)
1737 OSErr errCode;
1832 OSErr CopyIndexedWordToNewHandle(char *theSrcCStr,int whichWord,Handle *outTheHandle)
1834 OSErr errCode;
1922 OSErr CopyIndexedLineToCStr(const char *theSrcCStr,int inWhichLine,int *lineEndIndex,Boolean *gotLastLine,char *theDstCStr,const int maxDstCStrLength)
1924 OSErr errCode;
2031 OSErr CopyIndexedLineToNewHandle(const char *theSrcCStr,int inWhichLine,Handle *outNewHandle)
2033 OSErr errCode;
2105 OSErr CountDigits(const char *inCStr,int *outNumIntegerDigits,int *outNumFractDigits)
2107 OSErr errCode = noErr;
2149 OSErr ExtractIntFromCStr(const char *theSrcCStr,int *outInt,Boolean skipLeadingSpaces)
2151 OSErr errCode;
2202 OSErr ExtractIntFromPStr(const unsigned char *theSrcPStr,int *outInt,Boolean skipLeadingSpaces)
2204 OSErr errCode;
2397 OSErr ExtractCStrItemFromCStrIntoNewHandle(const char *inSrcCStr,const char inItemDelimiter,const int inItemNumber,Boolean *foundItem,Handle *outNewHandle,const Boolean inTreatMultipleDelimsAsSingleDelim)
2399 OSErr errCode;
2512 OSErr ExtractFloatFromCStr(const char *inCString,extended80 *outFloat)
2514 OSErr errCode;
2591 OSErr CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits,const int inMaxNumFractDigits)
2593 OSErr errCode;