Home
last modified time | relevance | path

Searched refs:NGX_HTTP_CREATED (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c243 status = NGX_HTTP_CREATED; in ngx_http_dav_put_handler()
287 if (status == NGX_HTTP_CREATED) { in ngx_http_dav_put_handler()
528 return NGX_HTTP_CREATED; in ngx_http_dav_mkcol_handler()
788 return NGX_HTTP_CREATED; in ngx_http_dav_copy_move_handler()
821 return NGX_HTTP_CREATED; in ngx_http_dav_copy_move_handler()
H A Dngx_http_headers_filter_module.c189 case NGX_HTTP_CREATED: in ngx_http_headers_filter()
280 case NGX_HTTP_CREATED: in ngx_http_trailers_filter()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h77 #define NGX_HTTP_CREATED 201 macro
H A Dngx_http_special_response.c485 if (error == NGX_HTTP_CREATED) { in ngx_http_special_response_handler()
H A Dngx_http_request.c2459 || rc == NGX_HTTP_CREATED in ngx_http_finalize_request()