Lines Matching +full:non +full:- +full:zero

4  * SPDX-License-Identifier: Apache-2.0
51 * unique. The @p _resource must be non-NULL.
55 * @param _resource Pathname-like string identifying the resource.
56 * @param _detail Implementation-specific detail associated with the resource.
105 * IPv4 or IPv6 format a fully-qualified hostname or a virtual host. If left NULL, the listening
108 * @note The @p _port parameter must be non-`NULL`. It points to a location that specifies the port
109 * number to use for the service. If the specified port number is zero, then an ephemeral port
118 * @param _detail Implementation-specific detail associated with the service.
127 * IPv4 or IPv6 format a fully-qualified hostname or a virtual host. If left NULL, the listening
130 * @note The @p _port parameter must be non-`NULL`. It points to a location that specifies the port
131 * number to use for the service. If the specified port number is zero, then an ephemeral port
140 * @param _detail Implementation-specific detail associated with the service.
155 * IPv4 or IPv6 format a fully-qualified hostname or a virtual host. If left NULL, the listening
158 * @note The @p _port parameter must be non-`NULL`. It points to a location that specifies the port
159 * number to use for the service. If the specified port number is zero, then an ephemeral port
168 * @param _detail Implementation-specific detail associated with the service.
181 * IPv4 or IPv6 format a fully-qualified hostname or a virtual host. If left NULL, the listening
184 * @note The @p _port parameter must be non-`NULL`. It points to a location that specifies the port
185 * number to use for the service. If the specified port number is zero, then an ephemeral port
194 * @param _detail Implementation-specific detail associated with the service.
221 #define HTTP_SERVICE_RESOURCE_COUNT(_service) ((_service)->res_end - (_service)->res_begin)
251 for (struct http_resource_desc *_it = (_service)->res_begin; ({ \
252 __ASSERT(_it <= (_service)->res_end, "unexpected list end location"); \
253 _it < (_service)->res_end; \