PHG 60 sapi/phttpd/phttpd.c sent_bytes = fd_write(PHG(cip)->fd, str, str_length); PHG 75 sapi/phttpd/phttpd.c http_sendheaders(PHG(cip)->fd, PHG(cip), SG(sapi_headers).http_response_code, NULL); PHG 86 sapi/phttpd/phttpd.c fd_printf(PHG(cip)->fd,"%s: %s\n", header_name, header_content); PHG 100 sapi/phttpd/phttpd.c fd_printf(PHG(cip)->fd,"Content-Type: text/html\n"); PHG 103 sapi/phttpd/phttpd.c fd_putc('\n', PHG(cip)->fd); PHG 188 sapi/phttpd/phttpd.c SG(request_info).query_string = PHG(cip)->hip->request; PHG 189 sapi/phttpd/phttpd.c SG(request_info).request_method = PHG(cip)->hip->method; PHG 192 sapi/phttpd/phttpd.c if (url_expand(PHG(cip)->hip->url, SG(request_info).path_translated, MAXPATHLEN, &PHG(sb), NULL, NULL) == NULL) { PHG 245 sapi/phttpd/phttpd.c struct httpinfo *hip = PHG(cip)->hip; PHG 289 sapi/phttpd/phttpd.c PHG(cip) = cip;