Lines Matching refs:_detail
58 #define HTTP_RESOURCE_DEFINE(_name, _service, _resource, _detail) \ argument
62 .detail = (void *)(_detail), \
81 #define __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, _res_begin, \ argument
86 .detail = (void *)(_detail), \
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, \