D | service.h | 81 #define __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, _res_begin, \ argument 84 .host = _host, \ 120 #define HTTP_SERVICE_DEFINE_EMPTY(_name, _host, _port, _concurrent, _backlog, _detail) \ argument 121 __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, NULL, NULL) 144 #define HTTPS_SERVICE_DEFINE_EMPTY(_name, _host, _port, _concurrent, _backlog, _detail, \ argument 146 __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, NULL, NULL, \ 170 #define HTTP_SERVICE_DEFINE(_name, _host, _port, _concurrent, _backlog, _detail) \ argument 173 __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, \ 198 #define HTTPS_SERVICE_DEFINE(_name, _host, _port, _concurrent, _backlog, _detail, \ argument 202 __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, \
|