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

/forgerock/web-agents-v4/source/iis/
H A Dagent.c493 char *script_name = (char *) get_server_variable(ctx, req->instance_id, "SCRIPT_NAME"); local
495 if (ISVALID(path_info) && ISVALID(script_name)) {
497 const char *pos = strstr(path_info, script_name);
501 "Could not get the path info.", thisfunc, script_name, path_info);
507 strncpy(path_info_tmp, pos + strlen(script_name), path_info_sz);

Completed in 31 milliseconds