netxduo
NX_WEB_HTTP_STATUS_NOT_MODIFIED
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_WEB_HTTP_STATUS_NOT_MODIFIED
NX_WEB_HTTP_STATUS_NOT_MODIFIED macro
Syntax
Show:
Summary
Declaration
from
nx_web_http_common.h:210
#define
NX_WEB_HTTP_STATUS_NOT_MODIFIED
"304 Not Modified"
Examples
References
from
examples
Code
Location
#define
NX_WEB_HTTP_STATUS_NOT_MODIFIED
"304 Not Modified"
nx_web_http_common.h:210
_nx_web_http_server_response_send
(
server_ptr
,
NX_WEB_HTTP_STATUS_NOT_MODIFIED
,
nx_web_http_server.c:3748
sizeof
(
NX_WEB_HTTP_STATUS_NOT_MODIFIED
)
-
1
,
nx_web_http_server.c:3749
if
(
memcmp
(
status_code
,
NX_WEB_HTTP_STATUS_NOT_MODIFIED
,
sizeof
(
NX_WEB_HTTP_STATUS_NOT_MODIFIED
)
)
==
0
)
nx_web_http_server.c:8273
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out