Searched refs:NX_HTTP_SERVER_NONCE_MAX (Results 1 – 3 of 3) sorted by relevance
55 static NX_TCP_SOCKET client_socket[NX_HTTP_SERVER_NONCE_MAX + 1];177 NX_PACKET *send_packet[NX_HTTP_SERVER_NONCE_MAX + 1]; in thread_client_entry()196 for (i = 0; i < NX_HTTP_SERVER_NONCE_MAX + 1; i++) in thread_client_entry()259 if (i == NX_HTTP_SERVER_NONCE_MAX) in thread_client_entry()358 for (i = NX_HTTP_SERVER_NONCE_MAX; i >= 0; i--) in thread_client_entry()
190 #ifndef NX_HTTP_SERVER_NONCE_MAX191 #define NX_HTTP_SERVER_NONCE_MAX 2 /* The size of nonce for digest authtentica… macro405 … nx_http_server_nonces[NX_HTTP_SERVER_NONCE_MAX];/* Nonce for digest authetication */
2352 for (i = 0; i < NX_HTTP_SERVER_NONCE_MAX; i++) in _nx_http_server_disconnect()5828 for (i = 0; i < NX_HTTP_SERVER_NONCE_MAX; i++) in _nx_http_server_nonce_allocate()5837 if (i == NX_HTTP_SERVER_NONCE_MAX) in _nx_http_server_nonce_allocate()5841 for (i = 0; i < NX_HTTP_SERVER_NONCE_MAX; i++) in _nx_http_server_nonce_allocate()5856 if (i == NX_HTTP_SERVER_NONCE_MAX) in _nx_http_server_nonce_allocate()6539 for (i = 0; i < NX_HTTP_SERVER_NONCE_MAX; i++) in _nx_http_server_retrieve_digest_authorization()6550 if (i == NX_HTTP_SERVER_NONCE_MAX) in _nx_http_server_retrieve_digest_authorization()