Home
last modified time | relevance | path

Searched refs:source_length (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/web_test/
Dhttp_digest_authentication.c7 VOID http_hex_ascii_convert(CHAR *source, UINT source_length, CHAR *destination) in http_hex_ascii_convert() argument
18 for (i = 0; i < source_length; i++) in http_hex_ascii_convert()
/NetX-Duo-v6.2.1/addons/pop3/
Dnxd_pop3_client.h264 VOID _nx_pop3_hex_ascii_convert(CHAR *source, UINT source_length, CHAR *destination);
Dnxd_pop3_client.c2468 VOID _nx_pop3_hex_ascii_convert(CHAR *source, UINT source_length, CHAR *destination) in _nx_pop3_hex_ascii_convert() argument
2479 for (i = 0; i < source_length; i++) in _nx_pop3_hex_ascii_convert()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h626 VOID _nx_http_server_hex_ascii_convert(CHAR *source, UINT source_length, CHAR *destination);
Dnxd_http_server.c6824 VOID _nx_http_server_hex_ascii_convert(CHAR *source, UINT source_length, CHAR *destination) in _nx_http_server_hex_ascii_convert() argument
6835 for (i = 0; i < source_length; i++) in _nx_http_server_hex_ascii_convert()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.h627 VOID _nx_web_http_server_hex_ascii_convert(CHAR *source, UINT source_length, CHAR *destinati…
Dnx_web_http_server.c7337 VOID _nx_web_http_server_hex_ascii_convert(CHAR *source, UINT source_length, CHAR *destination) in _nx_web_http_server_hex_ascii_convert() argument
7348 for (i = 0; i < source_length; i++) in _nx_web_http_server_hex_ascii_convert()