comparison src/http/ngx_http_log_handler.h @ 178:a8ff48d26cca

nginx-0.0.1-2003-11-11-00:09:22 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 21:09:22 +0000
parents 4db54fdbcbe7
children 0b67be7d4489
comparison
equal deleted inserted replaced
177:4db54fdbcbe7 178:a8ff48d26cca
14 #define NGX_HTTP_LOG_COPY_LONG (ngx_http_log_op_pt) -1 14 #define NGX_HTTP_LOG_COPY_LONG (ngx_http_log_op_pt) -1
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("4294967296") - 1 19 #define NGX_INT32_LEN sizeof("-2147483648") - 1
20 #define NGX_TIME_LEN sizeof("4294967296") - 1 20 #define NGX_TIME_LEN sizeof("-2147483648") - 1
21 #define NGX_OFF_LEN sizeof("18446744073709551616") - 1 21 #define NGX_OFF_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;