~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy

« back to all changes in this revision

Viewing changes to xs/tables/current/ModPerl/FunctionTable.pm

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2005-08-12 01:40:38 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050812014038-gjigefs55pqx4qc8
Tags: 2.0.1-3
Grr.  Really include perl.conf file; it got lost due to diff not
wanting to add an empty file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4
4
# ! WARNING: generated by ModPerl::ParseSource/0.01
5
 
# !          Thu May 13 22:34:11 2004
 
5
# !          Mon May 23 14:15:47 2005
6
6
# !          do NOT edit, any changes will be lost !
7
7
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8
8
 
18
18
    ]
19
19
  },
20
20
  {
 
21
    'return_type' => 'SV *',
 
22
    'name' => 'modperl_apr_array_header2avrv',
 
23
    'args' => [
 
24
      {
 
25
        'type' => 'PerlInterpreter *',
 
26
        'name' => 'my_perl'
 
27
      },
 
28
      {
 
29
        'type' => 'apr_array_header_t *',
 
30
        'name' => 'array'
 
31
      }
 
32
    ]
 
33
  },
 
34
  {
21
35
    'return_type' => 'int',
22
36
    'name' => 'modperl_authen_handler',
23
37
    'args' => [
38
52
    ]
39
53
  },
40
54
  {
 
55
    'return_type' => 'apr_array_header_t *',
 
56
    'name' => 'modperl_avrv2apr_array_header',
 
57
    'args' => [
 
58
      {
 
59
        'type' => 'PerlInterpreter *',
 
60
        'name' => 'my_perl'
 
61
      },
 
62
      {
 
63
        'type' => 'apr_pool_t *',
 
64
        'name' => 'p'
 
65
      },
 
66
      {
 
67
        'type' => 'SV *',
 
68
        'name' => 'avrv'
 
69
      }
 
70
    ]
 
71
  },
 
72
  {
41
73
    'return_type' => 'void',
42
74
    'name' => 'modperl_brigade_dump',
43
75
    'args' => [
46
78
        'name' => 'bb'
47
79
      },
48
80
      {
49
 
        'type' => 'FILE *',
50
 
        'name' => 'fp'
51
 
      }
52
 
    ]
53
 
  },
54
 
  {
55
 
    'return_type' => 'apr_status_t',
56
 
    'name' => 'modperl_bucket_read',
57
 
    'attr' => [
58
 
      'static',
59
 
      '__inline__'
60
 
    ],
61
 
    'args' => [
62
 
      {
63
 
        'type' => 'apr_bucket *',
64
 
        'name' => 'bucket'
65
 
      },
66
 
      {
67
 
        'type' => 'const char **',
68
 
        'name' => 'str'
69
 
      },
70
 
      {
71
 
        'type' => 'apr_size_t *',
72
 
        'name' => 'len'
73
 
      },
74
 
      {
75
 
        'type' => 'apr_read_type_e',
76
 
        'name' => 'block'
 
81
        'type' => 'apr_file_t *',
 
82
        'name' => 'file'
77
83
      }
78
84
    ]
79
85
  },
86
92
        'name' => 'my_perl'
87
93
      },
88
94
      {
 
95
        'type' => 'apr_bucket_alloc_t *',
 
96
        'name' => 'list'
 
97
      },
 
98
      {
89
99
        'type' => 'SV *',
90
100
        'name' => 'sv'
91
101
      },
92
102
      {
93
 
        'type' => 'int',
 
103
        'type' => 'apr_off_t',
94
104
        'name' => 'offset'
95
105
      },
96
106
      {
97
 
        'type' => 'int',
 
107
        'type' => 'apr_size_t',
98
108
        'name' => 'len'
99
109
      }
100
110
    ]
353
363
    ]
354
364
  },
355
365
  {
356
 
    'return_type' => 'void',
357
 
    'name' => 'modperl_clear_symtab',
358
 
    'args' => [
359
 
      {
360
 
        'type' => 'PerlInterpreter *',
361
 
        'name' => 'my_perl'
362
 
      },
363
 
      {
364
 
        'type' => 'HV *',
365
 
        'name' => 'symtab'
366
 
      }
367
 
    ]
368
 
  },
369
 
  {
370
366
    'return_type' => 'const char *',
371
367
    'name' => 'modperl_cmd_END',
372
368
    'args' => [
516
512
  },
517
513
  {
518
514
    'return_type' => 'const char *',
 
515
    'name' => 'modperl_cmd_config_requires',
 
516
    'args' => [
 
517
      {
 
518
        'type' => 'cmd_parms *',
 
519
        'name' => 'parms'
 
520
      },
 
521
      {
 
522
        'type' => 'void *',
 
523
        'name' => 'mconfig'
 
524
      },
 
525
      {
 
526
        'type' => 'const char *',
 
527
        'name' => 'arg'
 
528
      }
 
529
    ]
 
530
  },
 
531
  {
 
532
    'return_type' => 'const char *',
519
533
    'name' => 'modperl_cmd_fixup_handlers',
520
534
    'args' => [
521
535
      {
930
944
  },
931
945
  {
932
946
    'return_type' => 'const char *',
 
947
    'name' => 'modperl_cmd_post_config_requires',
 
948
    'args' => [
 
949
      {
 
950
        'type' => 'cmd_parms *',
 
951
        'name' => 'parms'
 
952
      },
 
953
      {
 
954
        'type' => 'void *',
 
955
        'name' => 'mconfig'
 
956
      },
 
957
      {
 
958
        'type' => 'const char *',
 
959
        'name' => 'arg'
 
960
      }
 
961
    ]
 
962
  },
 
963
  {
 
964
    'return_type' => 'const char *',
933
965
    'name' => 'modperl_cmd_post_read_request_handlers',
934
966
    'args' => [
935
967
      {
1207
1239
    ]
1208
1240
  },
1209
1241
  {
1210
 
    'return_type' => 'char *',
1211
 
    'name' => 'modperl_coderef2text',
1212
 
    'args' => [
1213
 
      {
1214
 
        'type' => 'PerlInterpreter *',
1215
 
        'name' => 'my_perl'
1216
 
      },
1217
 
      {
1218
 
        'type' => 'apr_pool_t *',
1219
 
        'name' => 'p'
1220
 
      },
1221
 
      {
1222
 
        'type' => 'CV *',
1223
 
        'name' => 'cv'
1224
 
      }
1225
 
    ]
1226
 
  },
1227
 
  {
1228
1242
    'return_type' => 'int',
1229
1243
    'name' => 'modperl_config_apply_PerlModule',
1230
1244
    'args' => [
1248
1262
  },
1249
1263
  {
1250
1264
    'return_type' => 'int',
 
1265
    'name' => 'modperl_config_apply_PerlPostConfigRequire',
 
1266
    'args' => [
 
1267
      {
 
1268
        'type' => 'server_rec *',
 
1269
        'name' => 's'
 
1270
      },
 
1271
      {
 
1272
        'type' => 'modperl_config_srv_t *',
 
1273
        'name' => 'scfg'
 
1274
      },
 
1275
      {
 
1276
        'type' => 'apr_pool_t *',
 
1277
        'name' => 'p'
 
1278
      }
 
1279
    ]
 
1280
  },
 
1281
  {
 
1282
    'return_type' => 'int',
1251
1283
    'name' => 'modperl_config_apply_PerlRequire',
1252
1284
    'args' => [
1253
1285
      {
1350
1382
  },
1351
1383
  {
1352
1384
    'return_type' => 'const char *',
 
1385
    'name' => 'modperl_config_insert_parms',
 
1386
    'args' => [
 
1387
      {
 
1388
        'type' => 'PerlInterpreter *',
 
1389
        'name' => 'my_perl'
 
1390
      },
 
1391
      {
 
1392
        'type' => 'cmd_parms *',
 
1393
        'name' => 'parms'
 
1394
      },
 
1395
      {
 
1396
        'type' => 'SV *',
 
1397
        'name' => 'lines'
 
1398
      }
 
1399
    ]
 
1400
  },
 
1401
  {
 
1402
    'return_type' => 'const char *',
1353
1403
    'name' => 'modperl_config_insert_request',
1354
1404
    'args' => [
1355
1405
      {
1365
1415
        'name' => 'lines'
1366
1416
      },
1367
1417
      {
1368
 
        'type' => 'char *',
1369
 
        'name' => 'path'
1370
 
      },
1371
 
      {
1372
1418
        'type' => 'int',
1373
1419
        'name' => 'override'
1374
1420
      }
1528
1574
  },
1529
1575
  {
1530
1576
    'return_type' => 'const char **',
1531
 
    'name' => 'modperl_constants_group_lookup_apache',
 
1577
    'name' => 'modperl_constants_group_lookup_apache2_const',
1532
1578
    'args' => [
1533
1579
      {
1534
1580
        'type' => 'const char *',
1538
1584
  },
1539
1585
  {
1540
1586
    'return_type' => 'const char **',
1541
 
    'name' => 'modperl_constants_group_lookup_apr',
 
1587
    'name' => 'modperl_constants_group_lookup_apr_const',
1542
1588
    'args' => [
1543
1589
      {
1544
1590
        'type' => 'const char *',
1558
1604
  },
1559
1605
  {
1560
1606
    'return_type' => 'SV *',
1561
 
    'name' => 'modperl_constants_lookup_apache',
 
1607
    'name' => 'modperl_constants_lookup_apache2_const',
1562
1608
    'args' => [
1563
1609
      {
1564
1610
        'type' => 'PerlInterpreter *',
1572
1618
  },
1573
1619
  {
1574
1620
    'return_type' => 'SV *',
1575
 
    'name' => 'modperl_constants_lookup_apr',
 
1621
    'name' => 'modperl_constants_lookup_apr_const',
1576
1622
    'args' => [
1577
1623
      {
1578
1624
        'type' => 'PerlInterpreter *',
1728
1774
  },
1729
1775
  {
1730
1776
    'return_type' => 'void',
 
1777
    'name' => 'modperl_env_hv_store',
 
1778
    'args' => [
 
1779
      {
 
1780
        'type' => 'PerlInterpreter *',
 
1781
        'name' => 'my_perl'
 
1782
      },
 
1783
      {
 
1784
        'type' => 'const char *',
 
1785
        'name' => 'key'
 
1786
      },
 
1787
      {
 
1788
        'type' => 'const char *',
 
1789
        'name' => 'val'
 
1790
      }
 
1791
    ]
 
1792
  },
 
1793
  {
 
1794
    'return_type' => 'void',
1731
1795
    'name' => 'modperl_env_init',
1732
1796
    'args' => []
1733
1797
  },
1789
1853
  },
1790
1854
  {
1791
1855
    'return_type' => 'void',
 
1856
    'name' => 'modperl_env_sync_dir_env_hash2table',
 
1857
    'args' => [
 
1858
      {
 
1859
        'type' => 'PerlInterpreter *',
 
1860
        'name' => 'my_perl'
 
1861
      },
 
1862
      {
 
1863
        'type' => 'apr_pool_t *',
 
1864
        'name' => 'p'
 
1865
      },
 
1866
      {
 
1867
        'type' => 'modperl_config_dir_t *',
 
1868
        'name' => 'dcfg'
 
1869
      }
 
1870
    ]
 
1871
  },
 
1872
  {
 
1873
    'return_type' => 'void',
 
1874
    'name' => 'modperl_env_sync_srv_env_hash2table',
 
1875
    'args' => [
 
1876
      {
 
1877
        'type' => 'PerlInterpreter *',
 
1878
        'name' => 'my_perl'
 
1879
      },
 
1880
      {
 
1881
        'type' => 'apr_pool_t *',
 
1882
        'name' => 'p'
 
1883
      },
 
1884
      {
 
1885
        'type' => 'modperl_config_srv_t *',
 
1886
        'name' => 'scfg'
 
1887
      }
 
1888
    ]
 
1889
  },
 
1890
  {
 
1891
    'return_type' => 'void',
1792
1892
    'name' => 'modperl_env_unload',
1793
1893
    'args' => []
1794
1894
  },
1829
1929
    ]
1830
1930
  },
1831
1931
  {
 
1932
    'return_type' => 'void',
 
1933
    'name' => 'modperl_errsv_prepend',
 
1934
    'args' => [
 
1935
      {
 
1936
        'type' => 'PerlInterpreter *',
 
1937
        'name' => 'my_perl'
 
1938
      },
 
1939
      {
 
1940
        'type' => 'const char *',
 
1941
        'name' => 'pat'
 
1942
      },
 
1943
      {
 
1944
        'type' => '...',
 
1945
        'name' => 'arg2'
 
1946
      }
 
1947
    ]
 
1948
  },
 
1949
  {
1832
1950
    'return_type' => 'char *',
1833
1951
    'name' => 'modperl_file2package',
1834
1952
    'args' => [
2001
2119
    ]
2002
2120
  },
2003
2121
  {
 
2122
    'return_type' => 'void',
 
2123
    'name' => 'modperl_global_anon_cnt_init',
 
2124
    'args' => [
 
2125
      {
 
2126
        'type' => 'apr_pool_t *',
 
2127
        'name' => 'p'
 
2128
      }
 
2129
    ]
 
2130
  },
 
2131
  {
 
2132
    'return_type' => 'int',
 
2133
    'name' => 'modperl_global_anon_cnt_next',
 
2134
    'args' => []
 
2135
  },
 
2136
  {
2004
2137
    'return_type' => 'void *',
2005
2138
    'name' => 'modperl_global_get',
2006
2139
    'args' => [
2021
2154
    'args' => []
2022
2155
  },
2023
2156
  {
2024
 
    'return_type' => 'int',
2025
 
    'name' => 'modperl_global_get_threaded_mpm',
2026
 
    'args' => []
2027
 
  },
2028
 
  {
2029
2157
    'return_type' => 'void',
2030
2158
    'name' => 'modperl_global_init',
2031
2159
    'args' => [
2077
2205
  },
2078
2206
  {
2079
2207
    'return_type' => 'void',
2080
 
    'name' => 'modperl_global_init_threaded_mpm',
2081
 
    'args' => [
2082
 
      {
2083
 
        'type' => 'apr_pool_t *',
2084
 
        'name' => 'p'
2085
 
      },
2086
 
      {
2087
 
        'type' => 'int',
2088
 
        'name' => 'threaded_mpm'
2089
 
      }
2090
 
    ]
2091
 
  },
2092
 
  {
2093
 
    'return_type' => 'void',
2094
2208
    'name' => 'modperl_global_lock',
2095
2209
    'args' => [
2096
2210
      {
2110
2224
    'args' => []
2111
2225
  },
2112
2226
  {
2113
 
    'return_type' => 'void',
2114
 
    'name' => 'modperl_global_lock_threaded_mpm',
2115
 
    'args' => []
2116
 
  },
2117
 
  {
2118
2227
    'return_type' => 'request_rec *',
2119
2228
    'name' => 'modperl_global_request',
2120
2229
    'args' => [
2198
2307
  },
2199
2308
  {
2200
2309
    'return_type' => 'void',
2201
 
    'name' => 'modperl_global_set_threaded_mpm',
2202
 
    'args' => [
2203
 
      {
2204
 
        'type' => 'void *',
2205
 
        'name' => 'arg0'
2206
 
      }
2207
 
    ]
2208
 
  },
2209
 
  {
2210
 
    'return_type' => 'void',
2211
2310
    'name' => 'modperl_global_unlock',
2212
2311
    'args' => [
2213
2312
      {
2228
2327
  },
2229
2328
  {
2230
2329
    'return_type' => 'void',
2231
 
    'name' => 'modperl_global_unlock_threaded_mpm',
2232
 
    'args' => []
 
2330
    'name' => 'modperl_handler_anon_add',
 
2331
    'attr' => [
 
2332
      '__inline__'
 
2333
    ],
 
2334
    'args' => [
 
2335
      {
 
2336
        'type' => 'PerlInterpreter *',
 
2337
        'name' => 'my_perl'
 
2338
      },
 
2339
      {
 
2340
        'type' => 'modperl_mgv_t *',
 
2341
        'name' => 'anon'
 
2342
      },
 
2343
      {
 
2344
        'type' => 'CV *',
 
2345
        'name' => 'cv'
 
2346
      }
 
2347
    ]
 
2348
  },
 
2349
  {
 
2350
    'return_type' => 'CV *',
 
2351
    'name' => 'modperl_handler_anon_get',
 
2352
    'attr' => [
 
2353
      '__inline__'
 
2354
    ],
 
2355
    'args' => [
 
2356
      {
 
2357
        'type' => 'PerlInterpreter *',
 
2358
        'name' => 'my_perl'
 
2359
      },
 
2360
      {
 
2361
        'type' => 'modperl_mgv_t *',
 
2362
        'name' => 'anon'
 
2363
      }
 
2364
    ]
 
2365
  },
 
2366
  {
 
2367
    'return_type' => 'void',
 
2368
    'name' => 'modperl_handler_anon_init',
 
2369
    'args' => [
 
2370
      {
 
2371
        'type' => 'PerlInterpreter *',
 
2372
        'name' => 'my_perl'
 
2373
      },
 
2374
      {
 
2375
        'type' => 'apr_pool_t *',
 
2376
        'name' => 'p'
 
2377
      }
 
2378
    ]
 
2379
  },
 
2380
  {
 
2381
    'return_type' => 'modperl_mgv_t *',
 
2382
    'name' => 'modperl_handler_anon_next',
 
2383
    'attr' => [
 
2384
      '__inline__'
 
2385
    ],
 
2386
    'args' => [
 
2387
      {
 
2388
        'type' => 'PerlInterpreter *',
 
2389
        'name' => 'my_perl'
 
2390
      },
 
2391
      {
 
2392
        'type' => 'apr_pool_t *',
 
2393
        'name' => 'p'
 
2394
      }
 
2395
    ]
2233
2396
  },
2234
2397
  {
2235
2398
    'return_type' => 'MpAV *',
2649
2812
    ]
2650
2813
  },
2651
2814
  {
 
2815
    'return_type' => 'SV *',
 
2816
    'name' => 'modperl_hash_tied_object_rv',
 
2817
    'attr' => [
 
2818
      '__inline__'
 
2819
    ],
 
2820
    'args' => [
 
2821
      {
 
2822
        'type' => 'PerlInterpreter *',
 
2823
        'name' => 'my_perl'
 
2824
      },
 
2825
      {
 
2826
        'type' => 'const char *',
 
2827
        'name' => 'classname'
 
2828
      },
 
2829
      {
 
2830
        'type' => 'SV *',
 
2831
        'name' => 'tsv'
 
2832
      }
 
2833
    ]
 
2834
  },
 
2835
  {
2652
2836
    'return_type' => 'int',
2653
2837
    'name' => 'modperl_header_parser_handler',
2654
2838
    'args' => [
3594
3778
      {
3595
3779
        'type' => 'const char *',
3596
3780
        'name' => 'name'
 
3781
      },
 
3782
      {
 
3783
        'type' => 'SV *',
 
3784
        'name' => 'mod_cmds'
3597
3785
      }
3598
3786
    ]
3599
3787
  },
3839
4027
  },
3840
4028
  {
3841
4029
    'return_type' => 'void',
 
4030
    'name' => 'modperl_package_unload',
 
4031
    'args' => [
 
4032
      {
 
4033
        'type' => 'PerlInterpreter *',
 
4034
        'name' => 'my_perl'
 
4035
      },
 
4036
      {
 
4037
        'type' => 'const char *',
 
4038
        'name' => 'package'
 
4039
      }
 
4040
    ]
 
4041
  },
 
4042
  {
 
4043
    'return_type' => 'void',
3842
4044
    'name' => 'modperl_perl_av_push_elts_ref',
3843
4045
    'attr' => [
3844
4046
      '__inline__'
4222
4424
  },
4223
4425
  {
4224
4426
    'return_type' => 'int',
 
4427
    'name' => 'modperl_post_post_config_phase',
 
4428
    'args' => []
 
4429
  },
 
4430
  {
 
4431
    'return_type' => 'int',
4225
4432
    'name' => 'modperl_post_read_request_handler',
4226
4433
    'args' => [
4227
4434
      {
4393
4600
  },
4394
4601
  {
4395
4602
    'return_type' => 'int',
 
4603
    'name' => 'modperl_restart_count',
 
4604
    'args' => []
 
4605
  },
 
4606
  {
 
4607
    'return_type' => 'void',
 
4608
    'name' => 'modperl_restart_count_inc',
 
4609
    'args' => [
 
4610
      {
 
4611
        'type' => 'server_rec *',
 
4612
        'name' => 'base_server'
 
4613
      }
 
4614
    ]
 
4615
  },
 
4616
  {
 
4617
    'return_type' => 'int',
4396
4618
    'name' => 'modperl_run',
4397
4619
    'args' => []
4398
4620
  },
4426
4648
    'args' => []
4427
4649
  },
4428
4650
  {
4429
 
    'return_type' => 'SV *',
4430
 
    'name' => 'modperl_server_root_relative',
4431
 
    'args' => [
4432
 
      {
4433
 
        'type' => 'PerlInterpreter *',
4434
 
        'name' => 'my_perl'
4435
 
      },
4436
 
      {
4437
 
        'type' => 'SV *',
4438
 
        'name' => 'sv'
4439
 
      },
4440
 
      {
4441
 
        'type' => 'const char *',
4442
 
        'name' => 'fname'
4443
 
      }
4444
 
    ]
 
4651
    'return_type' => 'apr_pool_t *',
 
4652
    'name' => 'modperl_server_user_pool',
 
4653
    'args' => []
4445
4654
  },
4446
4655
  {
4447
4656
    'return_type' => 'void',
4763
4972
    ]
4764
4973
  },
4765
4974
  {
 
4975
    'return_type' => 'int',
 
4976
    'name' => 'modperl_threaded_mpm',
 
4977
    'args' => []
 
4978
  },
 
4979
  {
 
4980
    'return_type' => 'int',
 
4981
    'name' => 'modperl_threads_started',
 
4982
    'args' => []
 
4983
  },
 
4984
  {
4766
4985
    'return_type' => 'void',
4767
4986
    'name' => 'modperl_tipool_add',
4768
4987
    'args' => [
5005
5224
    'name' => 'modperl_trace_level_set',
5006
5225
    'args' => [
5007
5226
      {
5008
 
        'type' => 'server_rec *',
5009
 
        'name' => 's'
 
5227
        'type' => 'apr_file_t *',
 
5228
        'name' => 'logfile'
5010
5229
      },
5011
5230
      {
5012
5231
        'type' => 'const char *',
5178
5397
  },
5179
5398
  {
5180
5399
    'return_type' => 'void',
 
5400
    'name' => 'mpxs_APR__Brigade_cleanup',
 
5401
    'args' => [
 
5402
      {
 
5403
        'type' => 'apr_bucket_brigade *',
 
5404
        'name' => 'brigade'
 
5405
      }
 
5406
    ]
 
5407
  },
 
5408
  {
 
5409
    'return_type' => 'void',
5181
5410
    'name' => 'mpxs_APR__Brigade_concat',
5182
5411
    'args' => [
5183
5412
      {
5191
5420
    ]
5192
5421
  },
5193
5422
  {
5194
 
    'return_type' => 'int',
5195
 
    'name' => 'mpxs_APR__Brigade_empty',
 
5423
    'return_type' => 'void',
 
5424
    'name' => 'mpxs_APR__Brigade_destroy',
5196
5425
    'args' => [
5197
5426
      {
 
5427
        'type' => 'PerlInterpreter *',
 
5428
        'name' => 'my_perl'
 
5429
      },
 
5430
      {
5198
5431
        'type' => 'apr_bucket_brigade *',
5199
 
        'name' => 'brigade'
 
5432
        'name' => 'bb'
5200
5433
      }
5201
5434
    ]
5202
5435
  },
5211
5444
    ]
5212
5445
  },
5213
5446
  {
5214
 
    'return_type' => 'SV *',
 
5447
    'return_type' => 'apr_size_t',
5215
5448
    'name' => 'mpxs_APR__Brigade_flatten',
5216
5449
    'args' => [
5217
5450
      {
5261
5494
    ]
5262
5495
  },
5263
5496
  {
 
5497
    'return_type' => 'int',
 
5498
    'name' => 'mpxs_APR__Brigade_is_empty',
 
5499
    'args' => [
 
5500
      {
 
5501
        'type' => 'apr_bucket_brigade *',
 
5502
        'name' => 'brigade'
 
5503
      }
 
5504
    ]
 
5505
  },
 
5506
  {
5264
5507
    'return_type' => 'apr_bucket *',
5265
5508
    'name' => 'mpxs_APR__Brigade_last',
5266
5509
    'args' => [
5327
5570
    ]
5328
5571
  },
5329
5572
  {
 
5573
    'return_type' => 'SV *',
 
5574
    'name' => 'mpxs_APR__BucketAlloc_new',
 
5575
    'args' => [
 
5576
      {
 
5577
        'type' => 'PerlInterpreter *',
 
5578
        'name' => 'my_perl'
 
5579
      },
 
5580
      {
 
5581
        'type' => 'SV *',
 
5582
        'name' => 'CLASS'
 
5583
      },
 
5584
      {
 
5585
        'type' => 'SV *',
 
5586
        'name' => 'p_sv'
 
5587
      }
 
5588
    ]
 
5589
  },
 
5590
  {
5330
5591
    'return_type' => 'void',
5331
5592
    'name' => 'mpxs_APR__Bucket_insert_after',
5332
5593
    'attr' => [
5406
5667
        'name' => 'classname'
5407
5668
      },
5408
5669
      {
 
5670
        'type' => 'apr_bucket_alloc_t *',
 
5671
        'name' => 'list'
 
5672
      },
 
5673
      {
5409
5674
        'type' => 'SV *',
5410
5675
        'name' => 'sv'
5411
5676
      },
5412
5677
      {
5413
 
        'type' => 'int',
 
5678
        'type' => 'apr_off_t',
5414
5679
        'name' => 'offset'
5415
5680
      },
5416
5681
      {
5417
 
        'type' => 'int',
 
5682
        'type' => 'apr_size_t',
5418
5683
        'name' => 'len'
5419
5684
      }
5420
5685
    ]
5421
5686
  },
5422
5687
  {
 
5688
    'return_type' => 'apr_size_t',
 
5689
    'name' => 'mpxs_APR__Bucket_read',
 
5690
    'args' => [
 
5691
      {
 
5692
        'type' => 'PerlInterpreter *',
 
5693
        'name' => 'my_perl'
 
5694
      },
 
5695
      {
 
5696
        'type' => 'apr_bucket *',
 
5697
        'name' => 'bucket'
 
5698
      },
 
5699
      {
 
5700
        'type' => 'SV *',
 
5701
        'name' => 'buffer'
 
5702
      },
 
5703
      {
 
5704
        'type' => 'apr_read_type_e',
 
5705
        'name' => 'block'
 
5706
      }
 
5707
    ]
 
5708
  },
 
5709
  {
5423
5710
    'return_type' => 'void',
5424
5711
    'name' => 'mpxs_APR__Bucket_remove',
5425
5712
    'attr' => [
5434
5721
    ]
5435
5722
  },
5436
5723
  {
 
5724
    'return_type' => 'apr_status_t',
 
5725
    'name' => 'mpxs_APR__Bucket_setaside',
 
5726
    'args' => [
 
5727
      {
 
5728
        'type' => 'PerlInterpreter *',
 
5729
        'name' => 'my_perl'
 
5730
      },
 
5731
      {
 
5732
        'type' => 'SV *',
 
5733
        'name' => 'b_sv'
 
5734
      },
 
5735
      {
 
5736
        'type' => 'SV *',
 
5737
        'name' => 'p_sv'
 
5738
      }
 
5739
    ]
 
5740
  },
 
5741
  {
 
5742
    'return_type' => 'SV *',
 
5743
    'name' => 'mpxs_APR__Finfo_stat',
 
5744
    'args' => [
 
5745
      {
 
5746
        'type' => 'PerlInterpreter *',
 
5747
        'name' => 'my_perl'
 
5748
      },
 
5749
      {
 
5750
        'type' => 'const char *',
 
5751
        'name' => 'fname'
 
5752
      },
 
5753
      {
 
5754
        'type' => 'apr_int32_t',
 
5755
        'name' => 'wanted'
 
5756
      },
 
5757
      {
 
5758
        'type' => 'SV *',
 
5759
        'name' => 'p_sv'
 
5760
      }
 
5761
    ]
 
5762
  },
 
5763
  {
 
5764
    'return_type' => 'U32',
 
5765
    'name' => 'mpxs_APR__OS_current_thread_id',
 
5766
    'attr' => [
 
5767
      'static',
 
5768
      '__inline__'
 
5769
    ],
 
5770
    'args' => [
 
5771
      {
 
5772
        'type' => 'PerlInterpreter *',
 
5773
        'name' => 'my_perl'
 
5774
      }
 
5775
    ]
 
5776
  },
 
5777
  {
5437
5778
    'return_type' => 'void',
5438
5779
    'name' => 'mpxs_APR__Pool_clear',
5439
5780
    'attr' => [
5492
5833
    ]
5493
5834
  },
5494
5835
  {
5495
 
    'return_type' => 'SV *',
 
5836
    'return_type' => 'apr_status_t',
 
5837
    'name' => 'mpxs_APR__Socket_poll',
 
5838
    'args' => [
 
5839
      {
 
5840
        'type' => 'apr_socket_t *',
 
5841
        'name' => 'socket'
 
5842
      },
 
5843
      {
 
5844
        'type' => 'apr_pool_t *',
 
5845
        'name' => 'pool'
 
5846
      },
 
5847
      {
 
5848
        'type' => 'apr_interval_time_t',
 
5849
        'name' => 'timeout'
 
5850
      },
 
5851
      {
 
5852
        'type' => 'apr_int16_t',
 
5853
        'name' => 'reqevents'
 
5854
      }
 
5855
    ]
 
5856
  },
 
5857
  {
 
5858
    'return_type' => 'apr_size_t',
5496
5859
    'name' => 'mpxs_APR__Socket_recv',
5497
5860
    'args' => [
5498
5861
      {
5504
5867
        'name' => 'socket'
5505
5868
      },
5506
5869
      {
5507
 
        'type' => 'int',
 
5870
        'type' => 'SV *',
 
5871
        'name' => 'buffer'
 
5872
      },
 
5873
      {
 
5874
        'type' => 'apr_size_t',
5508
5875
        'name' => 'len'
5509
5876
      }
5510
5877
    ]
5561
5928
  },
5562
5929
  {
5563
5930
    'return_type' => 'const char *',
5564
 
    'name' => 'mpxs_APR__Table_FIRSTKEY',
 
5931
    'name' => 'mpxs_APR__Table_FETCH',
5565
5932
    'attr' => [
5566
5933
      'static',
5567
5934
      '__inline__'
5574
5941
      {
5575
5942
        'type' => 'SV *',
5576
5943
        'name' => 'tsv'
 
5944
      },
 
5945
      {
 
5946
        'type' => 'const char *',
 
5947
        'name' => 'key'
5577
5948
      }
5578
5949
    ]
5579
5950
  },
5600
5971
    ]
5601
5972
  },
5602
5973
  {
 
5974
    'return_type' => 'SV *',
 
5975
    'name' => 'mpxs_APR__Table_copy',
 
5976
    'attr' => [
 
5977
      'static',
 
5978
      '__inline__'
 
5979
    ],
 
5980
    'args' => [
 
5981
      {
 
5982
        'type' => 'PerlInterpreter *',
 
5983
        'name' => 'my_perl'
 
5984
      },
 
5985
      {
 
5986
        'type' => 'apr_table_t *',
 
5987
        'name' => 'base'
 
5988
      },
 
5989
      {
 
5990
        'type' => 'SV *',
 
5991
        'name' => 'p_sv'
 
5992
      }
 
5993
    ]
 
5994
  },
 
5995
  {
 
5996
    'return_type' => 'SV *',
 
5997
    'name' => 'mpxs_APR__Table_make',
 
5998
    'attr' => [
 
5999
      'static',
 
6000
      '__inline__'
 
6001
    ],
 
6002
    'args' => [
 
6003
      {
 
6004
        'type' => 'PerlInterpreter *',
 
6005
        'name' => 'my_perl'
 
6006
      },
 
6007
      {
 
6008
        'type' => 'SV *',
 
6009
        'name' => 'p_sv'
 
6010
      },
 
6011
      {
 
6012
        'type' => 'int',
 
6013
        'name' => 'nelts'
 
6014
      }
 
6015
    ]
 
6016
  },
 
6017
  {
 
6018
    'return_type' => 'SV *',
 
6019
    'name' => 'mpxs_APR__Table_overlay',
 
6020
    'attr' => [
 
6021
      'static',
 
6022
      '__inline__'
 
6023
    ],
 
6024
    'args' => [
 
6025
      {
 
6026
        'type' => 'PerlInterpreter *',
 
6027
        'name' => 'my_perl'
 
6028
      },
 
6029
      {
 
6030
        'type' => 'apr_table_t *',
 
6031
        'name' => 'base'
 
6032
      },
 
6033
      {
 
6034
        'type' => 'apr_table_t *',
 
6035
        'name' => 'overlay'
 
6036
      },
 
6037
      {
 
6038
        'type' => 'SV *',
 
6039
        'name' => 'p_sv'
 
6040
      }
 
6041
    ]
 
6042
  },
 
6043
  {
5603
6044
    'return_type' => 'char *',
5604
6045
    'name' => 'mpxs_APR__URI_port',
5605
6046
    'args' => [
5619
6060
  },
5620
6061
  {
5621
6062
    'return_type' => 'SV *',
5622
 
    'name' => 'mpxs_Apache__CmdParms_info',
5623
 
    'args' => [
5624
 
      {
5625
 
        'type' => 'PerlInterpreter *',
5626
 
        'name' => 'my_perl'
5627
 
      },
5628
 
      {
5629
 
        'type' => 'cmd_parms *',
5630
 
        'name' => 'parms'
5631
 
      }
5632
 
    ]
5633
 
  },
5634
 
  {
5635
 
    'return_type' => 'void',
5636
 
    'name' => 'mpxs_Apache__Connection_add_input_filter',
 
6063
    'name' => 'mpxs_APR__URI_rpath',
 
6064
    'args' => [
 
6065
      {
 
6066
        'type' => 'PerlInterpreter *',
 
6067
        'name' => 'my_perl'
 
6068
      },
 
6069
      {
 
6070
        'type' => 'apr_uri_t *',
 
6071
        'name' => 'apr_uri'
 
6072
      }
 
6073
    ]
 
6074
  },
 
6075
  {
 
6076
    'return_type' => 'void',
 
6077
    'name' => 'mpxs_Apache2__CmdParms_add_config',
 
6078
    'args' => [
 
6079
      {
 
6080
        'type' => 'PerlInterpreter *',
 
6081
        'name' => 'my_perl'
 
6082
      },
 
6083
      {
 
6084
        'type' => 'cmd_parms *',
 
6085
        'name' => 'parms'
 
6086
      },
 
6087
      {
 
6088
        'type' => 'SV *',
 
6089
        'name' => 'lines'
 
6090
      }
 
6091
    ]
 
6092
  },
 
6093
  {
 
6094
    'return_type' => 'SV *',
 
6095
    'name' => 'mpxs_Apache2__CmdParms_info',
 
6096
    'args' => [
 
6097
      {
 
6098
        'type' => 'PerlInterpreter *',
 
6099
        'name' => 'my_perl'
 
6100
      },
 
6101
      {
 
6102
        'type' => 'cmd_parms *',
 
6103
        'name' => 'parms'
 
6104
      }
 
6105
    ]
 
6106
  },
 
6107
  {
 
6108
    'return_type' => 'void',
 
6109
    'name' => 'mpxs_Apache2__Connection_add_input_filter',
5637
6110
    'args' => [
5638
6111
      {
5639
6112
        'type' => 'PerlInterpreter *',
5651
6124
  },
5652
6125
  {
5653
6126
    'return_type' => 'void',
5654
 
    'name' => 'mpxs_Apache__Connection_add_output_filter',
 
6127
    'name' => 'mpxs_Apache2__Connection_add_output_filter',
5655
6128
    'args' => [
5656
6129
      {
5657
6130
        'type' => 'PerlInterpreter *',
5669
6142
  },
5670
6143
  {
5671
6144
    'return_type' => 'apr_socket_t *',
5672
 
    'name' => 'mpxs_Apache__Connection_client_socket',
 
6145
    'name' => 'mpxs_Apache2__Connection_client_socket',
5673
6146
    'args' => [
5674
6147
      {
5675
6148
        'type' => 'PerlInterpreter *',
5687
6160
  },
5688
6161
  {
5689
6162
    'return_type' => 'const char *',
5690
 
    'name' => 'mpxs_Apache__Connection_get_remote_host',
 
6163
    'name' => 'mpxs_Apache2__Connection_get_remote_host',
5691
6164
    'args' => [
5692
6165
      {
5693
6166
        'type' => 'PerlInterpreter *',
5709
6182
  },
5710
6183
  {
5711
6184
    'return_type' => 'SV *',
5712
 
    'name' => 'mpxs_Apache__Directive_as_hash',
 
6185
    'name' => 'mpxs_Apache2__Directive_as_hash',
5713
6186
    'attr' => [
5714
6187
      'static',
5715
6188
      '__inline__'
5727
6200
  },
5728
6201
  {
5729
6202
    'return_type' => 'SV *',
5730
 
    'name' => 'mpxs_Apache__Directive_as_string',
 
6203
    'name' => 'mpxs_Apache2__Directive_as_string',
5731
6204
    'attr' => [
5732
6205
      'static',
5733
6206
      '__inline__'
5745
6218
  },
5746
6219
  {
5747
6220
    'return_type' => 'SV *',
5748
 
    'name' => 'mpxs_Apache__Filter_ctx',
 
6221
    'name' => 'mpxs_Apache2__Filter_ctx',
5749
6222
    'attr' => [
5750
6223
      'static',
5751
6224
      '__inline__'
5766
6239
    ]
5767
6240
  },
5768
6241
  {
 
6242
    'return_type' => 'apr_status_t',
 
6243
    'name' => 'mpxs_Apache2__Filter_fflush',
 
6244
    'args' => [
 
6245
      {
 
6246
        'type' => 'PerlInterpreter *',
 
6247
        'name' => 'my_perl'
 
6248
      },
 
6249
      {
 
6250
        'type' => 'ap_filter_t *',
 
6251
        'name' => 'filter'
 
6252
      },
 
6253
      {
 
6254
        'type' => 'apr_bucket_brigade *',
 
6255
        'name' => 'brigade'
 
6256
      }
 
6257
    ]
 
6258
  },
 
6259
  {
 
6260
    'return_type' => 'apr_status_t',
 
6261
    'name' => 'mpxs_Apache2__Filter_get_brigade',
 
6262
    'args' => [
 
6263
      {
 
6264
        'type' => 'PerlInterpreter *',
 
6265
        'name' => 'my_perl'
 
6266
      },
 
6267
      {
 
6268
        'type' => 'ap_filter_t *',
 
6269
        'name' => 'f'
 
6270
      },
 
6271
      {
 
6272
        'type' => 'apr_bucket_brigade *',
 
6273
        'name' => 'bb'
 
6274
      },
 
6275
      {
 
6276
        'type' => 'ap_input_mode_t',
 
6277
        'name' => 'mode'
 
6278
      },
 
6279
      {
 
6280
        'type' => 'apr_read_type_e',
 
6281
        'name' => 'block'
 
6282
      },
 
6283
      {
 
6284
        'type' => 'apr_off_t',
 
6285
        'name' => 'readbytes'
 
6286
      }
 
6287
    ]
 
6288
  },
 
6289
  {
 
6290
    'return_type' => 'apr_status_t',
 
6291
    'name' => 'mpxs_Apache2__Filter_pass_brigade',
 
6292
    'args' => [
 
6293
      {
 
6294
        'type' => 'PerlInterpreter *',
 
6295
        'name' => 'my_perl'
 
6296
      },
 
6297
      {
 
6298
        'type' => 'ap_filter_t *',
 
6299
        'name' => 'f'
 
6300
      },
 
6301
      {
 
6302
        'type' => 'apr_bucket_brigade *',
 
6303
        'name' => 'bb'
 
6304
      }
 
6305
    ]
 
6306
  },
 
6307
  {
5769
6308
    'return_type' => 'apr_size_t',
5770
 
    'name' => 'mpxs_Apache__Filter_print',
 
6309
    'name' => 'mpxs_Apache2__Filter_print',
5771
6310
    'attr' => [
5772
6311
      'static',
5773
6312
      '__inline__'
5774
6313
    ],
5775
6314
    'args' => [
5776
 
      {
 
6315
      {
5777
6316
        'type' => 'PerlInterpreter *',
5778
6317
        'name' => 'my_perl'
5779
6318
      },
5780
 
      {
 
6319
      {
5781
6320
        'type' => 'I32',
5782
6321
        'name' => 'items'
5783
6322
      },
5793
6332
  },
5794
6333
  {
5795
6334
    'return_type' => 'apr_size_t',
5796
 
    'name' => 'mpxs_Apache__Filter_read',
 
6335
    'name' => 'mpxs_Apache2__Filter_read',
5797
6336
    'attr' => [
5798
6337
      'static',
5799
6338
      '__inline__'
5819
6358
  },
5820
6359
  {
5821
6360
    'return_type' => 'void',
5822
 
    'name' => 'mpxs_Apache__Filter_remove',
 
6361
    'name' => 'mpxs_Apache2__Filter_remove',
5823
6362
    'args' => [
5824
6363
      {
5825
6364
        'type' => 'PerlInterpreter *',
5841
6380
  },
5842
6381
  {
5843
6382
    'return_type' => 'SV *',
5844
 
    'name' => 'mpxs_Apache__Filter_seen_eos',
 
6383
    'name' => 'mpxs_Apache2__Filter_seen_eos',
5845
6384
    'attr' => [
5846
6385
      'static',
5847
6386
      '__inline__'
5867
6406
  },
5868
6407
  {
5869
6408
    'return_type' => 'void',
5870
 
    'name' => 'mpxs_Apache__Log_BOOT',
 
6409
    'name' => 'mpxs_Apache2__Log_BOOT',
5871
6410
    'attr' => [
5872
6411
      'static'
5873
6412
    ],
5880
6419
  },
5881
6420
  {
5882
6421
    'return_type' => 'SV *',
5883
 
    'name' => 'mpxs_Apache__Log_log',
 
6422
    'name' => 'mpxs_Apache2__Log_log',
5884
6423
    'attr' => [
5885
6424
      'static'
5886
6425
    ],
5901
6440
  },
5902
6441
  {
5903
6442
    'return_type' => 'void',
5904
 
    'name' => 'mpxs_Apache__MPM_BOOT',
 
6443
    'name' => 'mpxs_Apache2__MPM_BOOT',
5905
6444
    'attr' => [
5906
6445
      'static'
5907
6446
    ],
5914
6453
  },
5915
6454
  {
5916
6455
    'return_type' => 'SV *',
5917
 
    'name' => 'mpxs_Apache__MPM_query',
 
6456
    'name' => 'mpxs_Apache2__MPM_query',
5918
6457
    'attr' => [
5919
6458
      'static',
5920
6459
      '__inline__'
5935
6474
    ]
5936
6475
  },
5937
6476
  {
 
6477
    'return_type' => 'void',
 
6478
    'name' => 'mpxs_Apache2__Module_add',
 
6479
    'attr' => [
 
6480
      'static',
 
6481
      '__inline__'
 
6482
    ],
 
6483
    'args' => [
 
6484
      {
 
6485
        'type' => 'PerlInterpreter *',
 
6486
        'name' => 'my_perl'
 
6487
      },
 
6488
      {
 
6489
        'type' => 'char *',
 
6490
        'name' => 'package'
 
6491
      },
 
6492
      {
 
6493
        'type' => 'SV *',
 
6494
        'name' => 'cmds'
 
6495
      }
 
6496
    ]
 
6497
  },
 
6498
  {
 
6499
    'return_type' => 'int',
 
6500
    'name' => 'mpxs_Apache2__Module_ap_api_major_version',
 
6501
    'args' => [
 
6502
      {
 
6503
        'type' => 'PerlInterpreter *',
 
6504
        'name' => 'my_perl'
 
6505
      },
 
6506
      {
 
6507
        'type' => 'module *',
 
6508
        'name' => 'mod'
 
6509
      }
 
6510
    ]
 
6511
  },
 
6512
  {
 
6513
    'return_type' => 'int',
 
6514
    'name' => 'mpxs_Apache2__Module_ap_api_minor_version',
 
6515
    'args' => [
 
6516
      {
 
6517
        'type' => 'PerlInterpreter *',
 
6518
        'name' => 'my_perl'
 
6519
      },
 
6520
      {
 
6521
        'type' => 'module *',
 
6522
        'name' => 'mod'
 
6523
      }
 
6524
    ]
 
6525
  },
 
6526
  {
5938
6527
    'return_type' => 'SV *',
5939
 
    'name' => 'mpxs_Apache__Module_get_config',
 
6528
    'name' => 'mpxs_Apache2__Module_get_config',
5940
6529
    'attr' => [
5941
6530
      'static',
5942
6531
      '__inline__'
5948
6537
      },
5949
6538
      {
5950
6539
        'type' => 'SV *',
5951
 
        'name' => 'self'
5952
 
      },
5953
 
      {
5954
 
        'type' => 'SV *',
5955
6540
        'name' => 'pmodule'
5956
6541
      },
5957
6542
      {
5966
6551
  },
5967
6552
  {
5968
6553
    'return_type' => 'int',
5969
 
    'name' => 'mpxs_Apache__Module_loaded',
 
6554
    'name' => 'mpxs_Apache2__Module_loaded',
5970
6555
    'attr' => [
5971
6556
      'static',
5972
6557
      '__inline__'
5984
6569
  },
5985
6570
  {
5986
6571
    'return_type' => 'int',
5987
 
    'name' => 'mpxs_Apache__RequestRec_FILENO',
 
6572
    'name' => 'mpxs_Apache2__RequestRec_FILENO',
5988
6573
    'args' => [
5989
6574
      {
5990
6575
        'type' => 'PerlInterpreter *',
5998
6583
  },
5999
6584
  {
6000
6585
    'return_type' => 'SV *',
6001
 
    'name' => 'mpxs_Apache__RequestRec_GETC',
 
6586
    'name' => 'mpxs_Apache2__RequestRec_GETC',
6002
6587
    'args' => [
6003
6588
      {
6004
6589
        'type' => 'PerlInterpreter *',
6012
6597
  },
6013
6598
  {
6014
6599
    'return_type' => 'int',
6015
 
    'name' => 'mpxs_Apache__RequestRec_OPEN',
 
6600
    'name' => 'mpxs_Apache2__RequestRec_OPEN',
6016
6601
    'args' => [
6017
6602
      {
6018
6603
        'type' => 'PerlInterpreter *',
6034
6619
  },
6035
6620
  {
6036
6621
    'return_type' => 'void',
6037
 
    'name' => 'mpxs_Apache__RequestRec_add_config',
 
6622
    'name' => 'mpxs_Apache2__RequestRec_add_config',
6038
6623
    'args' => [
6039
6624
      {
6040
6625
        'type' => 'PerlInterpreter *',
6049
6634
        'name' => 'lines'
6050
6635
      },
6051
6636
      {
6052
 
        'type' => 'char *',
6053
 
        'name' => 'path'
6054
 
      },
6055
 
      {
6056
6637
        'type' => 'int',
6057
6638
        'name' => 'override'
6058
6639
      }
6060
6641
  },
6061
6642
  {
6062
6643
    'return_type' => 'void',
6063
 
    'name' => 'mpxs_Apache__RequestRec_add_input_filter',
 
6644
    'name' => 'mpxs_Apache2__RequestRec_add_input_filter',
6064
6645
    'args' => [
6065
6646
      {
6066
6647
        'type' => 'PerlInterpreter *',
6078
6659
  },
6079
6660
  {
6080
6661
    'return_type' => 'void',
6081
 
    'name' => 'mpxs_Apache__RequestRec_add_output_filter',
 
6662
    'name' => 'mpxs_Apache2__RequestRec_add_output_filter',
6082
6663
    'args' => [
6083
6664
      {
6084
6665
        'type' => 'PerlInterpreter *',
6096
6677
  },
6097
6678
  {
6098
6679
    'return_type' => 'SV *',
6099
 
    'name' => 'mpxs_Apache__RequestRec_as_string',
 
6680
    'name' => 'mpxs_Apache2__RequestRec_as_string',
6100
6681
    'args' => [
6101
6682
      {
6102
6683
        'type' => 'PerlInterpreter *',
6110
6691
  },
6111
6692
  {
6112
6693
    'return_type' => 'const char *',
6113
 
    'name' => 'mpxs_Apache__RequestRec_auth_name',
 
6694
    'name' => 'mpxs_Apache2__RequestRec_auth_name',
6114
6695
    'args' => [
6115
6696
      {
6116
6697
        'type' => 'PerlInterpreter *',
6128
6709
  },
6129
6710
  {
6130
6711
    'return_type' => 'const char *',
6131
 
    'name' => 'mpxs_Apache__RequestRec_auth_type',
 
6712
    'name' => 'mpxs_Apache2__RequestRec_auth_type',
6132
6713
    'args' => [
6133
6714
      {
6134
6715
        'type' => 'PerlInterpreter *',
6145
6726
    ]
6146
6727
  },
6147
6728
  {
 
6729
    'return_type' => 'void',
 
6730
    'name' => 'mpxs_Apache2__RequestRec_child_terminate',
 
6731
    'args' => [
 
6732
      {
 
6733
        'type' => 'PerlInterpreter *',
 
6734
        'name' => 'my_perl'
 
6735
      },
 
6736
      {
 
6737
        'type' => 'request_rec *',
 
6738
        'name' => 'r'
 
6739
      }
 
6740
    ]
 
6741
  },
 
6742
  {
 
6743
    'return_type' => 'SV *',
 
6744
    'name' => 'mpxs_Apache2__RequestRec_content_languages',
 
6745
    'args' => [
 
6746
      {
 
6747
        'type' => 'PerlInterpreter *',
 
6748
        'name' => 'my_perl'
 
6749
      },
 
6750
      {
 
6751
        'type' => 'request_rec *',
 
6752
        'name' => 'r'
 
6753
      },
 
6754
      {
 
6755
        'type' => 'SV *',
 
6756
        'name' => 'languages'
 
6757
      }
 
6758
    ]
 
6759
  },
 
6760
  {
6148
6761
    'return_type' => 'const char *',
6149
 
    'name' => 'mpxs_Apache__RequestRec_content_type',
 
6762
    'name' => 'mpxs_Apache2__RequestRec_content_type',
6150
6763
    'args' => [
6151
6764
      {
6152
6765
        'type' => 'PerlInterpreter *',
6163
6776
    ]
6164
6777
  },
6165
6778
  {
 
6779
    'return_type' => 'const char *',
 
6780
    'name' => 'mpxs_Apache2__RequestRec_document_root',
 
6781
    'args' => [
 
6782
      {
 
6783
        'type' => 'PerlInterpreter *',
 
6784
        'name' => 'my_perl'
 
6785
      },
 
6786
      {
 
6787
        'type' => 'request_rec *',
 
6788
        'name' => 'r'
 
6789
      },
 
6790
      {
 
6791
        'type' => 'SV *',
 
6792
        'name' => 'new_root'
 
6793
      }
 
6794
    ]
 
6795
  },
 
6796
  {
6166
6797
    'return_type' => 'apr_finfo_t *',
6167
 
    'name' => 'mpxs_Apache__RequestRec_finfo',
 
6798
    'name' => 'mpxs_Apache2__RequestRec_finfo',
6168
6799
    'args' => [
6169
6800
      {
 
6801
        'type' => 'PerlInterpreter *',
 
6802
        'name' => 'my_perl'
 
6803
      },
 
6804
      {
6170
6805
        'type' => 'request_rec *',
6171
6806
        'name' => 'r'
 
6807
      },
 
6808
      {
 
6809
        'type' => 'apr_finfo_t *',
 
6810
        'name' => 'finfo'
6172
6811
      }
6173
6812
    ]
6174
6813
  },
6175
6814
  {
6176
6815
    'return_type' => 'SV *',
6177
 
    'name' => 'mpxs_Apache__RequestRec_get_handlers',
 
6816
    'name' => 'mpxs_Apache2__RequestRec_get_handlers',
6178
6817
    'args' => [
6179
6818
      {
6180
6819
        'type' => 'PerlInterpreter *',
6192
6831
  },
6193
6832
  {
6194
6833
    'return_type' => 'const char *',
6195
 
    'name' => 'mpxs_Apache__RequestRec_handler',
 
6834
    'name' => 'mpxs_Apache2__RequestRec_handler',
6196
6835
    'args' => [
6197
6836
      {
6198
6837
        'type' => 'PerlInterpreter *',
6214
6853
  },
6215
6854
  {
6216
6855
    'return_type' => 'int',
6217
 
    'name' => 'mpxs_Apache__RequestRec_is_perl_option_enabled',
 
6856
    'name' => 'mpxs_Apache2__RequestRec_is_perl_option_enabled',
6218
6857
    'args' => [
6219
6858
      {
6220
6859
        'type' => 'PerlInterpreter *',
6232
6871
  },
6233
6872
  {
6234
6873
    'return_type' => 'char *',
6235
 
    'name' => 'mpxs_Apache__RequestRec_location',
 
6874
    'name' => 'mpxs_Apache2__RequestRec_location',
6236
6875
    'args' => [
6237
6876
      {
6238
6877
        'type' => 'request_rec *',
6242
6881
  },
6243
6882
  {
6244
6883
    'return_type' => 'int',
6245
 
    'name' => 'mpxs_Apache__RequestRec_location_merge',
 
6884
    'name' => 'mpxs_Apache2__RequestRec_location_merge',
6246
6885
    'args' => [
6247
6886
      {
6248
6887
        'type' => 'request_rec *',
6255
6894
    ]
6256
6895
  },
6257
6896
  {
6258
 
    'return_type' => 'request_rec *',
6259
 
    'name' => 'mpxs_Apache__RequestRec_new',
 
6897
    'return_type' => 'SV *',
 
6898
    'name' => 'mpxs_Apache2__RequestRec_new',
6260
6899
    'args' => [
6261
6900
      {
 
6901
        'type' => 'PerlInterpreter *',
 
6902
        'name' => 'my_perl'
 
6903
      },
 
6904
      {
6262
6905
        'type' => 'SV *',
6263
6906
        'name' => 'classname'
6264
6907
      },
6267
6910
        'name' => 'c'
6268
6911
      },
6269
6912
      {
6270
 
        'type' => 'apr_pool_t *',
6271
 
        'name' => 'base_pool'
 
6913
        'type' => 'SV *',
 
6914
        'name' => 'base_pool_sv'
6272
6915
      }
6273
6916
    ]
6274
6917
  },
6275
6918
  {
6276
6919
    'return_type' => 'int',
6277
 
    'name' => 'mpxs_Apache__RequestRec_no_cache',
 
6920
    'name' => 'mpxs_Apache2__RequestRec_no_cache',
6278
6921
    'args' => [
6279
6922
      {
6280
6923
        'type' => 'PerlInterpreter *',
6292
6935
  },
6293
6936
  {
6294
6937
    'return_type' => 'apr_uri_t *',
6295
 
    'name' => 'mpxs_Apache__RequestRec_parsed_uri',
 
6938
    'name' => 'mpxs_Apache2__RequestRec_parsed_uri',
6296
6939
    'args' => [
6297
6940
      {
6298
6941
        'type' => 'request_rec *',
6302
6945
  },
6303
6946
  {
6304
6947
    'return_type' => 'SV *',
6305
 
    'name' => 'mpxs_Apache__RequestRec_pnotes',
 
6948
    'name' => 'mpxs_Apache2__RequestRec_pnotes',
6306
6949
    'args' => [
6307
6950
      {
6308
6951
        'type' => 'PerlInterpreter *',
6323
6966
    ]
6324
6967
  },
6325
6968
  {
6326
 
    'return_type' => 'apr_size_t',
6327
 
    'name' => 'mpxs_Apache__RequestRec_print',
 
6969
    'return_type' => 'SV *',
 
6970
    'name' => 'mpxs_Apache2__RequestRec_print',
6328
6971
    'args' => [
6329
6972
      {
6330
6973
        'type' => 'PerlInterpreter *',
6346
6989
  },
6347
6990
  {
6348
6991
    'return_type' => 'int',
6349
 
    'name' => 'mpxs_Apache__RequestRec_proxyreq',
 
6992
    'name' => 'mpxs_Apache2__RequestRec_proxyreq',
6350
6993
    'args' => [
6351
6994
      {
6352
6995
        'type' => 'PerlInterpreter *',
6364
7007
  },
6365
7008
  {
6366
7009
    'return_type' => 'int',
6367
 
    'name' => 'mpxs_Apache__RequestRec_push_handlers',
 
7010
    'name' => 'mpxs_Apache2__RequestRec_push_handlers',
6368
7011
    'args' => [
6369
7012
      {
6370
7013
        'type' => 'PerlInterpreter *',
6386
7029
  },
6387
7030
  {
6388
7031
    'return_type' => 'SV *',
6389
 
    'name' => 'mpxs_Apache__RequestRec_read',
 
7032
    'name' => 'mpxs_Apache2__RequestRec_read',
6390
7033
    'attr' => [
6391
7034
      'static'
6392
7035
    ],
6401
7044
      },
6402
7045
      {
6403
7046
        'type' => 'SV *',
6404
 
        'name' => 'bufsv'
 
7047
        'name' => 'buffer'
6405
7048
      },
6406
7049
      {
6407
 
        'type' => 'int',
 
7050
        'type' => 'apr_size_t',
6408
7051
        'name' => 'len'
6409
7052
      },
6410
7053
      {
6411
 
        'type' => 'int',
 
7054
        'type' => 'apr_off_t',
6412
7055
        'name' => 'offset'
6413
7056
      }
6414
7057
    ]
6415
7058
  },
6416
7059
  {
6417
 
    'return_type' => 'int',
6418
 
    'name' => 'mpxs_Apache__RequestRec_rflush',
 
7060
    'return_type' => 'void',
 
7061
    'name' => 'mpxs_Apache2__RequestRec_rflush',
6419
7062
    'args' => [
6420
7063
      {
6421
7064
        'type' => 'PerlInterpreter *',
6437
7080
  },
6438
7081
  {
6439
7082
    'return_type' => 'apr_status_t',
6440
 
    'name' => 'mpxs_Apache__RequestRec_sendfile',
 
7083
    'name' => 'mpxs_Apache2__RequestRec_sendfile',
6441
7084
    'args' => [
6442
7085
      {
 
7086
        'type' => 'PerlInterpreter *',
 
7087
        'name' => 'my_perl'
 
7088
      },
 
7089
      {
6443
7090
        'type' => 'request_rec *',
6444
7091
        'name' => 'r'
6445
7092
      },
6459
7106
  },
6460
7107
  {
6461
7108
    'return_type' => 'void',
6462
 
    'name' => 'mpxs_Apache__RequestRec_set_basic_credentials',
 
7109
    'name' => 'mpxs_Apache2__RequestRec_set_basic_credentials',
6463
7110
    'args' => [
6464
7111
      {
6465
7112
        'type' => 'request_rec *',
6477
7124
  },
6478
7125
  {
6479
7126
    'return_type' => 'int',
6480
 
    'name' => 'mpxs_Apache__RequestRec_set_handlers',
 
7127
    'name' => 'mpxs_Apache2__RequestRec_set_handlers',
6481
7128
    'args' => [
6482
7129
      {
6483
7130
        'type' => 'PerlInterpreter *',
6499
7146
  },
6500
7147
  {
6501
7148
    'return_type' => '',
6502
 
    'name' => 'mpxs_Apache__RequestRec_set_last_modified',
 
7149
    'name' => 'mpxs_Apache2__RequestRec_set_last_modified',
6503
7150
    'args' => [
6504
7151
      {
6505
7152
        'type' => 'request_rec *',
6513
7160
  },
6514
7161
  {
6515
7162
    'return_type' => 'SV *',
6516
 
    'name' => 'mpxs_Apache__RequestRec_subprocess_env',
 
7163
    'name' => 'mpxs_Apache2__RequestRec_subprocess_env',
6517
7164
    'args' => [
6518
7165
      {
6519
7166
        'type' => 'PerlInterpreter *',
6535
7182
  },
6536
7183
  {
6537
7184
    'return_type' => 'apr_size_t',
6538
 
    'name' => 'mpxs_Apache__RequestRec_write',
 
7185
    'name' => 'mpxs_Apache2__RequestRec_write',
6539
7186
    'args' => [
6540
7187
      {
6541
7188
        'type' => 'PerlInterpreter *',
6551
7198
      },
6552
7199
      {
6553
7200
        'type' => 'apr_size_t',
6554
 
        'name' => 'bufsiz'
 
7201
        'name' => 'len'
6555
7202
      },
6556
7203
      {
6557
 
        'type' => 'int',
 
7204
        'type' => 'apr_off_t',
6558
7205
        'name' => 'offset'
6559
7206
      }
6560
7207
    ]
6561
7208
  },
6562
7209
  {
6563
 
    'return_type' => 'void',
6564
 
    'name' => 'mpxs_Apache__ServerUtil_BOOT',
 
7210
    'return_type' => 'request_rec *',
 
7211
    'name' => 'mpxs_Apache2__RequestUtil_request',
 
7212
    'args' => [
 
7213
      {
 
7214
        'type' => 'PerlInterpreter *',
 
7215
        'name' => 'my_perl'
 
7216
      },
 
7217
      {
 
7218
        'type' => 'SV *',
 
7219
        'name' => 'classname'
 
7220
      },
 
7221
      {
 
7222
        'type' => 'SV *',
 
7223
        'name' => 'svr'
 
7224
      }
 
7225
    ]
 
7226
  },
 
7227
  {
 
7228
    'return_type' => 'void',
 
7229
    'name' => 'mpxs_Apache2__ServerRec_add_config',
 
7230
    'args' => [
 
7231
      {
 
7232
        'type' => 'PerlInterpreter *',
 
7233
        'name' => 'my_perl'
 
7234
      },
 
7235
      {
 
7236
        'type' => 'server_rec *',
 
7237
        'name' => 's'
 
7238
      },
 
7239
      {
 
7240
        'type' => 'SV *',
 
7241
        'name' => 'lines'
 
7242
      }
 
7243
    ]
 
7244
  },
 
7245
  {
 
7246
    'return_type' => 'SV *',
 
7247
    'name' => 'mpxs_Apache2__ServerRec_get_handlers',
 
7248
    'args' => [
 
7249
      {
 
7250
        'type' => 'PerlInterpreter *',
 
7251
        'name' => 'my_perl'
 
7252
      },
 
7253
      {
 
7254
        'type' => 'server_rec *',
 
7255
        'name' => 's'
 
7256
      },
 
7257
      {
 
7258
        'type' => 'const char *',
 
7259
        'name' => 'name'
 
7260
      }
 
7261
    ]
 
7262
  },
 
7263
  {
 
7264
    'return_type' => 'int',
 
7265
    'name' => 'mpxs_Apache2__ServerRec_is_perl_option_enabled',
 
7266
    'args' => [
 
7267
      {
 
7268
        'type' => 'PerlInterpreter *',
 
7269
        'name' => 'my_perl'
 
7270
      },
 
7271
      {
 
7272
        'type' => 'server_rec *',
 
7273
        'name' => 's'
 
7274
      },
 
7275
      {
 
7276
        'type' => 'const char *',
 
7277
        'name' => 'name'
 
7278
      }
 
7279
    ]
 
7280
  },
 
7281
  {
 
7282
    'return_type' => 'int',
 
7283
    'name' => 'mpxs_Apache2__ServerRec_push_handlers',
 
7284
    'args' => [
 
7285
      {
 
7286
        'type' => 'PerlInterpreter *',
 
7287
        'name' => 'my_perl'
 
7288
      },
 
7289
      {
 
7290
        'type' => 'server_rec *',
 
7291
        'name' => 's'
 
7292
      },
 
7293
      {
 
7294
        'type' => 'const char *',
 
7295
        'name' => 'name'
 
7296
      },
 
7297
      {
 
7298
        'type' => 'SV *',
 
7299
        'name' => 'sv'
 
7300
      }
 
7301
    ]
 
7302
  },
 
7303
  {
 
7304
    'return_type' => 'int',
 
7305
    'name' => 'mpxs_Apache2__ServerRec_set_handlers',
 
7306
    'args' => [
 
7307
      {
 
7308
        'type' => 'PerlInterpreter *',
 
7309
        'name' => 'my_perl'
 
7310
      },
 
7311
      {
 
7312
        'type' => 'server_rec *',
 
7313
        'name' => 's'
 
7314
      },
 
7315
      {
 
7316
        'type' => 'const char *',
 
7317
        'name' => 'name'
 
7318
      },
 
7319
      {
 
7320
        'type' => 'SV *',
 
7321
        'name' => 'sv'
 
7322
      }
 
7323
    ]
 
7324
  },
 
7325
  {
 
7326
    'return_type' => 'void',
 
7327
    'name' => 'mpxs_Apache2__ServerUtil_BOOT',
6565
7328
    'attr' => [
6566
7329
      'static'
6567
7330
    ],
6574
7337
  },
6575
7338
  {
6576
7339
    'return_type' => 'void',
6577
 
    'name' => 'mpxs_Apache__Server_add_config',
6578
 
    'args' => [
6579
 
      {
6580
 
        'type' => 'PerlInterpreter *',
6581
 
        'name' => 'my_perl'
6582
 
      },
6583
 
      {
6584
 
        'type' => 'server_rec *',
6585
 
        'name' => 's'
6586
 
      },
6587
 
      {
6588
 
        'type' => 'SV *',
6589
 
        'name' => 'lines'
6590
 
      }
6591
 
    ]
6592
 
  },
6593
 
  {
6594
 
    'return_type' => 'SV *',
6595
 
    'name' => 'mpxs_Apache__Server_get_handlers',
6596
 
    'args' => [
6597
 
      {
6598
 
        'type' => 'PerlInterpreter *',
6599
 
        'name' => 'my_perl'
6600
 
      },
6601
 
      {
6602
 
        'type' => 'server_rec *',
6603
 
        'name' => 's'
6604
 
      },
6605
 
      {
6606
 
        'type' => 'const char *',
6607
 
        'name' => 'name'
6608
 
      }
6609
 
    ]
6610
 
  },
6611
 
  {
6612
 
    'return_type' => 'int',
6613
 
    'name' => 'mpxs_Apache__Server_is_perl_option_enabled',
6614
 
    'args' => [
6615
 
      {
6616
 
        'type' => 'PerlInterpreter *',
6617
 
        'name' => 'my_perl'
6618
 
      },
6619
 
      {
6620
 
        'type' => 'server_rec *',
6621
 
        'name' => 's'
6622
 
      },
6623
 
      {
6624
 
        'type' => 'const char *',
6625
 
        'name' => 'name'
6626
 
      }
6627
 
    ]
6628
 
  },
6629
 
  {
6630
 
    'return_type' => 'int',
6631
 
    'name' => 'mpxs_Apache__Server_push_handlers',
6632
 
    'args' => [
6633
 
      {
6634
 
        'type' => 'PerlInterpreter *',
6635
 
        'name' => 'my_perl'
6636
 
      },
6637
 
      {
6638
 
        'type' => 'server_rec *',
6639
 
        'name' => 's'
6640
 
      },
6641
 
      {
6642
 
        'type' => 'const char *',
6643
 
        'name' => 'name'
6644
 
      },
6645
 
      {
6646
 
        'type' => 'SV *',
6647
 
        'name' => 'sv'
6648
 
      }
6649
 
    ]
6650
 
  },
6651
 
  {
6652
 
    'return_type' => 'int',
6653
 
    'name' => 'mpxs_Apache__Server_set_handlers',
6654
 
    'args' => [
6655
 
      {
6656
 
        'type' => 'PerlInterpreter *',
6657
 
        'name' => 'my_perl'
6658
 
      },
6659
 
      {
6660
 
        'type' => 'server_rec *',
6661
 
        'name' => 's'
6662
 
      },
6663
 
      {
6664
 
        'type' => 'const char *',
6665
 
        'name' => 'name'
6666
 
      },
6667
 
      {
6668
 
        'type' => 'SV *',
6669
 
        'name' => 'sv'
6670
 
      }
6671
 
    ]
6672
 
  },
6673
 
  {
6674
 
    'return_type' => 'request_rec *',
6675
 
    'name' => 'mpxs_Apache_request',
6676
 
    'args' => [
6677
 
      {
6678
 
        'type' => 'PerlInterpreter *',
6679
 
        'name' => 'my_perl'
6680
 
      },
6681
 
      {
6682
 
        'type' => 'SV *',
6683
 
        'name' => 'classname'
6684
 
      },
6685
 
      {
6686
 
        'type' => 'SV *',
6687
 
        'name' => 'svr'
 
7340
    'name' => 'mpxs_Apache2__ServerUtil_server_shutdown_cleanup_register',
 
7341
    'args' => [
 
7342
      {
 
7343
        'type' => 'PerlInterpreter *',
 
7344
        'name' => 'my_perl'
 
7345
      },
 
7346
      {
 
7347
        'type' => 'SV *',
 
7348
        'name' => 'cv'
 
7349
      },
 
7350
      {
 
7351
        'type' => 'SV *',
 
7352
        'name' => 'arg'
6688
7353
      }
6689
7354
    ]
6690
7355
  },
6997
7662
    ]
6998
7663
  },
6999
7664
  {
7000
 
    'return_type' => 'apr_bucket_brigade *',
 
7665
    'return_type' => 'SV *',
7001
7666
    'name' => 'mpxs_apr_brigade_create',
7002
7667
    'args' => [
7003
7668
      {
7009
7674
        'name' => 'CLASS'
7010
7675
      },
7011
7676
      {
7012
 
        'type' => 'apr_pool_t *',
7013
 
        'name' => 'p'
 
7677
        'type' => 'SV *',
 
7678
        'name' => 'p_sv'
7014
7679
      },
7015
7680
      {
7016
7681
        'type' => 'apr_bucket_alloc_t *',
7019
7684
    ]
7020
7685
  },
7021
7686
  {
7022
 
    'return_type' => 'apr_ipsubnet_t *',
 
7687
    'return_type' => 'SV *',
7023
7688
    'name' => 'mpxs_apr_ipsubnet_create',
7024
7689
    'args' => [
7025
7690
      {
7031
7696
        'name' => 'classname'
7032
7697
      },
7033
7698
      {
7034
 
        'type' => 'apr_pool_t *',
7035
 
        'name' => 'p'
 
7699
        'type' => 'SV *',
 
7700
        'name' => 'p_sv'
7036
7701
      },
7037
7702
      {
7038
7703
        'type' => 'const char *',
7045
7710
    ]
7046
7711
  },
7047
7712
  {
7048
 
    'return_type' => 'apr_os_thread_t',
7049
 
    'name' => 'mpxs_apr_os_thread_current',
7050
 
    'attr' => [
7051
 
      'static',
7052
 
      '__inline__'
7053
 
    ],
7054
 
    'args' => [
7055
 
      {
7056
 
        'type' => 'PerlInterpreter *',
7057
 
        'name' => 'my_perl'
7058
 
      }
7059
 
    ]
7060
 
  },
7061
 
  {
7062
7713
    'return_type' => 'int',
7063
7714
    'name' => 'mpxs_apr_password_validate',
7064
7715
    'attr' => [
7268
7919
    ]
7269
7920
  },
7270
7921
  {
7271
 
    'return_type' => 'apr_thread_mutex_t *',
 
7922
    'return_type' => 'SV *',
7272
7923
    'name' => 'mpxs_apr_thread_mutex_create',
7273
7924
    'args' => [
7274
7925
      {
7280
7931
        'name' => 'classname'
7281
7932
      },
7282
7933
      {
7283
 
        'type' => 'apr_pool_t *',
7284
 
        'name' => 'pool'
 
7934
        'type' => 'SV *',
 
7935
        'name' => 'p_sv'
7285
7936
      },
7286
7937
      {
7287
7938
        'type' => 'unsigned int',
7290
7941
    ]
7291
7942
  },
7292
7943
  {
7293
 
    'return_type' => 'apr_uri_t *',
 
7944
    'return_type' => 'SV *',
7294
7945
    'name' => 'mpxs_apr_uri_parse',
7295
7946
    'args' => [
7296
7947
      {
7302
7953
        'name' => 'classname'
7303
7954
      },
7304
7955
      {
7305
 
        'type' => 'apr_pool_t *',
7306
 
        'name' => 'p'
 
7956
        'type' => 'SV *',
 
7957
        'name' => 'p_sv'
7307
7958
      },
7308
7959
      {
7309
7960
        'type' => 'const char *',
7410
8061
  },
7411
8062
  {
7412
8063
    'return_type' => 'apr_status_t',
7413
 
    'name' => 'mpxs_modperl_bucket_read',
7414
 
    'attr' => [
7415
 
      'static',
7416
 
      '__inline__'
7417
 
    ],
7418
 
    'args' => [
7419
 
      {
7420
 
        'type' => 'PerlInterpreter *',
7421
 
        'name' => 'my_perl'
7422
 
      },
7423
 
      {
7424
 
        'type' => 'apr_bucket *',
7425
 
        'name' => 'bucket'
7426
 
      },
7427
 
      {
7428
 
        'type' => 'SV *',
7429
 
        'name' => 'buffer'
7430
 
      },
7431
 
      {
7432
 
        'type' => 'apr_read_type_e',
7433
 
        'name' => 'block'
7434
 
      }
7435
 
    ]
7436
 
  },
7437
 
  {
7438
 
    'return_type' => 'apr_status_t',
7439
8064
    'name' => 'mpxs_setup_client_block',
7440
8065
    'args' => [
7441
8066
      {