Searched refs:bufEnd (Results 1 – 2 of 2) sorted by relevance
895 #define WHATSLEFT ((ber_len_t) (bufEnd - ptr))902 char *ptr, *bufEnd; /* Updated/used by ptr_APPEND_*()/WHATSLEFT */ in limits_unparse() local910 bufEnd = ptr + buflen; in limits_unparse()959 char *ptr, *bufEnd; /* Updated/used by ptr_APPEND_*()/WHATSLEFT */ in limits_unparse_one() local965 bufEnd = ptr + buflen; in limits_unparse_one()
289 char *bufEnd; /* end of the buffer */ member2581 if (bufSize > tag->bufEnd - tag->buf) { in storeRawNames()2597 tag->bufEnd = temp + bufSize; in storeRawNames()2910 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE; in doContent()2929 (ICHAR *)tag->bufEnd - 1); in doContent()2936 bufSize = (int)(tag->bufEnd - tag->buf) << 1; in doContent()2942 tag->bufEnd = temp + bufSize; in doContent()