Searched refs:numChars (Results 26 - 38 of 38) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/MacOS/GetHTTPS.src/
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/MacOS/GetHTTPS.src/
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/MacOS/GetHTTPS.src/
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/MacOS/GetHTTPS.src/
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/MacOS/GetHTTPS.src/
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dm32r-stub.c925 int numChars = 0; local
935 numChars++;
941 return (numChars);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dm32r-stub.c925 int numChars = 0; local
935 numChars++;
941 return (numChars);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dm32r-stub.c925 int numChars = 0; local
935 numChars++;
941 return (numChars);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/kernel/
H A Dgdb-stub.c389 int numChars = 0; local
400 numChars++;
405 return (numChars);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-stub.c389 int numChars = 0; local
400 numChars++;
405 return (numChars);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c2630 long numChars = 0; local
2640 numChars ++;
2646 return numChars;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c2630 long numChars = 0; local
2640 numChars ++;
2646 return numChars;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.trace/
H A Dgdb_c_test.c2630 long numChars = 0; local
2640 numChars ++;
2646 return numChars;

Completed in 304 milliseconds

12