Lines Matching refs:string
137 buffer string; member
181 for (; f->field != FORMAT_UNSET; ++f) free(f->string.ptr); in accesslog_parse_format_err()
208 buffer_append_string_len(&f->string, format + start, i - start); in accesslog_parse_format()
216 buffer_copy_string_len(&f->string, format + start, i - start); in accesslog_parse_format()
253 buffer_append_char(&f->string, format[i] == '%' ? '%' : '-'); in accesslog_parse_format()
260 buffer_copy_string_len(&f->string, format + k, i - k - 1); in accesslog_parse_format()
279 free(f->string.ptr); in mod_accesslog_free_format_fields()
489 buffer * const fstr = &f->string; in mod_accesslog_process_format()
733 const char *fmt = buffer_is_blank(&f->string) in accesslog_append_time()
735 : f->string.ptr; in accesslog_append_time()
898 buffer_append_string_buffer(b, &f->string); in log_access_record()
901 vb = http_header_request_get(r, f->opt, BUF_PTR_LEN(&f->string)); in log_access_record()
905 vb = http_header_response_get(r, f->opt, BUF_PTR_LEN(&f->string)); in log_access_record()
918 vb = http_header_env_get(r, BUF_PTR_LEN(&f->string)); in log_access_record()
971 accesslog_append_cookie(b, r, &f->string, esc); in log_access_record()