HomeSort by: relevance | last modified time | path
    Searched defs:out_buf_len (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_program.c 117 size_t out_buf_len; member in struct:program_filter
391 static const size_t out_buf_len = 65536; local
399 out_buf = malloc(out_buf_len);
418 state->out_buf_len = out_buf_len;
460 while (state->child_stdout != -1 && total < state->out_buf_len) {
461 bytes = child_read(self, p, state->out_buf_len - total);

Completed in 23 milliseconds