代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/318730/3565284
h cgi.h
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP script language header file.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights
www.eeworm.com/read/318730/3565304
c cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP server script language C functions file.
* \author Adam Dunkels
*
* This file contains functions that are calle
www.eeworm.com/read/318730/3565582
h cgi.h
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP script language header file.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights
www.eeworm.com/read/318730/3565603
c cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP server script language C functions file.
* \author Adam Dunkels
*
* This file contains functions that are calle
www.eeworm.com/read/318717/3565659
h cgi.h
#ifndef __CGI_H_
#define __CGI_H_
#include
#include
#include
// C++ includes
#include
#include
#include
const int HEAD=0;
const int POST=1;
www.eeworm.com/read/318717/3565661
cpp cgi.cpp
#include "cgi.h"
CGI::CGI() {
stdin=fopen("aa","r");
request_method=INTERACTIVE;
is_multipart=false;
char *method;
method=getenv("REQUEST_METHOD");
if(!method) request_method=INTERACTIVE;
else
www.eeworm.com/read/318248/3569980
pm cgi.pm
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with
www.eeworm.com/read/314427/3634173
h cgi.h
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP script language header file.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights
www.eeworm.com/read/314427/3634193
c cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP server script language C functions file.
* \author Adam Dunkels
*
* This file contains functions that are calle
www.eeworm.com/read/314427/3634390
h cgi.h
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP script language header file.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights