9 #ifndef __AFW_COMMAND_LOCAL_PARSE_H__
10 #define __AFW_COMMAND_LOCAL_PARSE_H__
32 afw_command_local_parse_token_type_invalid,
33 afw_command_local_parse_token_type_colon,
34 afw_command_local_parse_token_type_end_of_input,
35 afw_command_local_parse_token_type_end_of_line,
36 afw_command_local_parse_token_type_string
37 } afw_command_local_parse_token_type_t;
48 afw_command_local_parse_token_type_t token_type;
53 afw_command_local_parse_request(
Adaptive Framework declare helpers for afw_command_.
#define AFW_COMMAND_DECLARE_INTERNAL(type)
Declare an internal function for /src/afw_command/ source*.h files.
Implementation for interface afw_command_local.
#define AFW_BEGIN_DECLARES
Interfaceafw_interface header.
unsigned char afw_byte_t
A byte of memory (unsigned).
apr_size_t afw_size_t
size_t.
Self typedef for afw_command_local implementation of afw_server.
Struct for memory pointer and size.
Interface afw_pool public struct.
NFC normalized UTF-8 string.
Interface afw_xctx public struct.