Searched refs:_concurrent (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/net/http/ |
D | service.h | 81 #define __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, _res_begin, \ argument 87 .concurrent = (_concurrent), \ 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, \
|