Sign in
nginx
/
nginx
/
682bf8e9c04fbe2fc9548985cdec173b6a9dcb27
/
.
/
src
/
core
/
ngx_core.h
blob: 62e8ac2ea8c8b0a2d08e78802136ca6bf3fdfc12 [
file
] [
log
] [
blame
]
#ifndef
_NGX_CORE_H_INCLUDED_
#define
_NGX_CORE_H_INCLUDED_
#define
NGX_OK
0
#define
NGX_ERROR
-
1
#define
NGX_DONE NGX_ERROR
#define
NGX_AGAIN
-
2
#define
NGX_DECLINED
-
3
#endif
/* _NGX_CORE_H_INCLUDED_ */