comparison src/http/ngx_http_log_handler.h @ 208:0b67be7d4489

nginx-0.0.1-2003-12-08-23:48:12 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 08 Dec 2003 20:48:12 +0000
parents a8ff48d26cca
children 05592fd7a436
comparison
equal deleted inserted replaced
207:6e0fef527732 208:0b67be7d4489
15 15
16 #define NGX_HTTP_LOG_ARG (u_int) -1 16 #define NGX_HTTP_LOG_ARG (u_int) -1
17 17
18 /* STUB */ 18 /* STUB */
19 #define NGX_INT32_LEN sizeof("-2147483648") - 1 19 #define NGX_INT32_LEN sizeof("-2147483648") - 1
20 #define NGX_TIME_LEN sizeof("-2147483648") - 1 20 #define NGX_TIME_T_LEN sizeof("-2147483648") - 1
21 #define NGX_OFF_LEN sizeof("-9223372036854775808") - 1 21 #define NGX_OFF_T_LEN sizeof("-9223372036854775808") - 1
22 22
23 23
24 typedef struct { 24 typedef struct {
25 size_t len; 25 size_t len;
26 ngx_http_log_op_pt op; 26 ngx_http_log_op_pt op;