Searched refs:readBuf (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/base/
H A DtkimgIO.c32 static char readBuf[BUFLEN]; variable
117 memset(readBuf, 0, BUFLEN);
172 bufEnd = Tcl_Read((Tcl_Channel)handle->data, readBuf, BUFLEN)-1;
187 memcpy(dstPtr, readBuf + bufStart, bytesToRead);
197 memcpy (dstPtr, readBuf + bufStart, bufEnd+1 - bufStart);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DsslServe.cpp324 char readBuf[READBUF_LEN]; local
328 ortn = SSLRead(ctx, readBuf, length, &length);
341 if((readBuf[i] == '\n') || (readBuf[i] == '\r')) {
H A DsslClient.cpp184 char readBuf[READBUF_LEN]; local
186 ortn = SSLRead(ctx, readBuf, READBUF_LEN, &actLen);
/macosx-10.10.1/Security-57031.1.35/sslViewer/
H A DsslServe.cpp233 char readBuf[READBUF_LEN]; local
237 ortn = SSLRead(ctx, readBuf, length, &length);
250 if((readBuf[i] == '\n') || (readBuf[i] == '\r')) {
H A DsslClient.cpp169 char readBuf[READBUF_LEN]; local
171 ortn = SSLRead(ctx, readBuf, READBUF_LEN, &actLen);
/macosx-10.10.1/ICU-531.30/icuSources/test/iotest/
H A Dfiletst.c988 char readBuf[512] = ""; local
1032 n += fscanf(myCFile, "%s", readBuf);
1034 if (strcmp(readBuf, testBuf) != 0) {
1035 log_err("%%x Got: \"%s\", Expected: \"%s\"\n", readBuf, testBuf);
1038 n += fscanf(myCFile, "%s", readBuf);
1040 if (strcmp(readBuf, testBuf) != 0) {
1041 log_err("%%X Got: \"%s\", Expected: \"%s\"\n", readBuf, testBuf);
1044 n += fscanf(myCFile, "%s", readBuf);
1046 if (strcmp(readBuf, testBuf) != 0) {
1047 log_err("%%o Got: \"%s\", Expected: \"%s\"\n", readBuf, testBu
[all...]
/macosx-10.10.1/CommonCrypto-60061/cn_tool/
H A Dmain.c531 uint8_t readBuf[context->pageSize]; local
549 while ((bytesRead = read(context->fd, readBuf, readBufSize)) > 0) {
557 _sanitizeBuf(readBuf, bytesRead, sanitizedBuf, &sanitizedSize);
561 status = CNEncoderUpdate(encoder, readBuf, bytesRead, encodeBuf, &encodedSize);
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c30603 char readBuf[PROXY_MAXCONCHLEN]; local
[all...]

Completed in 280 milliseconds