Searched refs:writeBufIndex (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.h267 u_int8_t writeBufIndex; // index into current write request member in struct:TRScriptVars
H A DCCLEngine.c2599 SV.writeBufIndex = 1;
2623 //syslog(LOG_INFO, " ----> delayed '%c'\n", SV.strBuf[SV.writeBufIndex]);
2625 write(outfd, &SV.strBuf[SV.writeBufIndex], 1);
2628 if (SV.writeBufIndex < SV.strBuf[0] ) // if this char is not the last char
2629 SV.writeBufIndex++; // bump index to the next char
2651 if (SV.writeBufIndex == SV.strBuf[0] ) { // this is the last char to write
2656 if (SV.writeBufIndex < SV.strBuf[0]) { // this char is not the last char

Completed in 79 milliseconds