Searched defs:write_offset (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rep.c | 44 * "buflen"). If it is not found, "write_offset" has the offset in "buf" where 46 * "write_offset" has its offset in "buf" 53 * write_offset - Set in function on exit 56 * - It is the # of bytes left beyond write_offset in buf 65 * Zero - "srch_str" found in "buf"... "write_offset" has offset in "buf" 66 * > 0 - "srch_str" NOT found in "buf" ... "write_offset" has offset in "buf" 69 * < 0 - "srch_str" NOT found in "buf" ... "write_offset" has offset in "buf" 75 int *write_offset, int *bytes_left) 82 *write_offset = 0; 103 *write_offset 74 search_line(char *buf, int buflen, char *srch_str, int slen, int *write_offset, int *bytes_left) argument 222 int len, write_offset, bytes_left; local [all...] |
/osnet-11/usr/src/lib/mpapi/libmpapi/common/ |
H A D | mpapi.c | 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 3364 search_line(MP_CHAR *buf, size_t buflen, MP_CHAR *srch_id, size_t id_len, int *write_offset, int *bytes_left) argument 3455 int mpconf, bytes_left, write_offset; local 3577 int mpconf, tmp_mpconf, bytes_left, write_offset; local [all...] |
Completed in 20 milliseconds