netxduo
_nx_web_http_server_memicmp()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_web_http_server_memicmp()
_nx_web_http_server_memicmp() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_web_http_server.h:590
UINT
_nx_web_http_server_memicmp
(
UCHAR
*
src
,
ULONG
src_length
,
UCHAR
*
dest
,
ULONG
dest_length
)
;
Implemented in
nx_web_http_server.c:8139
Arguments
Argument
src
src_length
dest
dest_length
Examples
References
from
examples
Code
Location
Referrer
UINT
_nx_web_http_server_memicmp
(
UCHAR
*
src
,
ULONG
src_length
,
UCHAR
*
dest
,
ULONG
dest_length
)
nx_web_http_server.c:8139
UINT
_nx_web_http_server_memicmp
(
UCHAR
*
src
,
ULONG
src_length
,
UCHAR
*
dest
,
ULONG
dest_length
)
;
nx_web_http_server.h:590
if
(
_nx_web_http_server_memicmp
(
(
UCHAR
*
)
ch
,
ext_length
,
nx_web_http_server.c:6089
_nx_web_http_server_type_get_extended()
if
(
_nx_web_http_server_memicmp
(
(
UCHAR
*
)
ch
,
ext_length
,
nx_web_http_server.c:6115
_nx_web_http_server_type_get_extended()
if
(
_nx_web_http_server_memicmp
(
ch
,
name_length
,
field_name
,
name_length
)
==
NX_SUCCESS
)
nx_web_http_server.c:8036
_nx_web_http_server_field_value_get()
(
_nx_web_http_server_memicmp
(
(
UCHAR
*
)
temp_string
,
temp_string_length
,
(
UCHAR
*
)
"chunked"
,
7
)
==
0
)
)
nx_web_http_server.c:9246
_nx_web_http_server_chunked_check()
if
(
_nx_web_http_server_memicmp
(
connection_value
,
connection_value_length
,
(
UCHAR
*
)
"keep-alive"
,
10
)
==
NX_SUCCESS
)
nx_web_http_server.c:10411
_nx_web_http_server_get_client_keepalive()
else
if
(
_nx_web_http_server_memicmp
(
connection_value
,
connection_value_length
,
(
UCHAR
*
)
"close"
,
5
)
==
NX_SUCCESS
)
nx_web_http_server.c:10413
_nx_web_http_server_get_client_keepalive()
Call Tree
from
examples
_nx_web_http_server_memicmp()
is called by 4 functions:
_nx_web_http_server_type_get_extended()
_nx_web_http_server_field_value_get()
_nx_web_http_server_chunked_check()
_nx_web_http_server_get_client_keepalive()
All items filtered out
_nx_web_http_server_memicmp()
All items filtered out
Data Use
from
examples
_nx_web_http_server_memicmp()
:
All items filtered out
_nx_web_http_server_memicmp()
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