Home
last modified time | relevance | path

Searched refs:match (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c4836 UINT match; in _nx_http_server_basic_authenticate() local
4865 match = NX_TRUE; in _nx_http_server_basic_authenticate()
4874 match = NX_FALSE; in _nx_http_server_basic_authenticate()
4882 if (match && (i < authorization_decoded_size) && (authorization_decoded[i] == ':')) in _nx_http_server_basic_authenticate()
4890 match = NX_TRUE; in _nx_http_server_basic_authenticate()
4899 match = NX_FALSE; in _nx_http_server_basic_authenticate()
4908 if (match && (i == authorization_decoded_size) && in _nx_http_server_basic_authenticate()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c5222 UINT match; in _nx_web_http_server_basic_authenticate() local
5252 match = NX_TRUE; in _nx_web_http_server_basic_authenticate()
5261 match = NX_FALSE; in _nx_web_http_server_basic_authenticate()
5269 if (match && (i < authorization_decoded_size) && (authorization_decoded[i] == ':')) in _nx_web_http_server_basic_authenticate()
5277 match = NX_TRUE; in _nx_web_http_server_basic_authenticate()
5286 match = NX_FALSE; in _nx_web_http_server_basic_authenticate()
5295 if (match && (i == authorization_decoded_size) && in _nx_web_http_server_basic_authenticate()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt2711 nxd_ipv6_find_max_prefix_length.c Optimized the prefix match algorithm
3609 Files are modified to match the certificate ID:
5396 … Modified the clear gateway address call function to match NetX Duo 5.8
5745 not match the message body.
5806 … in the received SNMP packet with the Agent private string for a match.