Modified: apr/site/trunk/docs/docs/apr/trunk/apr__buckets_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__buckets_8h-source.html?rev=794529&r1=794528&r2=794529&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__buckets_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__buckets_8h-source.html Thu Jul 16 05:09:35 2009
@@ -680,7 +680,7 @@
00655
00656
00657
-00658 APU_DECLARE(apr_bucket_brigade *) apr_brigade_create(apr_pool_t *p,
+00658 APR_DECLARE(apr_bucket_brigade *) apr_brigade_create(apr_pool_t *p,
00659 apr_bucket_alloc_t *list);
00660
00661
@@ -688,7 +688,7 @@
00663
00664
00665
-00666 APU_DECLARE(apr_status_t) apr_brigade_destroy(apr_bucket_brigade *b);
+00666 APR_DECLARE(apr_status_t) apr_brigade_destroy(apr_bucket_brigade *b);
00667
00668
00669
@@ -701,7 +701,7 @@
00676
00677
00678
-00679 APU_DECLARE(apr_status_t) apr_brigade_cleanup(void *data);
+00679 APR_DECLARE(apr_status_t) apr_brigade_cleanup(void *data);
00680
00681
00682
@@ -716,7 +716,7 @@
00691
00692
00693
-00694 APU_DECLARE(apr_bucket_brigade *) apr_brigade_split_ex(apr_bucket_brigade *b,
+00694 APR_DECLARE(apr_bucket_brigade *) apr_brigade_split_ex(apr_bucket_brigade *b,
00695 apr_bucket *e,
00696 apr_bucket_brigade *a);
00697
@@ -731,7 +731,7 @@
00706
00707
00708
-00709 APU_DECLARE(apr_bucket_brigade *) apr_brigade_split(apr_bucket_brigade *b,
+00709 APR_DECLARE(apr_bucket_brigade *) apr_brigade_split(apr_bucket_brigade *b,
00710 apr_bucket *e);
00711
00712
@@ -746,7 +746,7 @@
00721
00722
00723
-00724 APU_DECLARE(apr_status_t) apr_brigade_partition(apr_bucket_brigade *b,
+00724 APR_DECLARE(apr_status_t) apr_brigade_partition(apr_bucket_brigade *b,
00725 apr_off_t point,
00726 apr_bucket **after_point);
00727
@@ -758,7 +758,7 @@
00733
00734
00735
-00736 APU_DECLARE(apr_status_t) apr_brigade_length(apr_bucket_brigade *bb,
+00736 APR_DECLARE(apr_status_t) apr_brigade_length(apr_bucket_brigade *bb,
00737 int read_all,
00738 apr_off_t *length);
00739
@@ -769,7 +769,7 @@
00744
00745
00746
-00747 APU_DECLARE(apr_status_t) apr_brigade_flatten(apr_bucket_brigade *bb,
+00747 APR_DECLARE(apr_status_t) apr_brigade_flatten(apr_bucket_brigade *bb,
00748 char *c,
00749 apr_size_t *len);
00750
@@ -780,7 +780,7 @@
00755
00756
00757
-00758 APU_DECLARE(apr_status_t) apr_brigade_pflatten(apr_bucket_brigade *bb,
+00758 APR_DECLARE(apr_status_t) apr_brigade_pflatten(apr_bucket_brigade *bb,
00759 char **c,
00760 apr_size_t *len,
00761 apr_pool_t *pool);
@@ -793,7 +793,7 @@
00768
00769
00770
-00771 APU_DECLARE(apr_status_t) apr_brigade_split_line(apr_bucket_brigade *bbOut,
+00771 APR_DECLARE(apr_status_t) apr_brigade_split_line(apr_bucket_brigade *bbOut,
00772 apr_bucket_brigade *bbIn,
00773 apr_read_type_e block,
00774 apr_off_t maxbytes);
@@ -807,7 +807,7 @@
00782
00783
00784
-00785 APU_DECLARE(apr_status_t) apr_brigade_to_iovec(apr_bucket_brigade *b,
+00785 APR_DECLARE(apr_status_t) apr_brigade_to_iovec(apr_bucket_brigade *b,
00786 struct iovec *vec, int *nvec);
00787
00788
@@ -818,7 +818,7 @@
00793
00794
00795
-00796 APU_DECLARE(apr_status_t) apr_brigade_vputstrs(apr_bucket_brigade *b,
+00796 APR_DECLARE(apr_status_t) apr_brigade_vputstrs(apr_bucket_brigade *b,
00797 apr_brigade_flush flush,
00798 void *ctx,
00799 va_list va);
@@ -846,7 +846,7 @@
00821
00822
00823
-00824 APU_DECLARE(apr_status_t) apr_brigade_write(apr_bucket_brigade *b,
+00824 APR_DECLARE(apr_status_t) apr_brigade_write(apr_bucket_brigade *b,
00825 apr_brigade_flush flush, void *ctx,
00826 const char *str, apr_size_t nbyte);
00827
@@ -859,7 +859,7 @@
00834
00835
00836
-00837 APU_DECLARE(apr_status_t) apr_brigade_writev(apr_bucket_brigade *b,
+00837 APR_DECLARE(apr_status_t) apr_brigade_writev(apr_bucket_brigade *b,
00838 apr_brigade_flush flush,
00839 void *ctx,
00840 const struct iovec *vec,
@@ -873,7 +873,7 @@
00848
00849
00850
-00851 APU_DECLARE(apr_status_t) apr_brigade_puts(apr_bucket_brigade *bb,
+00851 APR_DECLARE(apr_status_t) apr_brigade_puts(apr_bucket_brigade *bb,
00852 apr_brigade_flush flush, void *ctx,
00853 const char *str);
00854
@@ -885,7 +885,7 @@
00860
00861
00862
-00863 APU_DECLARE(apr_status_t) apr_brigade_putc(apr_bucket_brigade *b,
+00863 APR_DECLARE(apr_status_t) apr_brigade_putc(apr_bucket_brigade *b,
00864 apr_brigade_flush flush, void *ctx,
00865 const char c);
00866
@@ -897,7 +897,7 @@
00872
00873
00874
-00875 APU_DECLARE_NONSTD(apr_status_t) apr_brigade_putstrs(apr_bucket_brigade *b,
+00875 APR_DECLARE_NONSTD(apr_status_t) apr_brigade_putstrs(apr_bucket_brigade *b,
00876 apr_brigade_flush flush,
00877 void *ctx, ...);
00878
@@ -911,7 +911,7 @@
00886
00887
00888
-00889 APU_DECLARE_NONSTD(apr_status_t) apr_brigade_printf(apr_bucket_brigade *b,
+00889 APR_DECLARE_NONSTD(apr_status_t) apr_brigade_printf(apr_bucket_brigade *b,
00890 apr_brigade_flush flush,
00891 void *ctx,
00892 const char *fmt, ...)
@@ -927,7 +927,7 @@
00902
00903
00904
-00905 APU_DECLARE(apr_status_t) apr_brigade_vprintf(apr_bucket_brigade *b,
+00905 APR_DECLARE(apr_status_t) apr_brigade_vprintf(apr_bucket_brigade *b,
00906 apr_brigade_flush flush,
00907 void *ctx,
00908 const char *fmt, va_list va);
@@ -944,7 +944,7 @@
00919
00920
00921
-00922 APU_DECLARE(apr_bucket *) apr_brigade_insert_file(apr_bucket_brigade *bb,
+00922 APR_DECLARE(apr_bucket *) apr_brigade_insert_file(apr_bucket_brigade *bb,
00923 apr_file_t *f,
00924 apr_off_t start,
00925 apr_off_t len,
@@ -966,7 +966,7 @@
00941
00942
00943
-00944 APU_DECLARE_NONSTD(apr_bucket_alloc_t *) apr_bucket_alloc_create(apr_pool_t *p);
+00944 APR_DECLARE_NONSTD(apr_bucket_alloc_t *) apr_bucket_alloc_create(apr_pool_t *p);
00945
00946
00947
@@ -976,26 +976,26 @@
00951
00952
00953
-00954 APU_DECLARE_NONSTD(apr_bucket_alloc_t *) apr_bucket_alloc_create_ex(apr_allocator_t *allocator);
+00954 APR_DECLARE_NONSTD(apr_bucket_alloc_t *) apr_bucket_alloc_create_ex(apr_allocator_t *allocator);
00955
00956
00957
00958
00959
-00960 APU_DECLARE_NONSTD(void) apr_bucket_alloc_destroy(apr_bucket_alloc_t *list);
+00960 APR_DECLARE_NONSTD(void) apr_bucket_alloc_destroy(apr_bucket_alloc_t *list);
00961
00962
00963
00964
00965
00966
-00967 APU_DECLARE_NONSTD(void *) apr_bucket_alloc(apr_size_t size, apr_bucket_alloc_t *list);
+00967 APR_DECLARE_NONSTD(void *) apr_bucket_alloc(apr_size_t size, apr_bucket_alloc_t *list);
00968
00969
00970
00971
00972
-00973 APU_DECLARE_NONSTD(void) apr_bucket_free(void *block);
+00973 APR_DECLARE_NONSTD(void) apr_bucket_free(void *block);
00974
00975
00976
@@ -1133,7 +1133,7 @@
01108
01109
01110
-01111 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_setaside_noop(apr_bucket *data,
+01111 APR_DECLARE_NONSTD(apr_status_t) apr_bucket_setaside_noop(apr_bucket *data,
01112 apr_pool_t *pool);
01113
01114
@@ -1143,7 +1143,7 @@
01118
01119
01120
-01121 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_setaside_notimpl(apr_bucket *data,
+01121 APR_DECLARE_NONSTD(apr_status_t) apr_bucket_setaside_notimpl(apr_bucket *data,
01122 apr_pool_t *pool);
01123
01124
@@ -1153,7 +1153,7 @@
01128
01129
01130
-01131 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_split_notimpl(apr_bucket *data,
+01131 APR_DECLARE_NONSTD(apr_status_t) apr_bucket_split_notimpl(apr_bucket *data,
01132 apr_size_t point);
01133
01134
@@ -1163,7 +1163,7 @@
01138
01139
01140
-01141 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_copy_notimpl(apr_bucket *e,
+01141 APR_DECLARE_NONSTD(apr_status_t) apr_bucket_copy_notimpl(apr_bucket *e,
01142 apr_bucket **c);
01143
01144
@@ -1175,7 +1175,7 @@
01150
01151
01152
-01153 APU_DECLARE_NONSTD(void) apr_bucket_destroy_noop(void *data);
+01153 APR_DECLARE_NONSTD(void) apr_bucket_destroy_noop(void *data);
01154
01155
01156
@@ -1192,54 +1192,54 @@
01167
01168
01169
-01170 APU_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_flush;
+01170 APR_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_flush;
01171
01172
01173
01174
01175
-01176 APU_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_eos;
+01176 APR_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_eos;
01177
01178
01179
-01180 APU_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_file;
+01180 APR_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_file;
01181
01182
01183
01184
-01185 APU_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_heap;
+01185 APR_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_heap;
01186 #if APR_HAS_MMAP
01187
01188
01189
-01190 APU_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_mmap;
+01190 APR_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_mmap;
01191 #endif
01192
01193
01194
01195
01196
-01197 APU_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_pool;
+01197 APR_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_pool;
01198
01199
01200
-01201 APU_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_pipe;
+01201 APR_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_pipe;
01202
01203
01204
01205
01206
-01207 APU_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_immortal;
+01207 APR_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_immortal;
01208
01209
01210
01211
01212
-01213 APU_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_transient;
+01213 APR_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_transient;
01214
01215
01216
-01217 APU_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_socket;
+01217 APR_DECLARE_DATA extern const apr_bucket_type_t apr_bucket_type_socket;
01218
01219
01220
@@ -1255,7 +1255,7 @@
01230
01231
01232
-01233 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_simple_split(apr_bucket *b,
+01233 APR_DECLARE_NONSTD(apr_status_t) apr_bucket_simple_split(apr_bucket *b,
01234 apr_size_t point);
01235
01236
@@ -1268,7 +1268,7 @@
01243
01244
01245
-01246 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_simple_copy(apr_bucket *a,
+01246 APR_DECLARE_NONSTD(apr_status_t) apr_bucket_simple_copy(apr_bucket *a,
01247 apr_bucket **b);
01248
01249
@@ -1288,7 +1288,7 @@
01263
01264
01265
-01266 APU_DECLARE(apr_bucket *) apr_bucket_shared_make(apr_bucket *b, void *data,
+01266 APR_DECLARE(apr_bucket *) apr_bucket_shared_make(apr_bucket *b, void *data,
01267 apr_off_t start,
01268 apr_size_t length);
01269
@@ -1300,7 +1300,7 @@
01275
01276
01277
-01278 APU_DECLARE(int) apr_bucket_shared_destroy(void *data);
+01278 APR_DECLARE(int) apr_bucket_shared_destroy(void *data);
01279
01280
01281
@@ -1313,7 +1313,7 @@
01288
01289
01290
-01291 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_shared_split(apr_bucket *b,
+01291 APR_DECLARE_NONSTD(apr_status_t) apr_bucket_shared_split(apr_bucket *b,
01292 apr_size_t point);
01293
01294
@@ -1325,7 +1325,7 @@
01300
01301
01302
-01303 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_shared_copy(apr_bucket *a,
+01303 APR_DECLARE_NONSTD(apr_status_t) apr_bucket_shared_copy(apr_bucket *a,
01304 apr_bucket **b);
01305
01306
@@ -1347,7 +1347,7 @@
01322
01323
01324
-01325 APU_DECLARE(apr_bucket *) apr_bucket_eos_create(apr_bucket_alloc_t *list);
+01325 APR_DECLARE(apr_bucket *) apr_bucket_eos_create(apr_bucket_alloc_t *list);
01326
01327
01328
@@ -1356,7 +1356,7 @@
01331
01332
01333
-01334 APU_DECLARE(apr_bucket *) apr_bucket_eos_make(apr_bucket *b);
+01334 APR_DECLARE(apr_bucket *) apr_bucket_eos_make(apr_bucket *b);
01335
01336
01337
@@ -1365,7 +1365,7 @@
01340
01341
01342
-01343 APU_DECLARE(apr_bucket *) apr_bucket_flush_create(apr_bucket_alloc_t *list);
+01343 APR_DECLARE(apr_bucket *) apr_bucket_flush_create(apr_bucket_alloc_t *list);
01344
01345
01346
@@ -1374,7 +1374,7 @@
01349
01350
01351
-01352 APU_DECLARE(apr_bucket *) apr_bucket_flush_make(apr_bucket *b);
+01352 APR_DECLARE(apr_bucket *) apr_bucket_flush_make(apr_bucket *b);
01353
01354
01355
@@ -1383,7 +1383,7 @@
01358
01359
01360
-01361 APU_DECLARE(apr_bucket *) apr_bucket_immortal_create(const char *buf,
+01361 APR_DECLARE(apr_bucket *) apr_bucket_immortal_create(const char *buf,
01362 apr_size_t nbyte,
01363 apr_bucket_alloc_t *list);
01364
@@ -1394,7 +1394,7 @@
01369
01370
01371
-01372 APU_DECLARE(apr_bucket *) apr_bucket_immortal_make(apr_bucket *b,
+01372 APR_DECLARE(apr_bucket *) apr_bucket_immortal_make(apr_bucket *b,
01373 const char *buf,
01374 apr_size_t nbyte);
01375
@@ -1405,7 +1405,7 @@
01380
01381
01382
-01383 APU_DECLARE(apr_bucket *) apr_bucket_transient_create(const char *buf,
+01383 APR_DECLARE(apr_bucket *) apr_bucket_transient_create(const char *buf,
01384 apr_size_t nbyte,
01385 apr_bucket_alloc_t *list);
01386
@@ -1416,7 +1416,7 @@
01391
01392
01393
-01394 APU_DECLARE(apr_bucket *) apr_bucket_transient_make(apr_bucket *b,
+01394 APR_DECLARE(apr_bucket *) apr_bucket_transient_make(apr_bucket *b,
01395 const char *buf,
01396 apr_size_t nbyte);
01397
@@ -1434,7 +1434,7 @@
01409
01410
01411
-01412 APU_DECLARE(apr_bucket *) apr_bucket_heap_create(const char *buf,
+01412 APR_DECLARE(apr_bucket *) apr_bucket_heap_create(const char *buf,
01413 apr_size_t nbyte,
01414 void (*free_func)(void *data),
01415 apr_bucket_alloc_t *list);
@@ -1447,7 +1447,7 @@
01422
01423
01424
-01425 APU_DECLARE(apr_bucket *) apr_bucket_heap_make(apr_bucket *b, const char *buf,
+01425 APR_DECLARE(apr_bucket *) apr_bucket_heap_make(apr_bucket *b, const char *buf,
01426 apr_size_t nbyte,
01427 void (*free_func)(void *data));
01428
@@ -1460,7 +1460,7 @@
01435
01436
01437
-01438 APU_DECLARE(apr_bucket *) apr_bucket_pool_create(const char *buf,
+01438 APR_DECLARE(apr_bucket *) apr_bucket_pool_create(const char *buf,
01439 apr_size_t length,
01440 apr_pool_t *pool,
01441 apr_bucket_alloc_t *list);
@@ -1473,7 +1473,7 @@
01448
01449
01450
-01451 APU_DECLARE(apr_bucket *) apr_bucket_pool_make(apr_bucket *b, const char *buf,
+01451 APR_DECLARE(apr_bucket *) apr_bucket_pool_make(apr_bucket *b, const char *buf,
01452 apr_size_t length,
01453 apr_pool_t *pool);
01454
@@ -1487,7 +1487,7 @@
01462
01463
01464
-01465 APU_DECLARE(apr_bucket *) apr_bucket_mmap_create(apr_mmap_t *mm,
+01465 APR_DECLARE(apr_bucket *) apr_bucket_mmap_create(apr_mmap_t *mm,
01466 apr_off_t start,
01467 apr_size_t length,
01468 apr_bucket_alloc_t *list);
@@ -1501,7 +1501,7 @@
01476
01477
01478
-01479 APU_DECLARE(apr_bucket *) apr_bucket_mmap_make(apr_bucket *b, apr_mmap_t *mm,
+01479 APR_DECLARE(apr_bucket *) apr_bucket_mmap_make(apr_bucket *b, apr_mmap_t *mm,
01480 apr_off_t start,
01481 apr_size_t length);
01482 #endif
@@ -1512,7 +1512,7 @@
01487
01488
01489
-01490 APU_DECLARE(apr_bucket *) apr_bucket_socket_create(apr_socket_t *thissock,
+01490 APR_DECLARE(apr_bucket *) apr_bucket_socket_create(apr_socket_t *thissock,
01491 apr_bucket_alloc_t *list);
01492
01493
@@ -1520,7 +1520,7 @@
01495
01496
01497
-01498 APU_DECLARE(apr_bucket *) apr_bucket_socket_make(apr_bucket *b,
+01498 APR_DECLARE(apr_bucket *) apr_bucket_socket_make(apr_bucket *b,
01499 apr_socket_t *thissock);
01500
01501
@@ -1529,7 +1529,7 @@
01504
01505
01506
-01507 APU_DECLARE(apr_bucket *) apr_bucket_pipe_create(apr_file_t *thispipe,
+01507 APR_DECLARE(apr_bucket *) apr_bucket_pipe_create(apr_file_t *thispipe,
01508 apr_bucket_alloc_t *list);
01509
01510
@@ -1538,7 +1538,7 @@
01513
01514
01515
-01516 APU_DECLARE(apr_bucket *) apr_bucket_pipe_make(apr_bucket *b,
+01516 APR_DECLARE(apr_bucket *) apr_bucket_pipe_make(apr_bucket *b,
01517 apr_file_t *thispipe);
01518
01519
@@ -1557,7 +1557,7 @@
01532
01533
01534
-01535 APU_DECLARE(apr_bucket *) apr_bucket_file_create(apr_file_t *fd,
+01535 APR_DECLARE(apr_bucket *) apr_bucket_file_create(apr_file_t *fd,
01536 apr_off_t offset,
01537 apr_size_t len,
01538 apr_pool_t *p,
@@ -1573,7 +1573,7 @@
01548
01549
01550
-01551 APU_DECLARE(apr_bucket *) apr_bucket_file_make(apr_bucket *b, apr_file_t *fd,
+01551 APR_DECLARE(apr_bucket *) apr_bucket_file_make(apr_bucket *b, apr_file_t *fd,
01552 apr_off_t offset,
01553 apr_size_t len, apr_pool_t *p);
01554
@@ -1583,7 +1583,7 @@
01558
01559
01560
-01561 APU_DECLARE(apr_status_t) apr_bucket_file_enable_mmap(apr_bucket *b,
+01561 APR_DECLARE(apr_status_t) apr_bucket_file_enable_mmap(apr_bucket *b,
01562 int enabled);
01563
01564
@@ -1593,7 +1593,7 @@
01568
[... 8 lines stripped ...]