Sign in
nginx
/
nginx
/
e79c6ac7b271cab208cd3295a833e4d9c8b9460b
/
.
/
src
/
core
/
ngx_core.h
blob: f5b25c43ae7a83df72219709c5bc19cb17c4f249 [
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_WAITING
-
3
#define
NGX_DECLINED
-
4
#endif
/* _NGX_CORE_H_INCLUDED_ */