Searched refs:cMB (Results 1 – 1 of 1) sorted by relevance
633 token_t *cMB; /* current au_membuf being processed */ in au_doorio() local673 cMB = cAR; /* start with first au_membuf of record */ in au_doorio()678 while (cMB) { in au_doorio()681 cp = memtod(cMB, unsigned char *); /* buffer ptr */ in au_doorio()683 sz = (ssize_t)cMB->len - used; /* data left in au_membuf */ in au_doorio()692 if (used >= (ssize_t)cMB->len) { in au_doorio()695 cMB = cMB->next_buf; in au_doorio()697 if (cMB == NULL) { in au_doorio()701 cMB = cAR; in au_doorio()