Lines Matching defs:write_offset
91 size_t id_len, int *write_offset, int *bytes_left);
3345 * "buflen"). If it is not found, "write_offset" has the offset in "buf" where
3347 * "write_offset" has its offset in "buf"
3354 * write_offset - Set in function on exit
3357 * - It is the # of bytes left beyond write_offset in buf
3359 * Zero - "srch_id" found in "buf"... "write_offset" has offset in "buf"
3360 * != 0 - "srch_str" NOT found in "buf" ... "write_offset" points to the end of
3365 int *write_offset, int *bytes_left)
3372 *write_offset = 0;
3401 *write_offset = (sol - buf);
3415 *write_offset = buflen;
3455 int mpconf, bytes_left, write_offset;
3532 pluginid, strlen(pluginid), &write_offset, &bytes_left) == 0) {
3540 write_offset) !=
3577 int mpconf, tmp_mpconf, bytes_left, write_offset;
3631 &write_offset, &bytes_left) != 0) {
3647 if (write(tmp_mpconf, mpconf_buf, write_offset) != write_offset) {
3653 bytes_left, write_offset) != bytes_left) {