http_parse_request.h

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

H
37
字号
/*******************************************************************
 * 
 *  Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
 *
 *  Description: 
 *
 *  Author: Eric Knudstrup
 *  Created: Tue Jun 28 16:01:50 2005
 *
 *******************************************************************/

#ifndef HTTP_PARSE_REQUEST_H
#define HTTP_PARSE_REQUEST_H



/*;emacs generated header for file http_parse_request.c. Global function declarations only. */
extern HTTPParseStatus
http_parse_request_ver(HTTPParser *parser);

extern HTTPParseStatus
http_parse_request_slash(HTTPParser *parser);

extern HTTPParseStatus
http_parse_request_proto(HTTPParser *parser);

/*
 * Parse request URI
 */
extern HTTPParseStatus
http_parse_request_uri(HTTPParser *parser);


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

#endif

⌨️ 快捷键说明

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