代码搜索:HTTP解析
找到约 10,000 项符合「HTTP解析」的源代码
代码结果 10,000
www.eeworm.com/read/330930/12860543
c http.c
#include "http.h"
void * http_init()
{
void *module_pt = malloc(3*1024*1024);
return module_pt;
}
u_int32_t http_judge(void *pthread, void *module_pt, connect_node *node, packet_t *packet,
www.eeworm.com/read/330930/12860634
h http.h
#ifndef _HTTP_H_
#define _HTTP_H_
#include "probe_main.h"
#include "packet.h"
void * http_init();
u_int32_t http_judge(void *pthread, void *module_pt, connect_node *node, packet_t *packet,u
www.eeworm.com/read/143336/12882364
h http.h
/*
This file is part of sniffer, a packet capture utility and
network moniter
The author can be contacted at
the lastest version is avilable from
http://stev.org
This
www.eeworm.com/read/143336/12882394
c http.c
/*
This file is part of sniffer, a packet capture utility and
network moniter
The author can be contacted at
the lastest version is avilable from
http://stev.org
This
www.eeworm.com/read/244097/12887930
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/242893/12974464
java http.java
package org.json;
/*
Copyright (c) 2002 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
www.eeworm.com/read/140374/13084972
c http.c
#include
#include
#include
#include
#include
#include
#include "config.h"
#include "http.h"
#define MODULE_THREAD
#include "mod
www.eeworm.com/read/140374/13085061
h http.h
#ifndef _HTTP_H_
#define _HTTP_H_
#include
#include "socket.h"
struct module_ctx;
struct http_ctx
{
int listen_fd;
unsigned int port;
};
struct http_peer
{
struct peer peer;
www.eeworm.com/read/241748/13122762
h http.h
//-----------------------------------------------------------------------------
// HTTP.H
//
//-----------------------------------------------------------------------------
#define NONE 0
www.eeworm.com/read/241748/13122812