Lines Matching defs:buffer
546 void regex_format_error(struct regex_error_data const *error_data, char *buffer,
550 char *ptr = &buffer[buf_size - the_end_length];
553 if (!buffer || !buf_size)
555 rc = snprintf(buffer, buf_size, "REGEX back-end error: ");
570 rc = snprintf(buffer + pos, buf_size - pos, "no error code");
580 rc = snprintf(buffer + pos, buf_size - pos, "empty error");
592 rc = snprintf(buffer + pos, buf_size - pos, "At offset %zu: ",
595 rc = snprintf(buffer + pos, buf_size - pos, "At offset %d: ",
607 (PCRE2_UCHAR *)(buffer + pos),
612 rc = snprintf(buffer + pos, buf_size - pos, "%s",