netxduo
+
0
/1 examples
SourceVu will show references to
NX_WEB_HTTP_STATUS_OK
from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_WebServer
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_OK
NX_WEB_HTTP_STATUS_OK macro
Syntax
Show:
Summary
Declaration
from
nx_web_http_common.h:199
#define
NX_WEB_HTTP_STATUS_OK
"200 OK"
Examples
NX_WEB_HTTP_STATUS_OK
is referenced by 1 libraries and example projects:
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_WebServer
References
from
0/1
examples
Code
Location
#define
NX_WEB_HTTP_STATUS_OK
"200 OK"
nx_web_http_common.h:199
status
=
_nx_web_http_server_generate_response_header
(
server_ptr
,
&
new_packet_ptr
,
NX_WEB_HTTP_STATUS_OK
,
nx_web_http_server.c:3916
sizeof
(
NX_WEB_HTTP_STATUS_OK
)
-
1
,
length
,
temp_string
,
nx_web_http_server.c:3917
_nx_web_http_server_response_send
(
server_ptr
,
NX_WEB_HTTP_STATUS_OK
,
nx_web_http_server.c:4278
sizeof
(
NX_WEB_HTTP_STATUS_OK
)
-
1
,
NX_NULL
,
0
,
NX_NULL
,
0
)
;
nx_web_http_server.c:4279
status
=
_nx_web_http_server_generate_response_header
(
server_ptr
,
&
data_packet_ptr
,
NX_WEB_HTTP_STATUS_OK
,
nx_web_http_server.c:4529
sizeof
(
NX_WEB_HTTP_STATUS_OK
)
-
1
,
0
,
nx_web_http_server.c:4530
_nx_web_http_server_response_send
(
server_ptr
,
NX_WEB_HTTP_STATUS_OK
,
nx_web_http_server.c:4731
sizeof
(
NX_WEB_HTTP_STATUS_OK
)
-
1
,
NX_NULL
,
0
,
NX_NULL
,
0
)
;
nx_web_http_server.c:4732
status
=
_nx_web_http_server_generate_response_header
(
server_ptr
,
&
response_ptr
,
NX_WEB_HTTP_STATUS_OK
,
nx_web_http_server.c:4767
sizeof
(
NX_WEB_HTTP_STATUS_OK
)
-
1
,
0
,
NX_NULL
,
0
,
NX_NULL
,
0
)
;
nx_web_http_server.c:4768
if
(
memcmp
(
status_code
,
NX_WEB_HTTP_STATUS_OK
,
sizeof
(
NX_WEB_HTTP_STATUS_OK
)
)
==
0
)
nx_web_http_server.c:8268
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out