代码搜索:HTTP解析
找到约 10,000 项符合「HTTP解析」的源代码
代码结果 10,000
www.eeworm.com/read/186598/8923532
lst http.lst
C51 COMPILER V7.07 HTTP 11/25/2003 15:47:46 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE HTTP
OBJECT MODULE PLACED IN HT
www.eeworm.com/read/186598/8923536
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/186598/8923597
obj http.obj
www.eeworm.com/read/186598/8923693
c http.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/426790/8999245
c http.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/426790/8999260
h http.h
#ifndef __DOND_HTTP_H
#define __DOND_HTTP_H
#define SIZE_INT sizeof (int)
#define MAX_PORT 65535
#define SIZE_SOCKADDR (socklen_t) sizeof (struct sockaddr)
#define MAX_LEN_DOMAIN 128
#define
www.eeworm.com/read/283587/9003577
c http.c
/*
* HTTP protocol for ffmpeg client
* Copyright (c) 2000, 2001 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Ge
www.eeworm.com/read/382325/9035707
sy_ http.sy_
www.eeworm.com/read/382325/9035957
mi_ http.mi_
www.eeworm.com/read/183620/9147551
c http.c
/*
* http.c
*
* Rafael V. Aroca
*
* Prepares HTML Pages in PIC memory and send these pages
* This file implements a "printfs filesystem"
*
* References for chec