Lines Matching refs:current
46 char *current;
66 current = *buf + strlen(*buf);
69 rl = bl - (current - *buf);
71 *(current - 1) = '\0';
74 apr_snprintf(current, rl, "%.4lx ", (unsigned long)i);
75 current += AJP_MSG_DUMP_PREFIX_LENGTH;
83 *current++ = hex_table[x >> 4];
84 *current++ = hex_table[x & 0x0f];
85 *current++ = ' ';
87 *current++ = ' ';
88 *current++ = '-';
89 *current++ = ' ';
94 *current++ = x;
97 *current++ = '.';
100 *current++ = '\n';
102 *(current - 1) = '\0';
110 * @param request The current request
536 /* save the current position */