Lines Matching defs:bytes_left
91 size_t id_len, int *write_offset, int *bytes_left);
3356 * bytes_left - Set in function on exit
3365 int *write_offset, int *bytes_left)
3371 *bytes_left = buflen;
3388 while (*bytes_left >= (id_len + 3)) {
3402 *bytes_left = buflen - ((cur_pos + 1) - buf);
3409 *bytes_left = buflen - ((cur_pos + 1) - buf);
3455 int mpconf, bytes_left, write_offset;
3532 pluginid, strlen(pluginid), &write_offset, &bytes_left) == 0) {
3577 int mpconf, tmp_mpconf, bytes_left, write_offset;
3631 &write_offset, &bytes_left) != 0) {
3652 if (pwrite(tmp_mpconf, mpconf_buf + (stbuf.st_size - bytes_left),
3653 bytes_left, write_offset) != bytes_left) {