Lines Matching refs:SG
179 serv = ((request_rec *) SG(server_context))->server; in PHP_MINFO_FUNCTION()
248 r = ((request_rec *) SG(server_context)); in PHP_MINFO_FUNCTION()
267 r = ((request_rec *) SG(server_context)); in PHP_MINFO_FUNCTION()
298 ap_child_terminate( ((request_rec *)SG(server_context)) ); in PHP_FUNCTION()
323 old_val = (char *) table_get(((request_rec *)SG(server_context))->notes, note_name); in PHP_FUNCTION()
326 table_set(((request_rec *)SG(server_context))->notes, note_name, note_val); in PHP_FUNCTION()
357 if (!(rr = sub_req_lookup_uri (filename, ((request_rec *) SG(server_context))))) { in PHP_FUNCTION()
401 env_arr = table_elts(((request_rec *) SG(server_context))->headers_in); in PHP_FUNCTION()
423 env_arr = table_elts(((request_rec *) SG(server_context))->headers_out); in PHP_FUNCTION()
441 request_rec *r = (request_rec *) SG(server_context); in PHP_FUNCTION()
469 if (!(rr = sub_req_lookup_uri(filename, ((request_rec *) SG(server_context))))) { in PHP_FUNCTION()
547 if(!(rr = ap_sub_req_lookup_uri(filename, ((request_rec *) SG(server_context))))) {
595 ap_reset_timeout((request_rec *)SG(server_context)); in PHP_FUNCTION()