Lines Matching defs:contents
174 char *contents;
3359 dh->contents = NULL;
3410 newptr = (char *) realloc(dh->contents, newsize);
3415 dh->contents = newptr;
3504 fuse_add_direntry(dh->req, dh->contents + dh->len,
3581 fuse_add_direntry_plus(dh->req, dh->contents + dh->len,
3665 char *p = dh->contents + dh->len;
3701 /* According to SUS, directory contents need to be refreshed on
3721 fuse_reply_buf(req, dh->contents, dh->len);
3758 free(dh->contents);