Lines Matching refs:request_info
361 path_info = SG(request_info).request_uri;
397 filename = SG(request_info).path_translated;
418 filename = SG(request_info).path_translated;
427 if (SG(request_info).path_translated != filename) {
436 if (SG(request_info).path_translated) {
437 efree(SG(request_info).path_translated);
438 SG(request_info).path_translated = NULL;
448 if (SG(request_info).path_translated != filename) {
453 if (SG(request_info).path_translated) {
454 efree(SG(request_info).path_translated);
455 SG(request_info).path_translated = NULL;
461 if (SG(request_info).path_translated != filename) {
462 if (SG(request_info).path_translated) {
463 efree(SG(request_info).path_translated);
465 SG(request_info).path_translated = filename;
776 const char *iam = SG(request_info).path_translated;