Searched refs:numChars (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dgdb-stub.c455 int numChars = 0; local
466 numChars ++;
471 return (numChars);
476 int numChars = 0; local
487 numChars ++;
492 return numChars;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc-stub.c443 int numChars = 0; local
454 numChars ++;
459 return (numChars);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dppc-stub.c233 int numChars = 0; local
246 numChars ++;
255 return (numChars);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
H A DCPStringUtils.cpp1075 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength,long *maxLength) argument
1114 byteCount = handleCurrentLength + numChars + 1;
1118 SetHandleSize(theHandle,handleCurrentLength + numChars + 1);
1139 BlockMove(theChars,*theHandle + handleCurrentLength,numChars);
1141 (*theHandle)[handleCurrentLength + numChars] = '\0';
1145 *currentLength += numChars;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
H A DCPStringUtils.cpp1075 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength,long *maxLength) argument
1114 byteCount = handleCurrentLength + numChars + 1;
1118 SetHandleSize(theHandle,handleCurrentLength + numChars + 1);
1139 BlockMove(theChars,*theHandle + handleCurrentLength,numChars);
1141 (*theHandle)[handleCurrentLength + numChars] = '\0';
1145 *currentLength += numChars;

Completed in 316 milliseconds