Searched refs:write_content (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c1819 svn_stringbuf_t *write_content;
1854 if (btn->write_content->len)
1858 svn_stream_t *source = svn_stream_from_stringbuf(btn->write_content,
1880 baton->write_content = svn_stringbuf_create_empty(result_pool);
1881 baton->write_stream = svn_stream_from_stringbuf(baton->write_content,
1919 baton->write_content = svn_stringbuf_create_empty(pool);
1920 baton->write_stream = svn_stream_from_stringbuf(baton->write_content, pool);
1814 svn_stringbuf_t *write_content; member in struct:special_stream_baton
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c195 int write_content; member in struct:isofile
4533 if (!file->write_content)
5418 file->write_content = 1;
5497 if (!file->write_content)

Completed in 80 milliseconds