2003-10-23 12:54:19 -03:00
|
|
|
#ifndef _NGX_PARSE_H_INCLUDED_
|
|
|
|
#define _NGX_PARSE_H_INCLUDED_
|
|
|
|
|
|
|
|
|
|
|
|
#include <ngx_config.h>
|
|
|
|
#include <ngx_core.h>
|
|
|
|
|
|
|
|
|
|
|
|
#define NGX_PARSE_LARGE_TIME -2
|
|
|
|
|
|
|
|
|
2004-03-16 03:10:12 -04:00
|
|
|
ngx_int_t ngx_parse_size(ngx_str_t *line);
|
|
|
|
ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_int_t sec);
|
2003-10-23 12:54:19 -03:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* _NGX_PARSE_H_INCLUDED_ */
|