Lines Matching defs:ob
436 bread(register Archive_t* ap, void* ob, off_t n, off_t m, int must)
438 register char* s = (char*)ob;
446 if (ob)
475 chunk(ap, s, s, c, ob);
486 if (ob)
488 chunk(ap, s, ap->io->next, c, ob);
493 if (!ob && ap->sum <= 0 && ap->io->seekable && (z = r / BUFFERSIZE) && lseek(ap->io->fd, z *= BUFFERSIZE, SEEK_CUR) >= 0)
503 chunk(ap, s, ap->io->next, r, ob);
513 if (ob && r)
521 if (ob)