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

/forgerock/web-agents-v4/source/
H A Dadmin_iis.c83 wchar_t *utf8_decode(const char *str, size_t *outlen) { function
730 location = utf8_decode(modpath, NULL);
933 config_path_w = utf8_decode(config_path, NULL);
937 modconf_w = utf8_decode(modconf, NULL);
1004 config_path_w = utf8_decode(config_path, NULL);
1008 modconf_w = utf8_decode(modconf, NULL);
1173 config_path_w = utf8_decode(config_path, NULL);
/forgerock/web-agents-v4/source/iis/
H A Dagent.c79 static wchar_t *utf8_decode(IHttpContext *r, const char *str, size_t *outlen) { function
987 PCWSTR user = utf8_decode(ctx, userName, NULL);
1065 m->userPassword = utf8_decode(r, user_passwd, (size_t *) & m->userPasswordSize);
1068 m->userPasswordCrypted = utf8_decode(r, rq->user_password, (size_t *) & m->userPasswordCryptedSize);

Completed in 52 milliseconds