Searched refs:safe_strdup (Results 1 – 2 of 2) sorted by relevance
406 #undef safe_strdup in php_apache_request_ctor()407 #define safe_strdup(x) ((x)?strdup((x)):NULL) in php_apache_request_ctor() macro408 SG(request_info).query_string = safe_strdup(f->r->args); in php_apache_request_ctor()411 SG(request_info).request_uri = safe_strdup(f->r->uri); in php_apache_request_ctor()412 SG(request_info).path_translated = safe_strdup(f->r->filename); in php_apache_request_ctor()
441 #define safe_strdup(x) ((x)?strdup((x)):NULL) in php_ns_request_ctor() macro442 SG(request_info).query_string = safe_strdup(NSG(conn->request->query)); in php_ns_request_ctor()448 SG(request_info).path_translated = safe_strdup(Ns_DStringValue(&ds)); in php_ns_request_ctor()
Completed in 7 milliseconds