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