src/server/util/pblock.h

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

mercurial