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

/forgerock/web-agents-v4/source/iis/
H A Dagent.c505 char *path_info_tmp = (char *) alloc_request(ctx, path_info_sz + 1); local
506 if (path_info_tmp != NULL) {
507 strncpy(path_info_tmp, pos + strlen(script_name), path_info_sz);
508 req->path_info = path_info_tmp;
510 path_info_tmp);

Completed in 31 milliseconds