HomeSort by relevance Sort by last modified time
    Searched full:ascii_to_unicode_le (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/
curl_ntlm_core.c 480 static void ascii_to_unicode_le(unsigned char *dest, const char *src, function
518 ascii_to_unicode_le(pw, password, len);
611 ascii_to_unicode_le(identity + (userlen << 1), domain, domlen);

Completed in 44 milliseconds