src/server/util/pblock.h

changeset 162
b169992137a8
parent 161
aadda87bad1b
child 211
2160585200ac
child 363
7f0f5c03666a
equal deleted inserted replaced
161:aadda87bad1b 162:b169992137a8
58 #endif /* !NETSITE_H */ 58 #endif /* !NETSITE_H */
59 59
60 #ifdef XP_WIN32 60 #ifdef XP_WIN32
61 #ifdef BUILD_DLL 61 #ifdef BUILD_DLL
62 #define BASE_DLL _declspec(dllexport) 62 #define BASE_DLL _declspec(dllexport)
63 #define BASE_DLL
64 #else 63 #else
65 //define BASE_DLL _declspec(dllimport) 64 #define BASE_DLL _declspec(dllimport)
66 #define BASE_DLL
67 #endif 65 #endif
68 #else 66 #else
69 #define BASE_DLL 67 #define BASE_DLL
70 #endif 68 #endif
71 69
109 107
110 /* --------------------------- Internal things ---------------------------- */ 108 /* --------------------------- Internal things ---------------------------- */
111 109
112 typedef struct pb_key pb_key; 110 typedef struct pb_key pb_key;
113 111
114 BASE_DLL extern const pb_key *const pb_key_accept; 112 extern const pb_key *const pb_key_accept;
115 BASE_DLL extern const pb_key *const pb_key_accept_charset; 113 extern const pb_key *const pb_key_accept_charset;
116 BASE_DLL extern const pb_key *const pb_key_accept_encoding; 114 extern const pb_key *const pb_key_accept_encoding;
117 BASE_DLL extern const pb_key *const pb_key_accept_language; 115 extern const pb_key *const pb_key_accept_language;
118 BASE_DLL extern const pb_key *const pb_key_accept_ranges; 116 extern const pb_key *const pb_key_accept_ranges;
119 BASE_DLL extern const pb_key *const pb_key_actual_route; 117 extern const pb_key *const pb_key_actual_route;
120 BASE_DLL extern const pb_key *const pb_key_age; 118 extern const pb_key *const pb_key_age;
121 BASE_DLL extern const pb_key *const pb_key_always_allow_chunked; 119 extern const pb_key *const pb_key_always_allow_chunked;
122 BASE_DLL extern const pb_key *const pb_key_always_use_keep_alive; 120 extern const pb_key *const pb_key_always_use_keep_alive;
123 BASE_DLL extern const pb_key *const pb_key_auth_cert; 121 extern const pb_key *const pb_key_auth_cert;
124 BASE_DLL extern const pb_key *const pb_key_auth_expiring; 122 extern const pb_key *const pb_key_auth_expiring;
125 BASE_DLL extern const pb_key *const pb_key_auth_group; 123 extern const pb_key *const pb_key_auth_group;
126 BASE_DLL extern const pb_key *const pb_key_auth_type; 124 extern const pb_key *const pb_key_auth_type;
127 BASE_DLL extern const pb_key *const pb_key_auth_user; 125 extern const pb_key *const pb_key_auth_user;
128 BASE_DLL extern const pb_key *const pb_key_authorization; 126 extern const pb_key *const pb_key_authorization;
129 BASE_DLL extern const pb_key *const pb_key_browser; 127 extern const pb_key *const pb_key_browser;
130 BASE_DLL extern const pb_key *const pb_key_c2p_cl; 128 extern const pb_key *const pb_key_c2p_cl;
131 BASE_DLL extern const pb_key *const pb_key_c2p_hl; 129 extern const pb_key *const pb_key_c2p_hl;
132 BASE_DLL extern const pb_key *const pb_key_cache_info; 130 extern const pb_key *const pb_key_cache_info;
133 BASE_DLL extern const pb_key *const pb_key_charset; 131 extern const pb_key *const pb_key_charset;
134 BASE_DLL extern const pb_key *const pb_key_check_http_server; 132 extern const pb_key *const pb_key_check_http_server;
135 BASE_DLL extern const pb_key *const pb_key_ChunkedRequestBufferSize; 133 extern const pb_key *const pb_key_ChunkedRequestBufferSize;
136 BASE_DLL extern const pb_key *const pb_key_ChunkedRequestTimeout; 134 extern const pb_key *const pb_key_ChunkedRequestTimeout;
137 BASE_DLL extern const pb_key *const pb_key_cipher; 135 extern const pb_key *const pb_key_cipher;
138 BASE_DLL extern const pb_key *const pb_key_clf_request; 136 extern const pb_key *const pb_key_clf_request;
139 BASE_DLL extern const pb_key *const pb_key_cli_status; 137 extern const pb_key *const pb_key_cli_status;
140 BASE_DLL extern const pb_key *const pb_key_client_cert_nickname; 138 extern const pb_key *const pb_key_client_cert_nickname;
141 BASE_DLL extern const pb_key *const pb_key_client_ip; 139 extern const pb_key *const pb_key_client_ip;
142 BASE_DLL extern const pb_key *const pb_key_close; 140 extern const pb_key *const pb_key_close;
143 BASE_DLL extern const pb_key *const pb_key_connect_timeout; 141 extern const pb_key *const pb_key_connect_timeout;
144 BASE_DLL extern const pb_key *const pb_key_connection; 142 extern const pb_key *const pb_key_connection;
145 BASE_DLL extern const pb_key *const pb_key_cont; 143 extern const pb_key *const pb_key_cont;
146 BASE_DLL extern const pb_key *const pb_key_content_encoding; 144 extern const pb_key *const pb_key_content_encoding;
147 BASE_DLL extern const pb_key *const pb_key_content_language; 145 extern const pb_key *const pb_key_content_language;
148 BASE_DLL extern const pb_key *const pb_key_content_length; 146 extern const pb_key *const pb_key_content_length;
149 BASE_DLL extern const pb_key *const pb_key_content_location; 147 extern const pb_key *const pb_key_content_location;
150 BASE_DLL extern const pb_key *const pb_key_content_md5; 148 extern const pb_key *const pb_key_content_md5;
151 BASE_DLL extern const pb_key *const pb_key_content_range; 149 extern const pb_key *const pb_key_content_range;
152 BASE_DLL extern const pb_key *const pb_key_content_type; 150 extern const pb_key *const pb_key_content_type;
153 BASE_DLL extern const pb_key *const pb_key_cookie; 151 extern const pb_key *const pb_key_cookie;
154 BASE_DLL extern const pb_key *const pb_key_date; 152 extern const pb_key *const pb_key_date;
155 BASE_DLL extern const pb_key *const pb_key_DATE_GMT; 153 extern const pb_key *const pb_key_DATE_GMT;
156 BASE_DLL extern const pb_key *const pb_key_DATE_LOCAL; 154 extern const pb_key *const pb_key_DATE_LOCAL;
157 BASE_DLL extern const pb_key *const pb_key_dir; 155 extern const pb_key *const pb_key_dir;
158 BASE_DLL extern const pb_key *const pb_key_Directive; 156 extern const pb_key *const pb_key_Directive;
159 BASE_DLL extern const pb_key *const pb_key_dns; 157 extern const pb_key *const pb_key_dns;
160 BASE_DLL extern const pb_key *const pb_key_DOCUMENT_NAME; 158 extern const pb_key *const pb_key_DOCUMENT_NAME;
161 BASE_DLL extern const pb_key *const pb_key_DOCUMENT_URI; 159 extern const pb_key *const pb_key_DOCUMENT_URI;
162 BASE_DLL extern const pb_key *const pb_key_domain; 160 extern const pb_key *const pb_key_domain;
163 BASE_DLL extern const pb_key *const pb_key_enc; 161 extern const pb_key *const pb_key_enc;
164 BASE_DLL extern const pb_key *const pb_key_engine; 162 extern const pb_key *const pb_key_engine;
165 BASE_DLL extern const pb_key *const pb_key_error_action; 163 extern const pb_key *const pb_key_error_action;
166 BASE_DLL extern const pb_key *const pb_key_error_desc; 164 extern const pb_key *const pb_key_error_desc;
167 BASE_DLL extern const pb_key *const pb_key_error_fn; 165 extern const pb_key *const pb_key_error_fn;
168 BASE_DLL extern const pb_key *const pb_key_escape; 166 extern const pb_key *const pb_key_escape;
169 BASE_DLL extern const pb_key *const pb_key_escaped; 167 extern const pb_key *const pb_key_escaped;
170 BASE_DLL extern const pb_key *const pb_key_etag; 168 extern const pb_key *const pb_key_etag;
171 BASE_DLL extern const pb_key *const pb_key_expect; 169 extern const pb_key *const pb_key_expect;
172 BASE_DLL extern const pb_key *const pb_key_expires; 170 extern const pb_key *const pb_key_expires;
173 BASE_DLL extern const pb_key *const pb_key_expr; 171 extern const pb_key *const pb_key_expr;
174 BASE_DLL extern const pb_key *const pb_key_filter; 172 extern const pb_key *const pb_key_filter;
175 BASE_DLL extern const pb_key *const pb_key_find_pathinfo_forward; 173 extern const pb_key *const pb_key_find_pathinfo_forward;
176 BASE_DLL extern const pb_key *const pb_key_flushTimer; 174 extern const pb_key *const pb_key_flushTimer;
177 BASE_DLL extern const pb_key *const pb_key_fn; 175 extern const pb_key *const pb_key_fn;
178 BASE_DLL extern const pb_key *const pb_key_from; 176 extern const pb_key *const pb_key_from;
179 BASE_DLL extern const pb_key *const pb_key_full_headers; 177 extern const pb_key *const pb_key_full_headers;
180 BASE_DLL extern const pb_key *const pb_key_hdr; 178 extern const pb_key *const pb_key_hdr;
181 BASE_DLL extern const pb_key *const pb_key_host; 179 extern const pb_key *const pb_key_host;
182 BASE_DLL extern const pb_key *const pb_key_hostname; 180 extern const pb_key *const pb_key_hostname;
183 BASE_DLL extern const pb_key *const pb_key_if_match; 181 extern const pb_key *const pb_key_if_match;
184 BASE_DLL extern const pb_key *const pb_key_if_modified_since; 182 extern const pb_key *const pb_key_if_modified_since;
185 BASE_DLL extern const pb_key *const pb_key_if_none_match; 183 extern const pb_key *const pb_key_if_none_match;
186 BASE_DLL extern const pb_key *const pb_key_if_range; 184 extern const pb_key *const pb_key_if_range;
187 BASE_DLL extern const pb_key *const pb_key_if_unmodified_since; 185 extern const pb_key *const pb_key_if_unmodified_since;
188 BASE_DLL extern const pb_key *const pb_key_ip; 186 extern const pb_key *const pb_key_ip;
189 BASE_DLL extern const pb_key *const pb_key_iponly; 187 extern const pb_key *const pb_key_iponly;
190 BASE_DLL extern const pb_key *const pb_key_issuer_dn; 188 extern const pb_key *const pb_key_issuer_dn;
191 BASE_DLL extern const pb_key *const pb_key_jroute; 189 extern const pb_key *const pb_key_jroute;
192 BASE_DLL extern const pb_key *const pb_key_keep_alive; 190 extern const pb_key *const pb_key_keep_alive;
193 BASE_DLL extern const pb_key *const pb_key_keep_alive_timeout; 191 extern const pb_key *const pb_key_keep_alive_timeout;
194 BASE_DLL extern const pb_key *const pb_key_keysize; 192 extern const pb_key *const pb_key_keysize;
195 BASE_DLL extern const pb_key *const pb_key_lang; 193 extern const pb_key *const pb_key_lang;
196 BASE_DLL extern const pb_key *const pb_key_LAST_MODIFIED; 194 extern const pb_key *const pb_key_last_modified;
197 BASE_DLL extern const pb_key *const pb_key_last_modified; 195 extern const pb_key *const pb_key_level;
198 BASE_DLL extern const pb_key *const pb_key_level; 196 extern const pb_key *const pb_key_location;
199 BASE_DLL extern const pb_key *const pb_key_location; 197 extern const pb_key *const pb_key_lock_owner;
200 BASE_DLL extern const pb_key *const pb_key_lock_owner; 198 extern const pb_key *const pb_key_magnus_charset;
201 BASE_DLL extern const pb_key *const pb_key_magnus_charset; 199 extern const pb_key *const pb_key_magnus_internal;
202 BASE_DLL extern const pb_key *const pb_key_magnus_internal; 200 extern const pb_key *const pb_key_magnus_internal_dav_src;
203 BASE_DLL extern const pb_key *const pb_key_magnus_internal_dav_src; 201 extern const pb_key *const pb_key_magnus_internal_default_acls_only;
204 BASE_DLL extern const pb_key *const pb_key_magnus_internal_default_acls_only; 202 extern const pb_key *const pb_key_magnus_internal_error_j2ee;
205 BASE_DLL extern const pb_key *const pb_key_magnus_internal_error_j2ee; 203 extern const pb_key *const pb_key_magnus_internal_j2ee_nsapi;
206 BASE_DLL extern const pb_key *const pb_key_magnus_internal_j2ee_nsapi; 204 extern const pb_key *const pb_key_magnus_internal_preserve_srvhdrs;
207 BASE_DLL extern const pb_key *const pb_key_magnus_internal_preserve_srvhdrs; 205 extern const pb_key *const pb_key_magnus_internal_set_request_status;
208 BASE_DLL extern const pb_key *const pb_key_magnus_internal_set_request_status; 206 extern const pb_key *const pb_key_magnus_internal_set_response_status;
209 BASE_DLL extern const pb_key *const pb_key_magnus_internal_set_response_status; 207 extern const pb_key *const pb_key_magnus_internal_webapp_errordesc;
210 BASE_DLL extern const pb_key *const pb_key_magnus_internal_webapp_errordesc; 208 extern const pb_key *const pb_key_matched_browser;
211 BASE_DLL extern const pb_key *const pb_key_matched_browser; 209 extern const pb_key *const pb_key_max_age;
212 BASE_DLL extern const pb_key *const pb_key_max_age; 210 extern const pb_key *const pb_key_max_forwards;
213 BASE_DLL extern const pb_key *const pb_key_max_forwards; 211 extern const pb_key *const pb_key_message;
214 BASE_DLL extern const pb_key *const pb_key_message; 212 extern const pb_key *const pb_key_method;
215 BASE_DLL extern const pb_key *const pb_key_method; 213 extern const pb_key *const pb_key_name;
216 BASE_DLL extern const pb_key *const pb_key_name; 214 extern const pb_key *const pb_key_nocache;
217 BASE_DLL extern const pb_key *const pb_key_nocache; 215 extern const pb_key *const pb_key_nostat;
218 BASE_DLL extern const pb_key *const pb_key_nostat; 216 extern const pb_key *const pb_key_ntrans_base;
219 BASE_DLL extern const pb_key *const pb_key_ntrans_base; 217 extern const pb_key *const pb_key_offline_origin_addr;
220 BASE_DLL extern const pb_key *const pb_key_offline_origin_addr; 218 extern const pb_key *const pb_key_offline_proxy_addr;
221 BASE_DLL extern const pb_key *const pb_key_offline_proxy_addr; 219 extern const pb_key *const pb_key_origin_addr;
222 BASE_DLL extern const pb_key *const pb_key_origin_addr; 220 extern const pb_key *const pb_key_p2c_cl;
223 BASE_DLL extern const pb_key *const pb_key_p2c_cl; 221 extern const pb_key *const pb_key_p2c_hl;
224 BASE_DLL extern const pb_key *const pb_key_p2c_hl; 222 extern const pb_key *const pb_key_p2r_cl;
225 BASE_DLL extern const pb_key *const pb_key_p2r_cl; 223 extern const pb_key *const pb_key_p2r_hl;
226 BASE_DLL extern const pb_key *const pb_key_p2r_hl; 224 extern const pb_key *const pb_key_parse_timeout;
227 BASE_DLL extern const pb_key *const pb_key_parse_timeout; 225 extern const pb_key *const pb_key_password;
228 BASE_DLL extern const pb_key *const pb_key_password; 226 extern const pb_key *const pb_key_path;
229 BASE_DLL extern const pb_key *const pb_key_path; 227 extern const pb_key *const pb_key_PATH_INFO;
230 BASE_DLL extern const pb_key *const pb_key_PATH_INFO; 228 extern const pb_key *const pb_key_path_info;
231 BASE_DLL extern const pb_key *const pb_key_path_info; 229 extern const pb_key *const pb_key_pblock;
232 BASE_DLL extern const pb_key *const pb_key_pblock; 230 extern const pb_key *const pb_key_poll_interval;
233 BASE_DLL extern const pb_key *const pb_key_poll_interval; 231 extern const pb_key *const pb_key_pool; // new
234 BASE_DLL extern const pb_key *const pb_key_pool; // new 232 extern const pb_key *const pb_key_port;
235 BASE_DLL extern const pb_key *const pb_key_port; 233 extern const pb_key *const pb_key_ppath;
236 BASE_DLL extern const pb_key *const pb_key_ppath; 234 extern const pb_key *const pb_key_pragma;
237 BASE_DLL extern const pb_key *const pb_key_pragma; 235 extern const pb_key *const pb_key_process_request_body;
238 BASE_DLL extern const pb_key *const pb_key_process_request_body; 236 extern const pb_key *const pb_key_process_response_body;
239 BASE_DLL extern const pb_key *const pb_key_process_response_body; 237 extern const pb_key *const pb_key_protocol;
240 BASE_DLL extern const pb_key *const pb_key_protocol; 238 extern const pb_key *const pb_key_proxy_addr;
241 BASE_DLL extern const pb_key *const pb_key_proxy_addr; 239 extern const pb_key *const pb_key_proxy_agent;
242 BASE_DLL extern const pb_key *const pb_key_proxy_agent; 240 extern const pb_key *const pb_key_proxy_auth_cert;
243 BASE_DLL extern const pb_key *const pb_key_proxy_auth_cert; 241 extern const pb_key *const pb_key_proxy_authorization;
244 BASE_DLL extern const pb_key *const pb_key_proxy_authorization; 242 extern const pb_key *const pb_key_proxy_cipher;
245 BASE_DLL extern const pb_key *const pb_key_proxy_cipher; 243 extern const pb_key *const pb_key_proxy_issuer_dn;
246 BASE_DLL extern const pb_key *const pb_key_proxy_issuer_dn; 244 extern const pb_key *const pb_key_proxy_jroute;
247 BASE_DLL extern const pb_key *const pb_key_proxy_jroute; 245 extern const pb_key *const pb_key_proxy_keysize;
248 BASE_DLL extern const pb_key *const pb_key_proxy_keysize; 246 extern const pb_key *const pb_key_proxy_ping;
249 BASE_DLL extern const pb_key *const pb_key_proxy_ping; 247 extern const pb_key *const pb_key_proxy_request;
250 BASE_DLL extern const pb_key *const pb_key_proxy_request; 248 extern const pb_key *const pb_key_proxy_secret_keysize;
251 BASE_DLL extern const pb_key *const pb_key_proxy_secret_keysize; 249 extern const pb_key *const pb_key_proxy_ssl_id;
252 BASE_DLL extern const pb_key *const pb_key_proxy_ssl_id; 250 extern const pb_key *const pb_key_proxy_user_dn;
253 BASE_DLL extern const pb_key *const pb_key_proxy_user_dn; 251 extern const pb_key *const pb_key_query;
254 BASE_DLL extern const pb_key *const pb_key_query; 252 extern const pb_key *const pb_key_QUERY_STRING;
255 BASE_DLL extern const pb_key *const pb_key_QUERY_STRING; 253 extern const pb_key *const pb_key_QUERY_STRING_UNESCAPED;
256 BASE_DLL extern const pb_key *const pb_key_QUERY_STRING_UNESCAPED; 254 extern const pb_key *const pb_key_r2p_cl;
257 BASE_DLL extern const pb_key *const pb_key_r2p_cl; 255 extern const pb_key *const pb_key_r2p_hl;
258 BASE_DLL extern const pb_key *const pb_key_r2p_hl; 256 extern const pb_key *const pb_key_range;
259 BASE_DLL extern const pb_key *const pb_key_range; 257 extern const pb_key *const pb_key_referer;
260 BASE_DLL extern const pb_key *const pb_key_referer; 258 extern const pb_key *const pb_key_reformat_request_headers;
261 BASE_DLL extern const pb_key *const pb_key_reformat_request_headers; 259 extern const pb_key *const pb_key_remote_status;
262 BASE_DLL extern const pb_key *const pb_key_remote_status; 260 extern const pb_key *const pb_key_request_jroute;
263 BASE_DLL extern const pb_key *const pb_key_request_jroute; 261 extern const pb_key *const pb_key_required_rights;
264 BASE_DLL extern const pb_key *const pb_key_required_rights; 262 extern const pb_key *const pb_key_retries;
265 BASE_DLL extern const pb_key *const pb_key_retries; 263 extern const pb_key *const pb_key_rewrite_content_location;
266 BASE_DLL extern const pb_key *const pb_key_rewrite_content_location; 264 extern const pb_key *const pb_key_rewrite_host;
267 BASE_DLL extern const pb_key *const pb_key_rewrite_host; 265 extern const pb_key *const pb_key_rewrite_location;
268 BASE_DLL extern const pb_key *const pb_key_rewrite_location; 266 extern const pb_key *const pb_key_rewrite_set_cookie;
269 BASE_DLL extern const pb_key *const pb_key_rewrite_set_cookie; 267 extern const pb_key *const pb_key_root;
270 BASE_DLL extern const pb_key *const pb_key_root; 268 extern const pb_key *const pb_key_route;
271 BASE_DLL extern const pb_key *const pb_key_route; 269 extern const pb_key *const pb_key_route_cookie;
272 BASE_DLL extern const pb_key *const pb_key_route_cookie; 270 extern const pb_key *const pb_key_route_hdr;
273 BASE_DLL extern const pb_key *const pb_key_route_hdr; 271 extern const pb_key *const pb_key_route_offline;
274 BASE_DLL extern const pb_key *const pb_key_route_offline; 272 extern const pb_key *const pb_key_script_name;
275 BASE_DLL extern const pb_key *const pb_key_script_name; 273 extern const pb_key *const pb_key_secret_keysize;
276 BASE_DLL extern const pb_key *const pb_key_secret_keysize; 274 extern const pb_key *const pb_key_secure;
277 BASE_DLL extern const pb_key *const pb_key_secure; 275 extern const pb_key *const pb_key_server;
278 BASE_DLL extern const pb_key *const pb_key_server; 276 extern const pb_key *const pb_key_set_cookie;
279 BASE_DLL extern const pb_key *const pb_key_set_cookie; 277 extern const pb_key *const pb_key_socks_addr;
280 BASE_DLL extern const pb_key *const pb_key_socks_addr; 278 extern const pb_key *const pb_key_ssl_id;
281 BASE_DLL extern const pb_key *const pb_key_ssl_id; 279 extern const pb_key *const pb_key_ssl_unclean_shutdown;
282 BASE_DLL extern const pb_key *const pb_key_ssl_unclean_shutdown; 280 extern const pb_key *const pb_key_status;
283 BASE_DLL extern const pb_key *const pb_key_status; 281 extern const pb_key *const pb_key_sticky_cookie;
284 BASE_DLL extern const pb_key *const pb_key_sticky_cookie; 282 extern const pb_key *const pb_key_sticky_param;
285 BASE_DLL extern const pb_key *const pb_key_sticky_param; 283 extern const pb_key *const pb_key_suppress_request_headers;
286 BASE_DLL extern const pb_key *const pb_key_suppress_request_headers; 284 extern const pb_key *const pb_key_svr_status;
287 BASE_DLL extern const pb_key *const pb_key_svr_status; 285 extern const pb_key *const pb_key_timeout;
288 BASE_DLL extern const pb_key *const pb_key_timeout; 286 extern const pb_key *const pb_key_to;
289 BASE_DLL extern const pb_key *const pb_key_to; 287 extern const pb_key *const pb_key_transfer_encoding;
290 BASE_DLL extern const pb_key *const pb_key_transfer_encoding; 288 extern const pb_key *const pb_key_transmit_timeout;
291 BASE_DLL extern const pb_key *const pb_key_transmit_timeout; 289 extern const pb_key *const pb_key_tunnel_non_http_response;
292 BASE_DLL extern const pb_key *const pb_key_tunnel_non_http_response; 290 extern const pb_key *const pb_key_type;
293 BASE_DLL extern const pb_key *const pb_key_type; 291 extern const pb_key *const pb_key_upstream_jroute;
294 BASE_DLL extern const pb_key *const pb_key_upstream_jroute; 292 extern const pb_key *const pb_key_uri;
295 BASE_DLL extern const pb_key *const pb_key_uri; 293 extern const pb_key *const pb_key_url;
296 BASE_DLL extern const pb_key *const pb_key_url; 294 extern const pb_key *const pb_key_url_prefix;
297 BASE_DLL extern const pb_key *const pb_key_url_prefix; 295 extern const pb_key *const pb_key_UseOutputStreamSize;
298 BASE_DLL extern const pb_key *const pb_key_UseOutputStreamSize; 296 extern const pb_key *const pb_key_user;
299 BASE_DLL extern const pb_key *const pb_key_user; 297 extern const pb_key *const pb_key_user_agent;
300 BASE_DLL extern const pb_key *const pb_key_user_agent; 298 extern const pb_key *const pb_key_user_dn;
301 BASE_DLL extern const pb_key *const pb_key_user_dn; 299 extern const pb_key *const pb_key_validate_server_cert;
302 BASE_DLL extern const pb_key *const pb_key_validate_server_cert; 300 extern const pb_key *const pb_key_value;
303 BASE_DLL extern const pb_key *const pb_key_value; 301 extern const pb_key *const pb_key_vary;
304 BASE_DLL extern const pb_key *const pb_key_vary; 302 extern const pb_key *const pb_key_via;
305 BASE_DLL extern const pb_key *const pb_key_via; 303 extern const pb_key *const pb_key_warning;
306 BASE_DLL extern const pb_key *const pb_key_warning;
307 304
308 NSAPI_PUBLIC pool_handle_t *pblock_pool(pblock *pb); 305 NSAPI_PUBLIC pool_handle_t *pblock_pool(pblock *pb);
309 306
310 NSAPI_PUBLIC pb_param *pblock_param_create(pblock *pb, const char *name, const char *value); 307 NSAPI_PUBLIC pb_param *pblock_param_create(pblock *pb, const char *name, const char *value);
311 308

mercurial