Searched refs:authorization_decoded_size (Results 1 – 2 of 2) sorted by relevance
4838 UINT authorization_decoded_size; in _nx_http_server_basic_authenticate() local4859 …ength, (UCHAR *)authorization_decoded, sizeof(authorization_decoded), &authorization_decoded_size); in _nx_http_server_basic_authenticate()4866 while (name_ptr[i] && (i < authorization_decoded_size)) in _nx_http_server_basic_authenticate()4882 if (match && (i < authorization_decoded_size) && (authorization_decoded[i] == ':')) in _nx_http_server_basic_authenticate()4891 while (password_ptr[j] && (i < authorization_decoded_size)) in _nx_http_server_basic_authenticate()4908 if (match && (i == authorization_decoded_size) && in _nx_http_server_basic_authenticate()
5225 UINT authorization_decoded_size; in _nx_web_http_server_basic_authenticate() local5246 …ength, (UCHAR *)authorization_decoded, sizeof(authorization_decoded), &authorization_decoded_size); in _nx_web_http_server_basic_authenticate()5253 while (name_ptr[i] && (i < authorization_decoded_size)) in _nx_web_http_server_basic_authenticate()5269 if (match && (i < authorization_decoded_size) && (authorization_decoded[i] == ':')) in _nx_web_http_server_basic_authenticate()5278 while (password_ptr[j] && (i < authorization_decoded_size)) in _nx_web_http_server_basic_authenticate()5295 if (match && (i == authorization_decoded_size) && in _nx_web_http_server_basic_authenticate()