Searched refs:_concurrent (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/include/zephyr/net/http/ |
D | service.h | 84 #define __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, \ argument 93 .concurrent = (_concurrent), \ 128 #define HTTP_SERVICE_DEFINE_EMPTY(_name, _host, _port, _concurrent, _backlog, _detail, \ argument 130 __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, \ 155 #define HTTPS_SERVICE_DEFINE_EMPTY(_name, _host, _port, _concurrent, _backlog, _detail, \ argument 157 __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, \ 183 #define HTTP_SERVICE_DEFINE(_name, _host, _port, _concurrent, _backlog, _detail, _res_fallback) \ argument 186 __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, \ 213 #define HTTPS_SERVICE_DEFINE(_name, _host, _port, _concurrent, _backlog, _detail, \ argument 217 __z_http_service_define(_name, _host, _port, _concurrent, _backlog, _detail, \
|