Home | History | Annotate | Download | only in dist

Lines Matching defs:readonly

49 	int readonly;		/* Refers to external, const data */
59 (!buf->readonly && buf->d != buf->cd) ||
81 if (buf->off == 0 || buf->readonly || buf->refcount > 1)
101 ret->readonly = 0;
120 ret->readonly = 1;
190 if (!buf->readonly)
200 if (buf->readonly || buf->refcount > 1) {
254 if (buf->readonly || buf->refcount > 1)
291 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1)
307 if (sshbuf_check_sanity(buf) != 0 || buf->readonly || buf->refcount > 1)
319 if (buf->readonly || buf->refcount > 1)