Searched refs:resultChar (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp461 char* resultChar = result.LockBuffer(MD5_DIGEST_LENGTH * 2); local
462 if (resultChar == NULL)
468 resultChar[0] = c;
469 resultChar++;
473 resultChar[0] = c;
474 resultChar++;

Completed in 27 milliseconds