http_input.h

来自「AMLOGIC DPF source code」· C头文件 代码 · 共 44 行

H
44
字号
/*******************************************************************
 * 
 *  Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
 *
 *  Description: 
 *
 *  Author: Eric Knudstrup
 *  Created: Wed Jun 22 23:13:40 2005
 *
 *******************************************************************/

#ifndef HTTP_INPUT_H
#define HTTP_INPUT_H

/**
 * @file http_input.h
 * HTTP message input routines.
 */

/** @defgroup http_input HTTP message input APIs. 
 * @ingroup Network
 */

/* @{ */
/*;emacs generated header for file http_input.c. Global function declarations only. */
/**
 * Debug function to dump message input data 
*/
extern void
http_dump_input(HTTPInputMessage_t *message);

/** 
 * Free all of the data associated with this message
 */
extern void
http_input_destroy(HTTPInputMessage_t *message);


/*;end emacs generated header for file http_input.c. Global function declarations only. */

#endif

/*@}*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?