Searched refs:maxLength (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/test/schemas/
H A Dinclude1_0.inc6 <xsd:maxLength value="10" />
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
H A DCPStringUtils.cpp990 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) argument
1007 if (maxLength != nil)
1009 handleMaxLength = *maxLength;
1037 if (maxLength != nil)
1039 *maxLength = GetHandleSize(theHandle);
1041 handleMaxLength = *maxLength;
1075 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength,long *maxLength) argument
1092 if (maxLength != nil)
1094 handleMaxLength = *maxLength;
1120 if (maxLength !
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
H A DCPStringUtils.cpp990 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength,long *maxLength) argument
1007 if (maxLength != nil)
1009 handleMaxLength = *maxLength;
1037 if (maxLength != nil)
1039 *maxLength = GetHandleSize(theHandle);
1041 handleMaxLength = *maxLength;
1075 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength,long *maxLength) argument
1092 if (maxLength != nil)
1094 handleMaxLength = *maxLength;
1120 if (maxLength !
[all...]

Completed in 63 milliseconds