Lines Matching defs:off
1344 static void fmt_data(unsigned char *buf, const void *vdata, apr_size_t len, apr_size_t *off)
1356 while (*off < len && this_time < BYTES_LOGGED_PER_LINE) {
1357 unsigned char c = data[*off];
1361 * off the formatting
1385 *off += 1;
1397 apr_size_t off;
1414 off = 0;
1415 while (off < len) {
1417 apr_snprintf(prefix, sizeof prefix, "%04x: ", (unsigned int)off);
1419 fmt_data(buf, data, len, &off);
1730 /* We should not kill off the pipe here, since it may only be full.
1731 * If it really is locked, we should kill it off manually. */