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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/base/
H A DtkimgIO.c31 static int bufEnd = -1; variable
119 bufEnd = -1;
168 printf ("bytesToRead=%d bytesRead=%d (bufStart=%d bufEnd=%d)\n",
169 bytesToRead, bytesRead, bufStart, bufEnd);
172 bufEnd = Tcl_Read((Tcl_Channel)handle->data, readBuf, BUFLEN)-1;
175 "(bufStart=%d bufEnd=%d)\n",
176 BUFLEN, bufStart, bufEnd);
179 if (bufEnd < 0)
180 return bufEnd;
182 if (bufStart + bytesToRead <= bufEnd
[all...]
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DBlockCache.c328 char * bufEnd; local
337 bufEnd = buffer + file->fcbBlockSize;
344 while ((bufs[i] != NULL) && (buffer < bufEnd)) {
379 char *bufEnd; local
392 bufEnd = buffer + file->fcbBlockSize;
394 while (bufs[i] != NULL && (buffer < bufEnd)) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dlimits.c878 * Write to ptr, but not past bufEnd. Move ptr past the new text.
890 #define WHATSLEFT ((ber_len_t) (bufEnd - ptr))
897 char *ptr, *bufEnd; /* Updated/used by ptr_APPEND_*()/WHATSLEFT */ local
905 bufEnd = ptr + buflen;
954 char *ptr, *bufEnd; /* Updated/used by ptr_APPEND_*()/WHATSLEFT */ local
960 bufEnd = ptr + buflen;
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlparse.c69 char *bufEnd; member in struct:tag
949 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
956 if (tag->rawNameLength > tag->bufEnd - tag->buf) {
962 tag->bufEnd = tag->buf + bufSize;
982 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
985 bufSize = (tag->bufEnd - tag->buf) << 1;
989 tag->bufEnd = tag->buf + bufSize;
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dxmlparse.c111 char *bufEnd; member in struct:tag
1361 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
1371 tag->buf + ROUND_UP(tag->rawNameLength, sizeof(XML_Char)) <= tag->bufEnd - sizeof(XML_Char) */
1372 if (tag->rawNameLength + (int)(sizeof(XML_Char) - 1) + (int)sizeof(XML_Char) > tag->bufEnd - tag->buf) {
1378 tag->bufEnd = tag->buf + bufSize;
1398 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
1401 bufSize = (tag->bufEnd - tag->buf) << 1;
1405 tag->bufEnd = tag->buf + bufSize;
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmlparse.c180 char *bufEnd; /* end of the buffer */ member in struct:tag
1783 if (bufSize > tag->bufEnd - tag->buf) {
1799 tag->bufEnd = temp + bufSize;
2105 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2124 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
2130 bufSize = (tag->bufEnd - tag->buf) << 1;
2136 tag->bufEnd = temp + bufSize;
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmlparse.c185 char *bufEnd; /* end of the buffer */ member in struct:tag
1990 if (bufSize > tag->bufEnd - tag->buf) {
2006 tag->bufEnd = temp + bufSize;
2318 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2337 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
2343 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2349 tag->bufEnd = temp + bufSize;
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmlparse.c185 char *bufEnd; /* end of the buffer */ member in struct:tag
1990 if (bufSize > tag->bufEnd - tag->buf) {
2006 tag->bufEnd = temp + bufSize;
2318 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2337 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
2343 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2349 tag->bufEnd = temp + bufSize;

Completed in 136 milliseconds