This file is indexed.

/usr/share/doc/libsvn1/html/globals.html is in libsvn-doc 1.6.17dfsg-3ubuntu3.5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Subversion: Globals</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />

<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>

</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">Subversion
   
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.6.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li class="current"><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
  <div id="navrow3" class="tabs2">
    <ul class="tablist">
      <li class="current"><a href="globals.html"><span>All</span></a></li>
      <li><a href="globals_func.html"><span>Functions</span></a></li>
      <li><a href="globals_vars.html"><span>Variables</span></a></li>
      <li><a href="globals_type.html"><span>Typedefs</span></a></li>
      <li><a href="globals_enum.html"><span>Enumerations</span></a></li>
      <li><a href="globals_eval.html"><span>Enumerator</span></a></li>
      <li><a href="globals_defs.html"><span>Defines</span></a></li>
    </ul>
  </div>
  <div id="navrow4" class="tabs3">
    <ul class="tablist">
      <li class="current"><a href="globals.html#index_s"><span>s</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<div class="textblock">Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:</div>

<h3><a class="anchor" id="index_s"></a>- s -</h3><ul>
<li>SVN_ALLOCATOR_RECOMMENDED_MAX_FREE
: <a class="el" href="svn__pools_8h.html#a0b7cd7adad80a796f2f979e2548dfcb3">svn_pools.h</a>
</li>
<li>svn_auth_baton_t
: <a class="el" href="group__auth__fns.html#gaa77a422f326606f52366fb2fb0a43f8d">svn_auth.h</a>
</li>
<li>SVN_AUTH_CRED_SIMPLE
: <a class="el" href="group__auth__fns.html#ga32d8f21dd9e0e36dca43bd5961d95ec1">svn_auth.h</a>
</li>
<li>svn_auth_cred_simple_t
: <a class="el" href="group__auth__fns.html#gaa5d3d9b036cff5c464f2c4cf8fa2f388">svn_auth.h</a>
</li>
<li>SVN_AUTH_CRED_SSL_CLIENT_CERT
: <a class="el" href="group__auth__fns.html#gabf9f622d1575beede8fe83ae220865cc">svn_auth.h</a>
</li>
<li>SVN_AUTH_CRED_SSL_CLIENT_CERT_PW
: <a class="el" href="group__auth__fns.html#ga6b0c78d76560ac103bb431026d2c80ba">svn_auth.h</a>
</li>
<li>svn_auth_cred_ssl_client_cert_pw_t
: <a class="el" href="group__auth__fns.html#ga097d8c427a75f8ed99bc823468a836e8">svn_auth.h</a>
</li>
<li>svn_auth_cred_ssl_client_cert_t
: <a class="el" href="group__auth__fns.html#ga0a73b9884722f08ba3d80808c42f5d50">svn_auth.h</a>
</li>
<li>SVN_AUTH_CRED_SSL_SERVER_TRUST
: <a class="el" href="group__auth__fns.html#ga86bda1cf1af50c7ac5d65cda286686e2">svn_auth.h</a>
</li>
<li>svn_auth_cred_ssl_server_trust_t
: <a class="el" href="group__auth__fns.html#ga11d35b061ebd25ebd2e042286593e71e">svn_auth.h</a>
</li>
<li>SVN_AUTH_CRED_USERNAME
: <a class="el" href="group__auth__fns.html#ga12378bbc34a66b2acc68e9cad5e8354e">svn_auth.h</a>
</li>
<li>svn_auth_cred_username_t
: <a class="el" href="group__auth__fns.html#gad42e3f2785585bfe4284e3d2ca9b6f52">svn_auth.h</a>
</li>
<li>svn_auth_first_credentials()
: <a class="el" href="group__auth__fns.html#gae830b04d8a93c8b60f802d6809425665">svn_auth.h</a>
</li>
<li>svn_auth_get_gnome_keyring_simple_provider()
: <a class="el" href="svn__auth_8h.html#ab8992f1f553f731482eee99b42eedaa6">svn_auth.h</a>
</li>
<li>svn_auth_get_gnome_keyring_ssl_client_cert_pw_provider()
: <a class="el" href="svn__auth_8h.html#a1d2364717fc83a0decd3fa136ae46779">svn_auth.h</a>
</li>
<li>svn_auth_get_keychain_simple_provider()
: <a class="el" href="svn__auth_8h.html#a412a3c955d7aadd3bd41f54fccf2adcd">svn_auth.h</a>
</li>
<li>svn_auth_get_keychain_ssl_client_cert_pw_provider()
: <a class="el" href="svn__auth_8h.html#af243bf165ca0b72faf205e8ebba46f00">svn_auth.h</a>
</li>
<li>svn_auth_get_kwallet_simple_provider()
: <a class="el" href="svn__auth_8h.html#ad0ada33b2e6776dc056ab70a15299c02">svn_auth.h</a>
</li>
<li>svn_auth_get_kwallet_ssl_client_cert_pw_provider()
: <a class="el" href="svn__auth_8h.html#a4cfb9708bb9ee684f494d2fdf027a877">svn_auth.h</a>
</li>
<li>svn_auth_get_parameter()
: <a class="el" href="group__auth__fns.html#ga45fd5c7dd123c9c1d7d3733fb4b3f3fa">svn_auth.h</a>
</li>
<li>svn_auth_get_platform_specific_client_providers()
: <a class="el" href="svn__auth_8h.html#acc9973cdd97aa3dec04569827a328c8e">svn_auth.h</a>
</li>
<li>svn_auth_get_platform_specific_provider()
: <a class="el" href="svn__auth_8h.html#a0efdc798365a84b0416f12e861b04831">svn_auth.h</a>
</li>
<li>svn_auth_get_simple_prompt_provider()
: <a class="el" href="svn__auth_8h.html#a0d1cf74b8f9e2f55a92f1be7a942adb3">svn_auth.h</a>
</li>
<li>svn_auth_get_simple_provider()
: <a class="el" href="svn__auth_8h.html#a7046599e07079f36f7a2845eeb537ca5">svn_auth.h</a>
</li>
<li>svn_auth_get_simple_provider2()
: <a class="el" href="svn__auth_8h.html#adbe6e4f9a56ed5108f06f95d40b8042e">svn_auth.h</a>
</li>
<li>svn_auth_get_ssl_client_cert_file_provider()
: <a class="el" href="svn__auth_8h.html#aa2fa9ec4071016474d7a927cb4dbacf7">svn_auth.h</a>
</li>
<li>svn_auth_get_ssl_client_cert_prompt_provider()
: <a class="el" href="svn__auth_8h.html#a091023baac1bdc7846dbb9c3a1b0fdfc">svn_auth.h</a>
</li>
<li>svn_auth_get_ssl_client_cert_pw_file_provider()
: <a class="el" href="svn__auth_8h.html#a031474a8fae4e3d2b191cee3e8e8a165">svn_auth.h</a>
</li>
<li>svn_auth_get_ssl_client_cert_pw_file_provider2()
: <a class="el" href="svn__auth_8h.html#a6daa69fd91b8a658c3af25f27ab40a20">svn_auth.h</a>
</li>
<li>svn_auth_get_ssl_client_cert_pw_prompt_provider()
: <a class="el" href="svn__auth_8h.html#afe35741fb55873c3c4227d237e19bc14">svn_auth.h</a>
</li>
<li>svn_auth_get_ssl_server_trust_file_provider()
: <a class="el" href="svn__auth_8h.html#aaa8fe3918d02a179811ab9a03ddaec99">svn_auth.h</a>
</li>
<li>svn_auth_get_ssl_server_trust_prompt_provider()
: <a class="el" href="svn__auth_8h.html#a204388c3be43bff3c51e4490d7f40f43">svn_auth.h</a>
</li>
<li>svn_auth_get_username_prompt_provider()
: <a class="el" href="svn__auth_8h.html#a99da7f5d7e4b64aadaed2b94d958aebb">svn_auth.h</a>
</li>
<li>svn_auth_get_username_provider()
: <a class="el" href="svn__auth_8h.html#ac107e10d2325dbe7d4805a64aa6bd6c4">svn_auth.h</a>
</li>
<li>svn_auth_get_windows_simple_provider()
: <a class="el" href="svn__auth_8h.html#a150ee5110b383bcdb2ce9b341dc26798">svn_auth.h</a>
</li>
<li>svn_auth_get_windows_ssl_client_cert_pw_provider()
: <a class="el" href="svn__auth_8h.html#a727c53b91e8d6b2d1d140b38e19f4d60">svn_auth.h</a>
</li>
<li>svn_auth_get_windows_ssl_server_trust_provider()
: <a class="el" href="svn__auth_8h.html#aba0697d924aebb6d00a7a0fa40965161">svn_auth.h</a>
</li>
<li>svn_auth_gnome_keyring_unlock_prompt_func_t
: <a class="el" href="svn__auth_8h.html#a49f569118db893785c861170c9a0ca38">svn_auth.h</a>
</li>
<li>svn_auth_gnome_keyring_version()
: <a class="el" href="svn__auth_8h.html#ae9807e72666c1838813f9de3d8cb7373">svn_auth.h</a>
</li>
<li>svn_auth_iterstate_t
: <a class="el" href="group__auth__fns.html#ga1ac4eb8d42d56257c6ba607f976b2979">svn_auth.h</a>
</li>
<li>svn_auth_kwallet_version()
: <a class="el" href="svn__auth_8h.html#a204f231da37e0d8de0d2939b41483153">svn_auth.h</a>
</li>
<li>svn_auth_next_credentials()
: <a class="el" href="group__auth__fns.html#gab18c2431ea55881ef52b647815600cd3">svn_auth.h</a>
</li>
<li>svn_auth_open()
: <a class="el" href="group__auth__fns.html#ga1655da31ec67dd89d074ffa6a4ebf14b">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_CONFIG
: <a class="el" href="group__auth__fns.html#ga1c41c986707991899ab975ec63538491">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_CONFIG_CATEGORY_CONFIG
: <a class="el" href="group__auth__fns.html#ga5c7aa71afbdc25720cade178c570a7ae">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_CONFIG_DIR
: <a class="el" href="group__auth__fns.html#ga58e759823cfe5c9d5fb7d6fc1e20446e">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_DONT_STORE_PASSWORDS
: <a class="el" href="group__auth__fns.html#gac88743299a96916291545a7ab08f62b1">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_DONT_STORE_SSL_CLIENT_CERT_PP
: <a class="el" href="group__auth__fns.html#ga647032b5df3c8102289d194131d13dbc">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_GNOME_KEYRING_UNLOCK_PROMPT_BATON
: <a class="el" href="svn__auth_8h.html#a924cf1863a73cc0ac4b38beea411e046">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_GNOME_KEYRING_UNLOCK_PROMPT_FUNC
: <a class="el" href="svn__auth_8h.html#ae5e28004be0a3c85dce7bf682af76ce2">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_NO_AUTH_CACHE
: <a class="el" href="group__auth__fns.html#ga96ffebffb3f20cc37f15f96ee08fa789">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_NON_INTERACTIVE
: <a class="el" href="group__auth__fns.html#gac66c329d52a1a0ad4c65a0c8fd0f8324">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_PREFIX
: <a class="el" href="group__auth__fns.html#ga6d89f869ad547640121d4dd48beb1d1b">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_SERVER_GROUP
: <a class="el" href="group__auth__fns.html#ga1c4d18b6b88ea56cb450be5e0c8745a1">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO
: <a class="el" href="group__auth__fns.html#ga95fc50b793dbb019a9026f783ddcf05b">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_SSL_SERVER_FAILURES
: <a class="el" href="group__auth__fns.html#gaaaaecf652e2ec7f5c947e22e69eb938c">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_STORE_PLAINTEXT_PASSWORDS
: <a class="el" href="group__auth__fns.html#ga56ad04012a7712fa86bd9911f134fc44">svn_auth.h</a>
</li>
<li>SVN_AUTH_PARAM_STORE_SSL_CLIENT_CERT_PP_PLAINTEXT
: <a class="el" href="group__auth__fns.html#gac5edfafa6dfe1e034e33ae6b5e074b8f">svn_auth.h</a>
</li>
<li>svn_auth_plaintext_passphrase_prompt_func_t
: <a class="el" href="group__auth__fns.html#ga81da0ae3bea6ac790f9c7f113db270cc">svn_auth.h</a>
</li>
<li>svn_auth_plaintext_prompt_func_t
: <a class="el" href="group__auth__fns.html#gad411a1955468c3efac5f823cb437681f">svn_auth.h</a>
</li>
<li>svn_auth_provider_object_t
: <a class="el" href="group__auth__fns.html#gac5e01b8d1f8385a6060d34865f249a25">svn_auth.h</a>
</li>
<li>svn_auth_provider_t
: <a class="el" href="group__auth__fns.html#gad7fcdd91f3155fde2f5177e921277a5e">svn_auth.h</a>
</li>
<li>svn_auth_save_credentials()
: <a class="el" href="group__auth__fns.html#gae4a43aa4ab0d4a9baf603bf7f96ec919">svn_auth.h</a>
</li>
<li>svn_auth_set_parameter()
: <a class="el" href="group__auth__fns.html#ga44ffb6371ee22a42e8755b56394ca688">svn_auth.h</a>
</li>
<li>svn_auth_simple_prompt_func_t
: <a class="el" href="group__auth__fns.html#gab3e889e27559677e7e1a13a9142a381d">svn_auth.h</a>
</li>
<li>svn_auth_simple_provider_func_t
: <a class="el" href="group__auth__fns.html#gaec0778fbc81391e4ba212ca81769f90c">svn_auth.h</a>
</li>
<li>svn_auth_ssl_client_cert_prompt_func_t
: <a class="el" href="group__auth__fns.html#ga5afb52c44e95354a2ec52f6fe030c5d2">svn_auth.h</a>
</li>
<li>svn_auth_ssl_client_cert_pw_prompt_func_t
: <a class="el" href="group__auth__fns.html#gafeb529b5bafaed2e3f423e4186d60f06">svn_auth.h</a>
</li>
<li>svn_auth_ssl_client_cert_pw_provider_func_t
: <a class="el" href="group__auth__fns.html#ga7c81232e16a5301ca3b88dfe5928c0fe">svn_auth.h</a>
</li>
<li>SVN_AUTH_SSL_CNMISMATCH
: <a class="el" href="group__auth__fns.html#ga9c57755aef85ef30017e78b26d9c1b27">svn_auth.h</a>
</li>
<li>SVN_AUTH_SSL_EXPIRED
: <a class="el" href="group__auth__fns.html#gaae0127e8e012387291902cb0cf44c150">svn_auth.h</a>
</li>
<li>SVN_AUTH_SSL_NOTYETVALID
: <a class="el" href="group__auth__fns.html#ga241ceaea2fee42793d5ec05e80f460dd">svn_auth.h</a>
</li>
<li>SVN_AUTH_SSL_OTHER
: <a class="el" href="group__auth__fns.html#gaae23f698dc7c9dd280f46c3fb3267dc2">svn_auth.h</a>
</li>
<li>svn_auth_ssl_server_cert_info_dup()
: <a class="el" href="group__auth__fns.html#gae9bbd41b063adf3212e6bc2d10079089">svn_auth.h</a>
</li>
<li>svn_auth_ssl_server_cert_info_t
: <a class="el" href="group__auth__fns.html#ga88eafb1ec9ce99e1ef010df4dd4cb273">svn_auth.h</a>
</li>
<li>svn_auth_ssl_server_trust_prompt_func_t
: <a class="el" href="group__auth__fns.html#gac5805f633a96271f97b919297e9908a3">svn_auth.h</a>
</li>
<li>SVN_AUTH_SSL_UNKNOWNCA
: <a class="el" href="group__auth__fns.html#ga9672897802eba02cd5d2418f57120742">svn_auth.h</a>
</li>
<li>svn_auth_username_prompt_func_t
: <a class="el" href="group__auth__fns.html#gaf05167cb101739421c2e9542e27d5a88">svn_auth.h</a>
</li>
<li>svn_authz_none
: <a class="el" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26aff5fe6d567a388a3f0ac56c07efc644d">svn_repos.h</a>
</li>
<li>svn_authz_read
: <a class="el" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a28e8e499b87ca8243c391b90a2544e53">svn_repos.h</a>
</li>
<li>svn_authz_recursive
: <a class="el" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a27842cbdc39c9d360e9ba8e9b91b70cb">svn_repos.h</a>
</li>
<li>svn_authz_t
: <a class="el" href="svn__repos_8h.html#a5fce42c096e640743076b32e1f92637a">svn_repos.h</a>
</li>
<li>svn_authz_write
: <a class="el" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a178f2e29b60d1f142a11db104fcf1758">svn_repos.h</a>
</li>
<li>svn_base64_decode()
: <a class="el" href="group__base64.html#ga66bbda8102beff94920d7de27eaa9bf9">svn_base64.h</a>
</li>
<li>svn_base64_decode_string()
: <a class="el" href="group__base64.html#ga47d6b20f4617ff5172f0d758ee73242c">svn_base64.h</a>
</li>
<li>svn_base64_encode()
: <a class="el" href="group__base64.html#gab7a8b73c6a2e3c99607bf49f3edee327">svn_base64.h</a>
</li>
<li>svn_base64_encode_string()
: <a class="el" href="group__base64.html#gace1091f9afa92d9d15b938f504010df1">svn_base64.h</a>
</li>
<li>svn_base64_encode_string2()
: <a class="el" href="group__base64.html#ga16e4606687d1b8e451768c64c3142a60">svn_base64.h</a>
</li>
<li>svn_base64_from_md5()
: <a class="el" href="group__base64.html#gac3b6e28043e7320cdb3721ff18a89be0">svn_base64.h</a>
</li>
<li>svn_boolean_t
: <a class="el" href="svn__types_8h.html#a22b35baddc4213c688d1bb12feea1024">svn_types.h</a>
</li>
<li>svn_cancel_func_t
: <a class="el" href="svn__types_8h.html#addaab83431a3d41b6c62e9d501cd5ecc">svn_types.h</a>
</li>
<li>svn_categorize_props()
: <a class="el" href="group__svn__props__support.html#gae806e7d928a297de625414f2859fb9ba">svn_props.h</a>
</li>
<li>svn_changelist_receiver_t
: <a class="el" href="group__svn__client__changelist__funcs.html#gaae18ec52a5dadbfa1f56a67cd70c0bfc">svn_client.h</a>
</li>
<li>svn_checksum()
: <a class="el" href="svn__checksum_8h.html#a486b955c7714cdbef50e4e2bd01d624d">svn_checksum.h</a>
</li>
<li>svn_checksum__from_digest()
: <a class="el" href="svn__checksum_8h.html#a4b35d219a6389d234be899c464e1b896">svn_checksum.h</a>
</li>
<li>svn_checksum_clear()
: <a class="el" href="svn__checksum_8h.html#a89fd5701c423a9ac53f1a4d5f5bac291">svn_checksum.h</a>
</li>
<li>svn_checksum_create()
: <a class="el" href="svn__checksum_8h.html#aec9192b655882b236cb353eefe242785">svn_checksum.h</a>
</li>
<li>svn_checksum_ctx_create()
: <a class="el" href="svn__checksum_8h.html#a3539fcc166b56a78d53381181a8f5417">svn_checksum.h</a>
</li>
<li>svn_checksum_ctx_t
: <a class="el" href="svn__checksum_8h.html#a71c1f0f54f5f5fe2756f3397a88dfc3b">svn_checksum.h</a>
</li>
<li>svn_checksum_dup()
: <a class="el" href="svn__checksum_8h.html#ae1b6bf6e8020cf9b0e7c50b5b54005bc">svn_checksum.h</a>
</li>
<li>svn_checksum_empty_checksum()
: <a class="el" href="svn__checksum_8h.html#a33c589e7b8c2fa7d0933367efb6f741d">svn_checksum.h</a>
</li>
<li>svn_checksum_final()
: <a class="el" href="svn__checksum_8h.html#aeae61e226e70da98f13938558bb61cdf">svn_checksum.h</a>
</li>
<li>svn_checksum_kind_t
: <a class="el" href="svn__checksum_8h.html#a7a6c373d03d7e6ec6b832a039f5e0aa1">svn_checksum.h</a>
</li>
<li>svn_checksum_match()
: <a class="el" href="svn__checksum_8h.html#a417244d5739a22f9a18e440f4f43d12d">svn_checksum.h</a>
</li>
<li>svn_checksum_md5
: <a class="el" href="svn__checksum_8h.html#a7a6c373d03d7e6ec6b832a039f5e0aa1a63c1383d36e42e4b89112e3945848ba9">svn_checksum.h</a>
</li>
<li>svn_checksum_parse_hex()
: <a class="el" href="svn__checksum_8h.html#a156c17082005426c19df22d3ac51d454">svn_checksum.h</a>
</li>
<li>svn_checksum_sha1
: <a class="el" href="svn__checksum_8h.html#a7a6c373d03d7e6ec6b832a039f5e0aa1afe419ec7ab8ddc8aa8e77721e631c3bd">svn_checksum.h</a>
</li>
<li>svn_checksum_size()
: <a class="el" href="svn__checksum_8h.html#a22c33fe85e797a846f5143e0c10a26f0">svn_checksum.h</a>
</li>
<li>svn_checksum_t
: <a class="el" href="svn__checksum_8h.html#af37ff6041504757ad5b6b6f67bf4e955">svn_checksum.h</a>
</li>
<li>svn_checksum_to_cstring()
: <a class="el" href="svn__checksum_8h.html#a4c6f2c01a62459be0b0d3ccc810de793">svn_checksum.h</a>
</li>
<li>svn_checksum_to_cstring_display()
: <a class="el" href="svn__checksum_8h.html#a5167afaa6d87ce81f7be43ccf35ad7c6">svn_checksum.h</a>
</li>
<li>svn_checksum_update()
: <a class="el" href="svn__checksum_8h.html#a0bf1c325c8d1d4dedbcff3f7e37abc0f">svn_checksum.h</a>
</li>
<li>svn_client_add()
: <a class="el" href="group__Add.html#gaf195ea9edb1abcf4439f9b60a8cece2b">svn_client.h</a>
</li>
<li>svn_client_add2()
: <a class="el" href="group__Add.html#ga2631116d4eef41db38488031f4a297d6">svn_client.h</a>
</li>
<li>svn_client_add3()
: <a class="el" href="group__Add.html#ga663ba842814592227853452f2508dd05">svn_client.h</a>
</li>
<li>svn_client_add4()
: <a class="el" href="group__Add.html#gaf3dad04d9841b82ed3e15c01c815701b">svn_client.h</a>
</li>
<li>svn_client_add_to_changelist()
: <a class="el" href="group__svn__client__changelist__funcs.html#gabb59ec24aaf8e0efe15d37e58839d0ea">svn_client.h</a>
</li>
<li>svn_client_args_to_target_array()
: <a class="el" href="group__clnt__cmdline.html#ga5877e3011d9f8f7b2418e5c2a3a48789">svn_client.h</a>
</li>
<li>svn_client_blame()
: <a class="el" href="group__Blame.html#gabb4b461fc5699326a7d9684fb9cd5664">svn_client.h</a>
</li>
<li>svn_client_blame2()
: <a class="el" href="group__Blame.html#ga8b31a220457428a518e265f9851f260a">svn_client.h</a>
</li>
<li>svn_client_blame3()
: <a class="el" href="group__Blame.html#ga35c528a46109a3b37e023ed3dff047e8">svn_client.h</a>
</li>
<li>svn_client_blame4()
: <a class="el" href="group__Blame.html#ga093f616eeded3d45fa43d2e938d3b42d">svn_client.h</a>
</li>
<li>svn_client_blame_receiver2_t
: <a class="el" href="group__clnt__blame.html#gae286c859f92c68d7fa0b91452a67a7d5">svn_client.h</a>
</li>
<li>svn_client_blame_receiver_t
: <a class="el" href="group__clnt__blame.html#ga6e49c82c6c0be02792b0df2f4a9f067c">svn_client.h</a>
</li>
<li>svn_client_cat()
: <a class="el" href="group__Cat.html#gabb2c1e32cee3b382397c4ed00b5f17a7">svn_client.h</a>
</li>
<li>svn_client_cat2()
: <a class="el" href="group__Cat.html#ga6bd671377a03f0f3c0ead8867c3ec756">svn_client.h</a>
</li>
<li>svn_client_checkout()
: <a class="el" href="group__clnt__wc__checkout.html#ga66a785a668ff17e0a97c2b531b262022">svn_client.h</a>
</li>
<li>svn_client_checkout2()
: <a class="el" href="group__clnt__wc__checkout.html#gab0eda7fa3972970ef7dfce7e7bb1891e">svn_client.h</a>
</li>
<li>svn_client_checkout3()
: <a class="el" href="group__clnt__wc__checkout.html#ga31e87d0db53bf1158eaceb6552c63bae">svn_client.h</a>
</li>
<li>svn_client_cleanup()
: <a class="el" href="group__Cleanup.html#gadd051b915028e935ee85e8f657254b90">svn_client.h</a>
</li>
<li>svn_client_commit()
: <a class="el" href="group__Commit.html#gae0445b6839201c1b4ad9470daa2685f4">svn_client.h</a>
</li>
<li>svn_client_commit2()
: <a class="el" href="group__Commit.html#ga4a74d62bcd0f25a3337a9b19be2cdf98">svn_client.h</a>
</li>
<li>svn_client_commit3()
: <a class="el" href="group__Commit.html#ga4b02fbcc90bf6beab2a6222b438f966d">svn_client.h</a>
</li>
<li>svn_client_commit4()
: <a class="el" href="group__Commit.html#gada07a12e2a42d0892881401242a45bdf">svn_client.h</a>
</li>
<li>svn_client_commit_info_t
: <a class="el" href="group__clnt__commit.html#ga41a2e341983463820a96e01c9108988a">svn_client.h</a>
</li>
<li>svn_client_commit_item2_dup()
: <a class="el" href="group__clnt__commit.html#ga422f000cdf8f33a59ba1a4df8666892b">svn_client.h</a>
</li>
<li>svn_client_commit_item2_t
: <a class="el" href="group__clnt__commit.html#ga75102cfa63e74cdecb3ec8b50708d2d4">svn_client.h</a>
</li>
<li>svn_client_commit_item3_create()
: <a class="el" href="group__clnt__commit.html#ga58974f9371d0c103bdb9412f7f88bddc">svn_client.h</a>
</li>
<li>svn_client_commit_item3_dup()
: <a class="el" href="group__clnt__commit.html#gae231a020c76ea69d21a0bbd3f6f1894e">svn_client.h</a>
</li>
<li>svn_client_commit_item3_t
: <a class="el" href="group__clnt__commit.html#ga89ffe5753c1670239717f309e13a7ed5">svn_client.h</a>
</li>
<li>svn_client_commit_item_create()
: <a class="el" href="group__clnt__commit.html#gabff86875919045f00b9092db26d13e2e">svn_client.h</a>
</li>
<li>SVN_CLIENT_COMMIT_ITEM_LOCK_TOKEN
: <a class="el" href="group__clnt__commit.html#ga5d1b9acd1fe520e0bbc623bcd5af3c44">svn_client.h</a>
</li>
<li>svn_client_commit_item_t
: <a class="el" href="group__clnt__commit.html#ga6bae6a76831218f9d21da3edb13a777e">svn_client.h</a>
</li>
<li>svn_client_copy()
: <a class="el" href="group__Copy.html#ga97c9cd1d8f7323a3bcb43135a484ff8c">svn_client.h</a>
</li>
<li>svn_client_copy2()
: <a class="el" href="group__Copy.html#gae311e701f73ae4e8aea3ac399290d425">svn_client.h</a>
</li>
<li>svn_client_copy3()
: <a class="el" href="group__Copy.html#ga5d0e80a35a463c860fd9061b01266380">svn_client.h</a>
</li>
<li>svn_client_copy4()
: <a class="el" href="group__Copy.html#gaf9c037955c3fa31471725d2d13df4881">svn_client.h</a>
</li>
<li>svn_client_copy5()
: <a class="el" href="group__Copy.html#gadb918f3f4ba52e7c757a19a6f1df1b76">svn_client.h</a>
</li>
<li>svn_client_copy_source_t
: <a class="el" href="group__Copy.html#gaa067e41b102ad38370b08147c9ab3f58">svn_client.h</a>
</li>
<li>svn_client_create_context()
: <a class="el" href="group__clnt__ctx.html#ga9529eb0c90589b849417f151bcbee479">svn_client.h</a>
</li>
<li>svn_client_ctx_t
: <a class="el" href="group__clnt__ctx.html#ga13ef108e31dd4b7f700d55d23beafaa3">svn_client.h</a>
</li>
<li>svn_client_delete()
: <a class="el" href="group__Delete.html#ga46e1489a906c31f42e4c646150a442db">svn_client.h</a>
</li>
<li>svn_client_delete2()
: <a class="el" href="group__Delete.html#ga4643a8257665f1cef69c3ca468d5f3b3">svn_client.h</a>
</li>
<li>svn_client_delete3()
: <a class="el" href="group__Delete.html#ga862b476739ee2d859aee1ce81fbb77d7">svn_client.h</a>
</li>
<li>svn_client_diff()
: <a class="el" href="group__Diff.html#ga6aff72544fdae31a12a3cb878c26a990">svn_client.h</a>
</li>
<li>svn_client_diff2()
: <a class="el" href="group__Diff.html#gaf82b2cf5441afdd8287a44f2ee7b8fe8">svn_client.h</a>
</li>
<li>svn_client_diff3()
: <a class="el" href="group__Diff.html#ga577436800ecab2d841f87fb1237cc192">svn_client.h</a>
</li>
<li>svn_client_diff4()
: <a class="el" href="group__Diff.html#gab6d98080d85b7240eb5b7a62e54364d9">svn_client.h</a>
</li>
<li>svn_client_diff_peg()
: <a class="el" href="group__Diff.html#ga7778ed98279c01b7da197ef7e6fbae32">svn_client.h</a>
</li>
<li>svn_client_diff_peg2()
: <a class="el" href="group__Diff.html#gaf11de894d0fb0143310e99b4cb1b21e8">svn_client.h</a>
</li>
<li>svn_client_diff_peg3()
: <a class="el" href="group__Diff.html#ga804245541ec5c4d6d0de98823a520406">svn_client.h</a>
</li>
<li>svn_client_diff_peg4()
: <a class="el" href="group__Diff.html#ga4c84eb846c68740c0ae5ca91e486187c">svn_client.h</a>
</li>
<li>svn_client_diff_summarize()
: <a class="el" href="group__Diff.html#ga67b584b503a81df3d269597940a77dd4">svn_client.h</a>
</li>
<li>svn_client_diff_summarize2()
: <a class="el" href="group__Diff.html#gaf2f4bb488747131309cce8ce9159a0ce">svn_client.h</a>
</li>
<li>svn_client_diff_summarize_dup()
: <a class="el" href="group__clnt__diff.html#gaa0635edf736406a7418fdba5c5fec2db">svn_client.h</a>
</li>
<li>svn_client_diff_summarize_func_t
: <a class="el" href="group__clnt__diff.html#gaf9a4030e5c1c4d914e2f513fa1bd5f58">svn_client.h</a>
</li>
<li>svn_client_diff_summarize_kind_added
: <a class="el" href="group__clnt__diff.html#gga16389160a6aca07f22f8573a40920ec6a61eaa9ed7af3d0d7b87becfebea4f0ac">svn_client.h</a>
</li>
<li>svn_client_diff_summarize_kind_deleted
: <a class="el" href="group__clnt__diff.html#gga16389160a6aca07f22f8573a40920ec6a2bb1e53b7ba323cd3476dff1b82afe68">svn_client.h</a>
</li>
<li>svn_client_diff_summarize_kind_modified
: <a class="el" href="group__clnt__diff.html#gga16389160a6aca07f22f8573a40920ec6a91ad34ce271c511df44517a03af41d5f">svn_client.h</a>
</li>
<li>svn_client_diff_summarize_kind_normal
: <a class="el" href="group__clnt__diff.html#gga16389160a6aca07f22f8573a40920ec6ac26534cd23093e3652666fccf2aa2b79">svn_client.h</a>
</li>
<li>svn_client_diff_summarize_kind_t
: <a class="el" href="group__clnt__diff.html#ga16389160a6aca07f22f8573a40920ec6">svn_client.h</a>
</li>
<li>svn_client_diff_summarize_peg()
: <a class="el" href="group__Diff.html#ga00407f7dd25eb0ac7737e598b1f85c2a">svn_client.h</a>
</li>
<li>svn_client_diff_summarize_peg2()
: <a class="el" href="group__Diff.html#gac939eeda1fb9c0fd6da152989ccf504b">svn_client.h</a>
</li>
<li>svn_client_diff_summarize_t
: <a class="el" href="group__clnt__diff.html#gaab1c022886672b2bf49a9f47162e775b">svn_client.h</a>
</li>
<li>svn_client_export()
: <a class="el" href="group__Export.html#ga06f222cf6fedcca9d179428af525c68f">svn_client.h</a>
</li>
<li>svn_client_export2()
: <a class="el" href="group__Export.html#gabd9403769366783ed891b565c5716e7d">svn_client.h</a>
</li>
<li>svn_client_export3()
: <a class="el" href="group__Export.html#gab4448d95de10334b2f4273c7e496c58d">svn_client.h</a>
</li>
<li>svn_client_export4()
: <a class="el" href="group__Export.html#ga1bda1001820bc349a476d058bacfd528">svn_client.h</a>
</li>
<li>svn_client_get_changelists()
: <a class="el" href="group__svn__client__changelist__funcs.html#gabfbb2f162cd296e4360fa3276523bc01">svn_client.h</a>
</li>
<li>svn_client_get_commit_log2_t
: <a class="el" href="group__clnt__commit.html#gaa1d88be008d4568af150f0256ed792e2">svn_client.h</a>
</li>
<li>svn_client_get_commit_log3_t
: <a class="el" href="group__clnt__commit.html#gad8d9c386fe79564a1b8b66e2a7d67d60">svn_client.h</a>
</li>
<li>svn_client_get_commit_log_t
: <a class="el" href="group__clnt__commit.html#ga39899194e67568bec4a3ef6fba817c1f">svn_client.h</a>
</li>
<li>svn_client_get_simple_prompt_provider()
: <a class="el" href="group__auth__fns__depr.html#gac48f373d9e23557fe39d6326f778beff">svn_client.h</a>
</li>
<li>svn_client_get_simple_provider()
: <a class="el" href="group__auth__fns__depr.html#ga6d34f6704d7d95da3b6bad548d3bcf58">svn_client.h</a>
</li>
<li>svn_client_get_ssl_client_cert_file_provider()
: <a class="el" href="group__auth__fns__depr.html#gaf4478650a91ea335900b846e485dba14">svn_client.h</a>
</li>
<li>svn_client_get_ssl_client_cert_prompt_provider()
: <a class="el" href="group__auth__fns__depr.html#gaacabebf3b905a98232c743f735574166">svn_client.h</a>
</li>
<li>svn_client_get_ssl_client_cert_pw_file_provider()
: <a class="el" href="group__auth__fns__depr.html#gac3c621371933d52e2b1791aea07b31d3">svn_client.h</a>
</li>
<li>svn_client_get_ssl_client_cert_pw_prompt_provider()
: <a class="el" href="group__auth__fns__depr.html#ga84751b034cf4dbc07bac2b26250b0494">svn_client.h</a>
</li>
<li>svn_client_get_ssl_server_trust_file_provider()
: <a class="el" href="group__auth__fns__depr.html#gaf45bf7daebda5b3aa64e7a6c822943d0">svn_client.h</a>
</li>
<li>svn_client_get_ssl_server_trust_prompt_provider()
: <a class="el" href="group__auth__fns__depr.html#ga2a800d7a8eb83518fce700b2b7ab27df">svn_client.h</a>
</li>
<li>svn_client_get_username_prompt_provider()
: <a class="el" href="group__auth__fns__depr.html#ga3ec77aeb4c8a7f3ceac74eec0f365cff">svn_client.h</a>
</li>
<li>svn_client_get_username_provider()
: <a class="el" href="group__auth__fns__depr.html#ga7cad62f927b0c5f37d58255a695ed15a">svn_client.h</a>
</li>
<li>svn_client_get_windows_simple_provider()
: <a class="el" href="group__auth__fns__depr.html#gaa0038b72473f387cb4ce574ab1f0e97a">svn_client.h</a>
</li>
<li>svn_client_import()
: <a class="el" href="group__Import.html#ga1837630712a2dd45e9de04a4188e6057">svn_client.h</a>
</li>
<li>svn_client_import2()
: <a class="el" href="group__Import.html#gae974b2afbdd76069c5393ca4e22d0611">svn_client.h</a>
</li>
<li>svn_client_import3()
: <a class="el" href="group__Import.html#ga6305aae8e982fdbbbb0fd4d33aaf740d">svn_client.h</a>
</li>
<li>svn_client_info()
: <a class="el" href="group__Info.html#ga1553de3f015679f608e450692e91a9b9">svn_client.h</a>
</li>
<li>svn_client_info2()
: <a class="el" href="group__Info.html#ga32ad0592964eb4778b77f1b324db1721">svn_client.h</a>
</li>
<li>svn_client_list()
: <a class="el" href="group__List.html#gafc3fe75c71359bd9e15e7ab3b1bd8b4a">svn_client.h</a>
</li>
<li>svn_client_list2()
: <a class="el" href="group__List.html#ga3ac4238fdc4d135798fdcce31bff829a">svn_client.h</a>
</li>
<li>svn_client_list_func_t
: <a class="el" href="group__List.html#gad34331c2f22f8b5ee906c4abff0866d0">svn_client.h</a>
</li>
<li>svn_client_lock()
: <a class="el" href="group__svn__client__locking__funcs.html#gad679aa233e3e5151ba93fa756b9729f4">svn_client.h</a>
</li>
<li>svn_client_log()
: <a class="el" href="group__Log.html#ga43d8607236ca1bd5c2d9b41acfb62b7e">svn_client.h</a>
</li>
<li>svn_client_log2()
: <a class="el" href="group__Log.html#ga0c53313b5ec1070f6655bb45e94d9d71">svn_client.h</a>
</li>
<li>svn_client_log3()
: <a class="el" href="group__Log.html#ga5c5f1d9e6c64298972bfa9c356fbc7aa">svn_client.h</a>
</li>
<li>svn_client_log4()
: <a class="el" href="group__Log.html#ga51b2d03e1d9effca849bd2739187a01a">svn_client.h</a>
</li>
<li>svn_client_log5()
: <a class="el" href="group__Log.html#ga6907dbe5f0117b0beee65c41fa6d0837">svn_client.h</a>
</li>
<li>svn_client_ls()
: <a class="el" href="group__List.html#ga3e19fea4a3f30290845a246c801c9989">svn_client.h</a>
</li>
<li>svn_client_ls2()
: <a class="el" href="group__List.html#gab034858ab9da2e9726890b301960d6dd">svn_client.h</a>
</li>
<li>svn_client_ls3()
: <a class="el" href="group__List.html#ga6456f1be321b613a683fcefe3ea7dacd">svn_client.h</a>
</li>
<li>svn_client_merge()
: <a class="el" href="group__Merge.html#gabe2333311fbf2f4a76dcb5d043d13a1f">svn_client.h</a>
</li>
<li>svn_client_merge2()
: <a class="el" href="group__Merge.html#gac4e8f005eb32546d489f412a21361c9a">svn_client.h</a>
</li>
<li>svn_client_merge3()
: <a class="el" href="group__Merge.html#ga5acd0a13c8c9d608ff1fd5df1f2e30f1">svn_client.h</a>
</li>
<li>svn_client_merge_peg()
: <a class="el" href="group__Merge.html#gab3b7ffa4842894088a311d69bf4f39b8">svn_client.h</a>
</li>
<li>svn_client_merge_peg2()
: <a class="el" href="group__Merge.html#gadbb47dae0b3e6e0ae27aad5509840f04">svn_client.h</a>
</li>
<li>svn_client_merge_peg3()
: <a class="el" href="group__Merge.html#ga12005bd5f73bafa3ee56349ec7cf3716">svn_client.h</a>
</li>
<li>svn_client_merge_reintegrate()
: <a class="el" href="group__Merge.html#gac8791af39c490be7eff250929a68fb41">svn_client.h</a>
</li>
<li>svn_client_mergeinfo_get_merged()
: <a class="el" href="group__Merge.html#gac53de23a6617aeba3a30844171fa3439">svn_client.h</a>
</li>
<li>svn_client_mergeinfo_log_eligible()
: <a class="el" href="group__Merge.html#ga1ebab9ce5d36348a5765b594bdaa73cd">svn_client.h</a>
</li>
<li>svn_client_mergeinfo_log_merged()
: <a class="el" href="group__Merge.html#ga5490a793f43eaaa306d645d5b1b3bdaa">svn_client.h</a>
</li>
<li>svn_client_mkdir()
: <a class="el" href="group__Mkdir.html#ga61128f585eb9d10549b8d6050c6ca8c1">svn_client.h</a>
</li>
<li>svn_client_mkdir2()
: <a class="el" href="group__Mkdir.html#ga86176a9c9b4c658a42729fe32e5c3278">svn_client.h</a>
</li>
<li>svn_client_mkdir3()
: <a class="el" href="group__Mkdir.html#gacb2c2f48636d4e4301b2f140499f8d90">svn_client.h</a>
</li>
<li>svn_client_move()
: <a class="el" href="group__Move.html#ga06ccc215d30491e64da3c2cd1625a45f">svn_client.h</a>
</li>
<li>svn_client_move2()
: <a class="el" href="group__Move.html#ga6efd89282d57b3ea23a97db0bfc7547a">svn_client.h</a>
</li>
<li>svn_client_move3()
: <a class="el" href="group__Move.html#gaf86b96b12a80f09e3cebb6bdd263715d">svn_client.h</a>
</li>
<li>svn_client_move4()
: <a class="el" href="group__Move.html#ga915cc521582ab6b6de420685de3cde44">svn_client.h</a>
</li>
<li>svn_client_move5()
: <a class="el" href="group__Move.html#ga3db8d72a5cd2af1f51548a4c2a79a3a2">svn_client.h</a>
</li>
<li>svn_client_open_ra_session()
: <a class="el" href="group__clnt__sessions.html#gab0ca49065b469625d1168896abdd34fc">svn_client.h</a>
</li>
<li>svn_client_propget()
: <a class="el" href="group__svn__client__prop__funcs.html#ga221d812c03943439d6df7bc110d123aa">svn_client.h</a>
</li>
<li>svn_client_propget2()
: <a class="el" href="group__svn__client__prop__funcs.html#gac4e012d04b8ac4b7637b01733c8dabaf">svn_client.h</a>
</li>
<li>svn_client_propget3()
: <a class="el" href="group__svn__client__prop__funcs.html#ga308f521360d91e87e6d1f0621363e260">svn_client.h</a>
</li>
<li>svn_client_proplist()
: <a class="el" href="group__svn__client__prop__funcs.html#ga8c2d55caecf446513125697ff99ebb0b">svn_client.h</a>
</li>
<li>svn_client_proplist2()
: <a class="el" href="group__svn__client__prop__funcs.html#ga0c3fdcb55aead8324bea9bd29bdac8d4">svn_client.h</a>
</li>
<li>svn_client_proplist3()
: <a class="el" href="group__svn__client__prop__funcs.html#ga6a7566fa1adf53579caf96c584b419ff">svn_client.h</a>
</li>
<li>svn_client_proplist_item_dup()
: <a class="el" href="group__clnt__commit.html#gaead02178801b0393e696d411327b6599">svn_client.h</a>
</li>
<li>svn_client_proplist_item_t
: <a class="el" href="group__clnt__commit.html#ga445b192b3195a0fda1e68b8ea91389f9">svn_client.h</a>
</li>
<li>svn_client_propset()
: <a class="el" href="group__svn__client__prop__funcs.html#ga28943f472c40df43209815e2033fe414">svn_client.h</a>
</li>
<li>svn_client_propset2()
: <a class="el" href="group__svn__client__prop__funcs.html#gadd0b4a944d26837e5d46d29d53070858">svn_client.h</a>
</li>
<li>svn_client_propset3()
: <a class="el" href="group__svn__client__prop__funcs.html#gaff2980dca147ebda1200d46cfdf0caf7">svn_client.h</a>
</li>
<li>svn_client_relocate()
: <a class="el" href="group__Relocate.html#ga698b693c90f6668fb060f31985b3673f">svn_client.h</a>
</li>
<li>svn_client_remove_from_changelists()
: <a class="el" href="group__svn__client__changelist__funcs.html#gaade2b6ac67faced5c022c42b7be5b683">svn_client.h</a>
</li>
<li>svn_client_resolve()
: <a class="el" href="group__Resolved.html#ga0c42aefd75d40afb27e26a5e4b7216a9">svn_client.h</a>
</li>
<li>svn_client_resolved()
: <a class="el" href="group__Resolved.html#ga2f31ebd03ac76dfe8472bce5dbb526a2">svn_client.h</a>
</li>
<li>svn_client_revert()
: <a class="el" href="group__Revert.html#ga3ce77a577680d7cb1e0ae386acbdbd41">svn_client.h</a>
</li>
<li>svn_client_revert2()
: <a class="el" href="group__Revert.html#gacb44f78571979944837d1ad9967bec5e">svn_client.h</a>
</li>
<li>svn_client_revprop_get()
: <a class="el" href="group__svn__client__prop__funcs.html#gae4b4f748cb82eaa41f865ba4a2766840">svn_client.h</a>
</li>
<li>svn_client_revprop_list()
: <a class="el" href="group__svn__client__prop__funcs.html#ga654187dc1ed77b326c11a8856a5315bd">svn_client.h</a>
</li>
<li>svn_client_revprop_set()
: <a class="el" href="group__svn__client__prop__funcs.html#ga624f20be1fad7998df4f179845d79518">svn_client.h</a>
</li>
<li>svn_client_revprop_set2()
: <a class="el" href="group__svn__client__prop__funcs.html#ga5ec6d39fdcc1e040950717ac1598037f">svn_client.h</a>
</li>
<li>svn_client_root_url_from_path()
: <a class="el" href="group__clnt__sessions.html#ga2b70eb45a57b92c0cd807b4122f8acfb">svn_client.h</a>
</li>
<li>svn_client_status()
: <a class="el" href="group__Status.html#ga52e822422ef964810712209c0d567b4f">svn_client.h</a>
</li>
<li>svn_client_status2()
: <a class="el" href="group__Status.html#ga248f69ba6e4356b593f285d8d14995fe">svn_client.h</a>
</li>
<li>svn_client_status3()
: <a class="el" href="group__Status.html#gac9abf15736b3c21c7c4f8c376d43e956">svn_client.h</a>
</li>
<li>svn_client_status4()
: <a class="el" href="group__Status.html#ga8548513bfe87803a1c62fde47f5264f5">svn_client.h</a>
</li>
<li>svn_client_suggest_merge_sources()
: <a class="el" href="group__Merge.html#ga05713f5c424fd4a2f20a09447075b048">svn_client.h</a>
</li>
<li>svn_client_switch()
: <a class="el" href="group__Switch.html#gafcab99a2843a5a900a214328d7fce326">svn_client.h</a>
</li>
<li>svn_client_switch2()
: <a class="el" href="group__Switch.html#ga07da3a9ba97cfe57f0ce4b89d846bed6">svn_client.h</a>
</li>
<li>svn_client_unlock()
: <a class="el" href="group__svn__client__locking__funcs.html#ga003ddadf4634bae7f64d060d0f2835b2">svn_client.h</a>
</li>
<li>svn_client_update()
: <a class="el" href="group__Update.html#ga03281f5793596f3934b893bf03a1e385">svn_client.h</a>
</li>
<li>svn_client_update2()
: <a class="el" href="group__Update.html#ga7d1b2ee1735736798e64973a39d393f4">svn_client.h</a>
</li>
<li>svn_client_update3()
: <a class="el" href="group__Update.html#ga079508afca6b7892f93cf038bda21495">svn_client.h</a>
</li>
<li>svn_client_url_from_path()
: <a class="el" href="group__clnt__sessions.html#ga32b1f7f851452ec8ecc8c2d899de2b0e">svn_client.h</a>
</li>
<li>svn_client_uuid_from_path()
: <a class="el" href="group__clnt__sessions.html#gac6fb340ce6837b3287b7bf6f5ff75d2a">svn_client.h</a>
</li>
<li>svn_client_uuid_from_url()
: <a class="el" href="group__clnt__sessions.html#ga1c56e13b2ebe543a84155e5b1c73b364">svn_client.h</a>
</li>
<li>svn_client_version()
: <a class="el" href="svn__client_8h.html#a5f7e24ff1d65fd6fd64b0acf01e43ecb">svn_client.h</a>
</li>
<li>svn_close_fn_t
: <a class="el" href="group__svn__io__byte__streams.html#ga576facc62f51e98c14cb440df1e58cd9">svn_io.h</a>
</li>
<li>SVN_CMD_ERR
: <a class="el" href="svn__ra__svn_8h.html#a25675893e6ad82d673063174381e4f82">svn_ra_svn.h</a>
</li>
<li>svn_cmdline__getopt_init()
: <a class="el" href="svn__cmdline_8h.html#ad80da8be37b4f54830e8b845a1cbf54a">svn_cmdline.h</a>
</li>
<li>svn_cmdline_auth_plaintext_passphrase_prompt()
: <a class="el" href="svn__cmdline_8h.html#abc5468e67cbb296a803a5ae986112eff">svn_cmdline.h</a>
</li>
<li>svn_cmdline_auth_plaintext_prompt()
: <a class="el" href="svn__cmdline_8h.html#a6020d0cdcf490faea00794080556aed4">svn_cmdline.h</a>
</li>
<li>svn_cmdline_auth_simple_prompt()
: <a class="el" href="svn__cmdline_8h.html#ad2a7bbc13444988a059507651134ec59">svn_cmdline.h</a>
</li>
<li>svn_cmdline_auth_ssl_client_cert_prompt()
: <a class="el" href="svn__cmdline_8h.html#ad982c8979a685567c7ced82d9ba33084">svn_cmdline.h</a>
</li>
<li>svn_cmdline_auth_ssl_client_cert_pw_prompt()
: <a class="el" href="svn__cmdline_8h.html#ae36f037a4a37313e37627a84b97eb923">svn_cmdline.h</a>
</li>
<li>svn_cmdline_auth_ssl_server_trust_prompt()
: <a class="el" href="svn__cmdline_8h.html#a7e67981d9ec2d42fa85a85128c2e8532">svn_cmdline.h</a>
</li>
<li>svn_cmdline_auth_username_prompt()
: <a class="el" href="svn__cmdline_8h.html#aacc8ed1aa6409a726930f9c0d964b5bd">svn_cmdline.h</a>
</li>
<li>svn_cmdline_create_auth_baton()
: <a class="el" href="svn__cmdline_8h.html#a83693b19ce1eacda69dee9449df3fee3">svn_cmdline.h</a>
</li>
<li>svn_cmdline_cstring_from_utf8()
: <a class="el" href="svn__cmdline_8h.html#a119a36c3816bc0a9ca07bc2b9842aefc">svn_cmdline.h</a>
</li>
<li>svn_cmdline_cstring_from_utf8_fuzzy()
: <a class="el" href="svn__cmdline_8h.html#aff41587f47402e8f0f77068fa7245e8b">svn_cmdline.h</a>
</li>
<li>svn_cmdline_cstring_to_utf8()
: <a class="el" href="svn__cmdline_8h.html#a1361c95492a2c36dd78616fb93751453">svn_cmdline.h</a>
</li>
<li>svn_cmdline_fflush()
: <a class="el" href="svn__cmdline_8h.html#a3048d33ccc459e8fc61a15691b8963ae">svn_cmdline.h</a>
</li>
<li>svn_cmdline_fprintf()
: <a class="el" href="svn__cmdline_8h.html#a7240217dcc8de124dbb8d38620a97404">svn_cmdline.h</a>
</li>
<li>svn_cmdline_fputs()
: <a class="el" href="svn__cmdline_8h.html#abe1b2cfd58c9eb1e7c1839d395a4747f">svn_cmdline.h</a>
</li>
<li>svn_cmdline_handle_exit_error()
: <a class="el" href="svn__cmdline_8h.html#a42970262887c6621aa4e9d34b08fd5df">svn_cmdline.h</a>
</li>
<li>svn_cmdline_init()
: <a class="el" href="svn__cmdline_8h.html#a495610db565445986afaa1716e144eb5">svn_cmdline.h</a>
</li>
<li>svn_cmdline_output_encoding()
: <a class="el" href="svn__cmdline_8h.html#ad90550e33f15beb0143e44d2a53b4a20">svn_cmdline.h</a>
</li>
<li>svn_cmdline_path_local_style_from_utf8()
: <a class="el" href="svn__cmdline_8h.html#a58e8bb01acb2646d5843fc9224c9f0d9">svn_cmdline.h</a>
</li>
<li>svn_cmdline_printf()
: <a class="el" href="svn__cmdline_8h.html#a2ceef7dceddc2fc7b9e16e64640495c2">svn_cmdline.h</a>
</li>
<li>svn_cmdline_prompt_baton2_t
: <a class="el" href="svn__cmdline_8h.html#a7ac248527a1f28b45d272fe66e64cbfe">svn_cmdline.h</a>
</li>
<li>svn_cmdline_prompt_baton_t
: <a class="el" href="svn__cmdline_8h.html#af22924e1c622daf82e1c332eb4ff3983">svn_cmdline.h</a>
</li>
<li>svn_cmdline_prompt_user()
: <a class="el" href="svn__cmdline_8h.html#ae10b705f133a49938410330373b0f12b">svn_cmdline.h</a>
</li>
<li>svn_cmdline_prompt_user2()
: <a class="el" href="svn__cmdline_8h.html#a2cb201f6106832e5eb82a46a3d598609">svn_cmdline.h</a>
</li>
<li>svn_cmdline_setup_auth_baton()
: <a class="el" href="svn__cmdline_8h.html#a2916c3e2a2738121eab6b0bc420b3470">svn_cmdline.h</a>
</li>
<li>svn_commit_callback2_t
: <a class="el" href="svn__types_8h.html#a5aca95325ba984f70a316d7d9966e1df">svn_types.h</a>
</li>
<li>svn_commit_callback_t
: <a class="el" href="svn__types_8h.html#abc95cfed422bd097099537e4bde98d6d">svn_types.h</a>
</li>
<li>svn_commit_info_dup()
: <a class="el" href="svn__types_8h.html#ae2ae74cac609a7c1260dc229597e44ad">svn_types.h</a>
</li>
<li>svn_commit_info_t
: <a class="el" href="svn__types_8h.html#ab44a1742c0d92043fd142d947ba2f547">svn_types.h</a>
</li>
<li>svn_compat_log_revprops_clear()
: <a class="el" href="svn__compat_8h.html#a3d4cfe0c055d9505f0331d5a1875bd8f">svn_compat.h</a>
</li>
<li>svn_compat_log_revprops_in()
: <a class="el" href="svn__compat_8h.html#a03a17204db4657a904c4e942012283c4">svn_compat.h</a>
</li>
<li>svn_compat_log_revprops_out()
: <a class="el" href="svn__compat_8h.html#a9b44877f4d70a0d7be7ba86d7b1b037f">svn_compat.h</a>
</li>
<li>svn_compat_wrap_commit_callback()
: <a class="el" href="svn__compat_8h.html#a2088cd3b02b58b298c49ecac66eb8473">svn_compat.h</a>
</li>
<li>svn_compat_wrap_file_rev_handler()
: <a class="el" href="group__delta__support.html#gabb2b478ce4b35009702c3e3405146116">svn_delta.h</a>
</li>
<li>svn_compat_wrap_log_receiver()
: <a class="el" href="svn__compat_8h.html#a0cd5c6539445570fdf9d38301f99235c">svn_compat.h</a>
</li>
<li>svn_config_ensure()
: <a class="el" href="svn__config_8h.html#ae4a888ce54909cc342492d2a0babba45">svn_config.h</a>
</li>
<li>svn_config_enumerate()
: <a class="el" href="svn__config_8h.html#a73110bda2ad24ae54d8a3d4828fdafff">svn_config.h</a>
</li>
<li>svn_config_enumerate2()
: <a class="el" href="svn__config_8h.html#a7539ccae7bb647dcbf1a1795c7327db4">svn_config.h</a>
</li>
<li>svn_config_enumerate_sections()
: <a class="el" href="svn__config_8h.html#a2d4ef615420c6d9317c12a4b3df4720e">svn_config.h</a>
</li>
<li>svn_config_enumerate_sections2()
: <a class="el" href="svn__config_8h.html#a43176794c420e921ee92612deaa7eb78">svn_config.h</a>
</li>
<li>svn_config_enumerator2_t
: <a class="el" href="svn__config_8h.html#ac0f07e7a62a0e12da3d9749ac32b35d6">svn_config.h</a>
</li>
<li>svn_config_enumerator_t
: <a class="el" href="svn__config_8h.html#aff8b3348e9867495e88b7ffbda4d56be">svn_config.h</a>
</li>
<li>svn_config_find_group()
: <a class="el" href="svn__config_8h.html#a807421f62541b18647cb300a3ca61521">svn_config.h</a>
</li>
<li>svn_config_get()
: <a class="el" href="svn__config_8h.html#a90c528ac95373f3df1b3472cd3a91a51">svn_config.h</a>
</li>
<li>svn_config_get_bool()
: <a class="el" href="svn__config_8h.html#ae042b99963b14512893ec166b3b524aa">svn_config.h</a>
</li>
<li>svn_config_get_config()
: <a class="el" href="svn__config_8h.html#ad3ad7ac88d580e3cac1b90cd1bd7ae56">svn_config.h</a>
</li>
<li>svn_config_get_server_setting()
: <a class="el" href="svn__config_8h.html#a247ccede6f9d6816dccf105019686f77">svn_config.h</a>
</li>
<li>svn_config_get_server_setting_bool()
: <a class="el" href="svn__config_8h.html#a73000ee2761966cfec5905d47b1ee6f6">svn_config.h</a>
</li>
<li>svn_config_get_server_setting_int()
: <a class="el" href="svn__config_8h.html#a77fccc1888bd2db11401fafe42921792">svn_config.h</a>
</li>
<li>svn_config_get_user_config_path()
: <a class="el" href="group__cached__authentication__data.html#gad219f821cb1c8f72e593fe396f9167bb">svn_config.h</a>
</li>
<li>svn_config_get_yes_no_ask()
: <a class="el" href="svn__config_8h.html#a73854939d0d25efbbad03bc81278c519">svn_config.h</a>
</li>
<li>svn_config_has_section()
: <a class="el" href="svn__config_8h.html#a0293043608f2a618f72bb307f07a5052">svn_config.h</a>
</li>
<li>svn_config_merge()
: <a class="el" href="svn__config_8h.html#ad91cb2d86fe3fbac3a71dcca256ace49">svn_config.h</a>
</li>
<li>svn_config_read()
: <a class="el" href="svn__config_8h.html#aee0ca4aede6403f0451815cf505da608">svn_config.h</a>
</li>
<li>svn_config_read_auth_data()
: <a class="el" href="group__cached__authentication__data.html#gad5b78b4b2e6476a91f39358d5a003b8b">svn_config.h</a>
</li>
<li>SVN_CONFIG_REALMSTRING_KEY
: <a class="el" href="group__cached__authentication__data.html#ga04879b1b48b5bfab1e31198dd6a921dd">svn_config.h</a>
</li>
<li>svn_config_section_enumerator2_t
: <a class="el" href="svn__config_8h.html#a2ca7e4c68ea29a510e1ab314a00ca198">svn_config.h</a>
</li>
<li>svn_config_section_enumerator_t
: <a class="el" href="svn__config_8h.html#a37f71d897e0e045c20f15b115d30f3a8">svn_config.h</a>
</li>
<li>svn_config_set()
: <a class="el" href="svn__config_8h.html#a327ef16db5f78bbcaf1771690dad8170">svn_config.h</a>
</li>
<li>svn_config_set_bool()
: <a class="el" href="svn__config_8h.html#a20a1d8a406d76ccbecb1cf1800328150">svn_config.h</a>
</li>
<li>svn_config_t
: <a class="el" href="svn__config_8h.html#aab78e7d9b95c9bcfe0bdf1d9f3212596">svn_config.h</a>
</li>
<li>svn_config_write_auth_data()
: <a class="el" href="group__cached__authentication__data.html#ga9383a4b14b70895fa72e0fef5d9f27af">svn_config.h</a>
</li>
<li>svn_create_commit_info()
: <a class="el" href="svn__types_8h.html#a8556c3371297c830e5f7f6e7fbf4f529">svn_types.h</a>
</li>
<li>svn_cstring_casecmp()
: <a class="el" href="group__svn__string__cstrings.html#ga33a5b549150b10cc9dae66e96062f077">svn_string.h</a>
</li>
<li>svn_cstring_count_newlines()
: <a class="el" href="group__svn__string__cstrings.html#ga842ab6a90aecda5498232ad7dc5a3365">svn_string.h</a>
</li>
<li>svn_cstring_join()
: <a class="el" href="group__svn__string__cstrings.html#gac6173f7c6f546c0ebfcdc900b10f22f3">svn_string.h</a>
</li>
<li>svn_cstring_match_glob_list()
: <a class="el" href="group__svn__string__cstrings.html#ga550544d34961e2cbd9b50364f1b200fe">svn_string.h</a>
</li>
<li>svn_cstring_split()
: <a class="el" href="group__svn__string__cstrings.html#ga1af9bdcdb39027b11107088fd02cad9b">svn_string.h</a>
</li>
<li>svn_cstring_split_append()
: <a class="el" href="group__svn__string__cstrings.html#gabb4be8497dbc9b869bcabefe93a08f83">svn_string.h</a>
</li>
<li>SVN_CTYPE_ALNUM
: <a class="el" href="group__ctype__basic.html#ga0985425aa1083d8b6cd40c9850cbdc73">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_ALPHA
: <a class="el" href="group__ctype__basic.html#ga0967be5bc24a8af2fc16d6b6b7ebbe9a">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_ASCII
: <a class="el" href="group__ctype__basic.html#ga4103d44ebc4ee35190d2c4cacb6b863f">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_ASCII_CARRIAGERETURN
: <a class="el" href="group__ctype__ascii.html#ga588eebf9c46c13ef4443eb3ec38954dd">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_ASCII_COLON
: <a class="el" href="group__ctype__ascii.html#ga111248afcdf821e5021ca17d73f1550f">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_ASCII_DELETE
: <a class="el" href="group__ctype__ascii.html#ga62ff2a7dab1ff1079c6d852f2158967c">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_ASCII_DOT
: <a class="el" href="group__ctype__ascii.html#ga70e9401fe875c93afe8aa4110b3c752e">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_ASCII_LINEFEED
: <a class="el" href="group__ctype__ascii.html#ga61c3ad39465f4f9c4aa3aeae10db432d">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_ASCII_MINUS
: <a class="el" href="group__ctype__ascii.html#ga82f133340249dabc7af5519efe309b55">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_ASCII_TAB
: <a class="el" href="group__ctype__ascii.html#ga1cb74077a69fa3e561203a3d5263df19">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_ASCII_UNDERSCORE
: <a class="el" href="group__ctype__ascii.html#ga9cbeeada21ef51e143cfdb15c452c83f">svn_ctype.h</a>
</li>
<li>svn_ctype_casecmp()
: <a class="el" href="group__ctype__case.html#ga961fd980e9d2f0fa906e15cef90f66a2">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_CNTRL
: <a class="el" href="group__ctype__basic.html#gad0086a12a7a512ef8bff471e4cbdb3d8">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_DIGIT
: <a class="el" href="group__ctype__basic.html#gad7733f0db310d3db1037ab007adf6d34">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_GRAPH
: <a class="el" href="group__ctype__basic.html#ga229069a1b49d5b365d7fdfc7f0986b03">svn_ctype.h</a>
</li>
<li>svn_ctype_isalnum
: <a class="el" href="group__ctype__basic.html#gaa6ac1381d20540f16c276c8175c4beb0">svn_ctype.h</a>
</li>
<li>svn_ctype_isalpha
: <a class="el" href="group__ctype__basic.html#ga33661a774cd0ed8cf8addeb195973460">svn_ctype.h</a>
</li>
<li>svn_ctype_isascii
: <a class="el" href="group__ctype__basic.html#ga3c46ba3555903e80014865837abdb526">svn_ctype.h</a>
</li>
<li>svn_ctype_iscntrl
: <a class="el" href="group__ctype__basic.html#gaba43d5b1cd5ae3463532edcd10cc3c2d">svn_ctype.h</a>
</li>
<li>svn_ctype_isdigit
: <a class="el" href="group__ctype__basic.html#gaf8c7cba572050fed2dd900e6f3f04eeb">svn_ctype.h</a>
</li>
<li>svn_ctype_isgraph
: <a class="el" href="group__ctype__basic.html#ga0508297436fb8cdbed5ae47b9ece3331">svn_ctype.h</a>
</li>
<li>svn_ctype_islower
: <a class="el" href="group__ctype__basic.html#gabc489ab44e8fbbf69f1721113065ca1b">svn_ctype.h</a>
</li>
<li>svn_ctype_isprint
: <a class="el" href="group__ctype__basic.html#gaa73a82c274d2320a013f07eff757ebfd">svn_ctype.h</a>
</li>
<li>svn_ctype_ispunct
: <a class="el" href="group__ctype__basic.html#ga5d0fa8cc3e177c7bcbf60dd51f1525af">svn_ctype.h</a>
</li>
<li>svn_ctype_isspace
: <a class="el" href="group__ctype__basic.html#ga7991addc0b4d07078280d2e6d2303b92">svn_ctype.h</a>
</li>
<li>svn_ctype_isupper
: <a class="el" href="group__ctype__basic.html#ga1a14a4dd7de3e855ab78601f43a28b0b">svn_ctype.h</a>
</li>
<li>svn_ctype_isutf8
: <a class="el" href="group__ctype__extra.html#ga46b02e40c4007751c5c8e6306bffd15b">svn_ctype.h</a>
</li>
<li>svn_ctype_isutf8cont
: <a class="el" href="group__ctype__extra.html#ga6e8144f6ec7f0b25e13002bbcaf22808">svn_ctype.h</a>
</li>
<li>svn_ctype_isutf8lead
: <a class="el" href="group__ctype__extra.html#ga2bfc37e0ee5dbf4b41ab6669b9807998">svn_ctype.h</a>
</li>
<li>svn_ctype_isutf8mbc
: <a class="el" href="group__ctype__extra.html#ga42f21a6e7c478a32591bef1c85c393f0">svn_ctype.h</a>
</li>
<li>svn_ctype_isxdigit
: <a class="el" href="group__ctype__basic.html#gac0390635ebcfaa9a4e9165bd7436b37e">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_LOWER
: <a class="el" href="group__ctype__basic.html#gaba66c39ac550b6b715b8d4717b4f883e">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_PRINT
: <a class="el" href="group__ctype__basic.html#gaec6ada83b6a4b2b0f925fb8aa2eb8e16">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_PUNCT
: <a class="el" href="group__ctype__basic.html#gae8d6e95fbb65193c42585daada68cded">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_SPACE
: <a class="el" href="group__ctype__basic.html#gaab5bb2998cbb9a90ee47af21045f8f88">svn_ctype.h</a>
</li>
<li>svn_ctype_table
: <a class="el" href="svn__ctype_8h.html#aec81cbe7ae14aa031a6d64af0088f936">svn_ctype.h</a>
</li>
<li>svn_ctype_test
: <a class="el" href="svn__ctype_8h.html#a726fde376e4628ac3ba7326fe7ecdb80">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_UPPER
: <a class="el" href="group__ctype__basic.html#gabbb2fbf91a9e6fb49fbe70a73d75edca">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_UTF8
: <a class="el" href="group__ctype__extra.html#gadfcf0a31b29432b278a596e10acefd27">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_UTF8CONT
: <a class="el" href="group__ctype__extra.html#gaccbf5f59b68b272b0ec6454449b57cd0">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_UTF8LEAD
: <a class="el" href="group__ctype__extra.html#ga186b4ede3d86d385e092296efe742c7f">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_UTF8MBC
: <a class="el" href="group__ctype__extra.html#ga830fb82d9d073eeeb98807cf606db3a5">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_XALPHA
: <a class="el" href="group__ctype__basic.html#gaac53f7bd9b688d6dbfd69dcb32e6d546">svn_ctype.h</a>
</li>
<li>SVN_CTYPE_XDIGIT
: <a class="el" href="group__ctype__basic.html#gacb05fa6d14f173a30cadee62df91af35">svn_ctype.h</a>
</li>
<li>SVN_DAV_CREATIONDATE_HEADER
: <a class="el" href="svn__dav_8h.html#ad0c70e775e781c1c30b8b29792658f35">svn_dav.h</a>
</li>
<li>SVN_DAV_DELTA_BASE_HEADER
: <a class="el" href="svn__dav_8h.html#a260289ef5238e80e1dfa574678b54683">svn_dav.h</a>
</li>
<li>SVN_DAV_ERROR_NAMESPACE
: <a class="el" href="group__svn__dav__error.html#gada0137a4ffc40251d2fce8ba06ca2e14">svn_dav.h</a>
</li>
<li>SVN_DAV_ERROR_TAG
: <a class="el" href="group__svn__dav__error.html#ga28734e7c6e911dd46dd6856c17ab1880">svn_dav.h</a>
</li>
<li>SVN_DAV_LOCK_OWNER_HEADER
: <a class="el" href="svn__dav_8h.html#a9c684d1bd772c56e403e6cdeab91c1b8">svn_dav.h</a>
</li>
<li>SVN_DAV_NS_DAV_SVN_DEPTH
: <a class="el" href="group__svn__dav__property__xml__namespaces.html#gae6273cc4c4b2246de57596b942fa3b8c">svn_dav.h</a>
</li>
<li>SVN_DAV_NS_DAV_SVN_LOG_REVPROPS
: <a class="el" href="group__svn__dav__property__xml__namespaces.html#ga67ef3f511f4c423d19a67bb1e386116e">svn_dav.h</a>
</li>
<li>SVN_DAV_NS_DAV_SVN_MERGEINFO
: <a class="el" href="group__svn__dav__property__xml__namespaces.html#gae00ff18daf96cef1d23ed86ff25a5496">svn_dav.h</a>
</li>
<li>SVN_DAV_NS_DAV_SVN_PARTIAL_REPLAY
: <a class="el" href="group__svn__dav__property__xml__namespaces.html#gaf6bc5a111709e3b3dfff3c460ea32433">svn_dav.h</a>
</li>
<li>SVN_DAV_OPTIONS_HEADER
: <a class="el" href="svn__dav_8h.html#aad54f3ec4f7de2477c1f49b77572dc92">svn_dav.h</a>
</li>
<li>SVN_DAV_PROP_NS_CUSTOM
: <a class="el" href="group__svn__dav__property__xml__namespaces.html#gac5b6cfbc5928fd6551f992de9d0e6053">svn_dav.h</a>
</li>
<li>SVN_DAV_PROP_NS_DAV
: <a class="el" href="group__svn__dav__property__xml__namespaces.html#ga5adb0f79f08e04df363ed6ea23b3a440">svn_dav.h</a>
</li>
<li>SVN_DAV_PROP_NS_SVN
: <a class="el" href="group__svn__dav__property__xml__namespaces.html#gacdf92cf0acab379898e568c16270ca98">svn_dav.h</a>
</li>
<li>SVN_DAV_VERSION_NAME_HEADER
: <a class="el" href="svn__dav_8h.html#a260eab270ea0ef9b2dcc09c749a78b2e">svn_dav.h</a>
</li>
<li>svn_delta_action
: <a class="el" href="group__svn__delta__txt__delta.html#gaf3573b839c4304ba1da5b1439670f8b2">svn_delta.h</a>
</li>
<li>svn_delta_default_editor()
: <a class="el" href="group__svn__delta__tree__deltas.html#gab15253a8fcc50b7813844832016641a2">svn_delta.h</a>
</li>
<li>svn_delta_depth_filter_editor()
: <a class="el" href="group__svn__delta__tree__deltas.html#gabbbc5a169982cca58a3b87bc425d50c1">svn_delta.h</a>
</li>
<li>svn_delta_editor_t
: <a class="el" href="group__svn__delta__tree__deltas.html#gae53a39b99de02552a81ca4c917de177a">svn_delta.h</a>
</li>
<li>svn_delta_get_cancellation_editor()
: <a class="el" href="group__svn__delta__tree__deltas.html#ga8f1c0290d6cea00bb1919e8a23087650">svn_delta.h</a>
</li>
<li>svn_delta_noop_window_handler()
: <a class="el" href="group__svn__delta__tree__deltas.html#ga277d961312294cd385710ee4d32d7f3d">svn_delta.h</a>
</li>
<li>svn_delta_path_driver()
: <a class="el" href="group__svn__delta__path__delta__drivers.html#ga08262302bb1366a428ed6a0754c85983">svn_delta.h</a>
</li>
<li>svn_delta_path_driver_cb_func_t
: <a class="el" href="group__svn__delta__path__delta__drivers.html#gae0b9b687c5f0f3424bcc0009600f57b5">svn_delta.h</a>
</li>
<li>svn_delta_version()
: <a class="el" href="svn__delta_8h.html#a4434a6bc2790cf35ca92db7f90c50a9d">svn_delta.h</a>
</li>
<li>svn_depth_from_word()
: <a class="el" href="svn__types_8h.html#afcfd0bd7dea81a2559d94760eab5cff0">svn_types.h</a>
</li>
<li>svn_depth_t
: <a class="el" href="svn__types_8h.html#a21dd8b080111fa6fb5d59156299f3a2c">svn_types.h</a>
</li>
<li>svn_depth_to_word()
: <a class="el" href="svn__types_8h.html#aeb29079e6c46b52a92212b8e8f004ccb">svn_types.h</a>
</li>
<li>svn_diff_conflict_display_latest
: <a class="el" href="svn__diff_8h.html#a86f960b73a7a17393e7fd071cfb48655aec0545cc1483de8c2238048c2a97fe48">svn_diff.h</a>
</li>
<li>svn_diff_conflict_display_modified
: <a class="el" href="svn__diff_8h.html#a86f960b73a7a17393e7fd071cfb48655a81cd6c64793dd7412faff1509b1d0f0f">svn_diff.h</a>
</li>
<li>svn_diff_conflict_display_modified_latest
: <a class="el" href="svn__diff_8h.html#a86f960b73a7a17393e7fd071cfb48655a4c4707ecfa59d4987d4e2ed6f36e73cc">svn_diff.h</a>
</li>
<li>svn_diff_conflict_display_modified_original_latest
: <a class="el" href="svn__diff_8h.html#a86f960b73a7a17393e7fd071cfb48655a836821367e52b31fe1dbeb4b15812617">svn_diff.h</a>
</li>
<li>svn_diff_conflict_display_only_conflicts
: <a class="el" href="svn__diff_8h.html#a86f960b73a7a17393e7fd071cfb48655a114025ca2cf78cb333793ce170af1a52">svn_diff.h</a>
</li>
<li>svn_diff_conflict_display_resolved_modified_latest
: <a class="el" href="svn__diff_8h.html#a86f960b73a7a17393e7fd071cfb48655abe6a4aca5fe535d28d774f5e642f351c">svn_diff.h</a>
</li>
<li>svn_diff_conflict_display_style_t
: <a class="el" href="svn__diff_8h.html#a86f960b73a7a17393e7fd071cfb48655">svn_diff.h</a>
</li>
<li>svn_diff_contains_conflicts()
: <a class="el" href="svn__diff_8h.html#ad85bfdef30f7ff1e340aeaa51a40ac31">svn_diff.h</a>
</li>
<li>svn_diff_contains_diffs()
: <a class="el" href="svn__diff_8h.html#a77596c94cc8567ddc31988482ebde563">svn_diff.h</a>
</li>
<li>svn_diff_datasource_ancestor
: <a class="el" href="svn__diff_8h.html#a8821c640a150d0ddead17596dabc26e1a33aa2f311918f0bab2834760e2344c13">svn_diff.h</a>
</li>
<li>svn_diff_datasource_e
: <a class="el" href="svn__diff_8h.html#a8821c640a150d0ddead17596dabc26e1">svn_diff.h</a>
</li>
<li>svn_diff_datasource_latest
: <a class="el" href="svn__diff_8h.html#a8821c640a150d0ddead17596dabc26e1a378abbd6e8fd3b09ced12f164dcbe96c">svn_diff.h</a>
</li>
<li>svn_diff_datasource_modified
: <a class="el" href="svn__diff_8h.html#a8821c640a150d0ddead17596dabc26e1a9b7f628adc881587defb639c58dfbe3b">svn_diff.h</a>
</li>
<li>svn_diff_datasource_original
: <a class="el" href="svn__diff_8h.html#a8821c640a150d0ddead17596dabc26e1a2c93024afeed0db34a49efe068bfe971">svn_diff.h</a>
</li>
<li>svn_diff_diff()
: <a class="el" href="svn__diff_8h.html#a3fae3c023184611010ad555b68e4a4d6">svn_diff.h</a>
</li>
<li>svn_diff_diff3()
: <a class="el" href="svn__diff_8h.html#a073245ac36a026c2c69b3ca156652894">svn_diff.h</a>
</li>
<li>svn_diff_diff4()
: <a class="el" href="svn__diff_8h.html#af0081fa1853b30f374a59df8412fae44">svn_diff.h</a>
</li>
<li>svn_diff_file_diff()
: <a class="el" href="svn__diff_8h.html#a553e2f229b56443b1f95a2590a3fb106">svn_diff.h</a>
</li>
<li>svn_diff_file_diff3()
: <a class="el" href="svn__diff_8h.html#af012ea2f88946fdf414a44e3be7ea01a">svn_diff.h</a>
</li>
<li>svn_diff_file_diff3_2()
: <a class="el" href="svn__diff_8h.html#ad62b844109d8db86b08fdf12714e818e">svn_diff.h</a>
</li>
<li>svn_diff_file_diff4()
: <a class="el" href="svn__diff_8h.html#a68fa15b2ab1fe6ef680704510615dfd1">svn_diff.h</a>
</li>
<li>svn_diff_file_diff4_2()
: <a class="el" href="svn__diff_8h.html#a2186ee46804624aa3713e1c883192ad4">svn_diff.h</a>
</li>
<li>svn_diff_file_diff_2()
: <a class="el" href="svn__diff_8h.html#a1b7edd26b59f2a43436d53573526ca8f">svn_diff.h</a>
</li>
<li>svn_diff_file_ignore_space_all
: <a class="el" href="svn__diff_8h.html#a89e4b15ecac2afd0b42cb3f1988b1f65a4579ba57b0e155e1a973ab20b6803134">svn_diff.h</a>
</li>
<li>svn_diff_file_ignore_space_change
: <a class="el" href="svn__diff_8h.html#a89e4b15ecac2afd0b42cb3f1988b1f65ad2a384001d7174e6767d1978e7429d8b">svn_diff.h</a>
</li>
<li>svn_diff_file_ignore_space_none
: <a class="el" href="svn__diff_8h.html#a89e4b15ecac2afd0b42cb3f1988b1f65a6f0057c381650cd32dbb062e40dbcba5">svn_diff.h</a>
</li>
<li>svn_diff_file_ignore_space_t
: <a class="el" href="svn__diff_8h.html#a89e4b15ecac2afd0b42cb3f1988b1f65">svn_diff.h</a>
</li>
<li>svn_diff_file_options_create()
: <a class="el" href="svn__diff_8h.html#a796298bb5b2498c8812061b3d014266c">svn_diff.h</a>
</li>
<li>svn_diff_file_options_parse()
: <a class="el" href="svn__diff_8h.html#a212d408eee817f2193737fa4e8307a9e">svn_diff.h</a>
</li>
<li>svn_diff_file_options_t
: <a class="el" href="svn__diff_8h.html#a270224d46b7184a3f66bd3c9e60d4f8e">svn_diff.h</a>
</li>
<li>svn_diff_file_output_merge()
: <a class="el" href="svn__diff_8h.html#a35d61f33b5756908d3fe16a88ba1b660">svn_diff.h</a>
</li>
<li>svn_diff_file_output_merge2()
: <a class="el" href="svn__diff_8h.html#ad8e7548187340d14d3f2027e2b77135d">svn_diff.h</a>
</li>
<li>svn_diff_file_output_unified()
: <a class="el" href="svn__diff_8h.html#a251f5e2150be81e24b6e27eebd66c6d8">svn_diff.h</a>
</li>
<li>svn_diff_file_output_unified2()
: <a class="el" href="svn__diff_8h.html#a5f1c4c2f8079afd3318693d56491c76c">svn_diff.h</a>
</li>
<li>svn_diff_file_output_unified3()
: <a class="el" href="svn__diff_8h.html#a968422a5b6476ff9af8bbdbcd823b5e6">svn_diff.h</a>
</li>
<li>svn_diff_fns_t
: <a class="el" href="svn__diff_8h.html#a8c377bf050812282f31a7c4fb53dc2fe">svn_diff.h</a>
</li>
<li>svn_diff_mem_string_diff()
: <a class="el" href="svn__diff_8h.html#a273f5960c32443cdb304f4cc5dedf9ca">svn_diff.h</a>
</li>
<li>svn_diff_mem_string_diff3()
: <a class="el" href="svn__diff_8h.html#a6b9c514fb18f22f7aee96f4b1f065bac">svn_diff.h</a>
</li>
<li>svn_diff_mem_string_diff4()
: <a class="el" href="svn__diff_8h.html#a503bbc1503bbc8d657ee30e1b7cb0ffa">svn_diff.h</a>
</li>
<li>svn_diff_mem_string_output_merge()
: <a class="el" href="svn__diff_8h.html#ac473496b2d0a5334c518bafeb4966e59">svn_diff.h</a>
</li>
<li>svn_diff_mem_string_output_merge2()
: <a class="el" href="svn__diff_8h.html#aeaa6262c3cdf5a5b8b4c464eeb172c44">svn_diff.h</a>
</li>
<li>svn_diff_mem_string_output_unified()
: <a class="el" href="svn__diff_8h.html#ae2ba9764f3ef6d9d87b13f16ab9b1f43">svn_diff.h</a>
</li>
<li>svn_diff_output()
: <a class="el" href="svn__diff_8h.html#a5d7485d61ab944a9a994eb18d8c9a9c5">svn_diff.h</a>
</li>
<li>svn_diff_output_fns_t
: <a class="el" href="svn__diff_8h.html#a2c785f0825a2e51fab92260278f01183">svn_diff.h</a>
</li>
<li>svn_diff_t
: <a class="el" href="svn__diff_8h.html#ab43107714d2128d68a2dac688b8dc4d3">svn_diff.h</a>
</li>
<li>svn_diff_version()
: <a class="el" href="svn__diff_8h.html#a5a58195c4a4f8cac78ed0c1f0a3d4975">svn_diff.h</a>
</li>
<li>SVN_DIRENT_ALL
: <a class="el" href="group__svn__dirent__fields.html#ga1e9f81a60f25306e827b36ca701a362b">svn_types.h</a>
</li>
<li>svn_dirent_canonicalize()
: <a class="el" href="svn__dirent__uri_8h.html#a1d27a4c4d620b8a6b2a9f9ec4a9ab9ed">svn_dirent_uri.h</a>
</li>
<li>SVN_DIRENT_CREATED_REV
: <a class="el" href="group__svn__dirent__fields.html#gae3320c8875d30e0a7f68854ccbceb6cb">svn_types.h</a>
</li>
<li>svn_dirent_dirname()
: <a class="el" href="svn__dirent__uri_8h.html#a44f0ea45da05baff79af5fdcc72b0dc1">svn_dirent_uri.h</a>
</li>
<li>svn_dirent_dup()
: <a class="el" href="svn__types_8h.html#a88103d4d1f98939b90e0a00ff2516575">svn_types.h</a>
</li>
<li>svn_dirent_get_absolute()
: <a class="el" href="svn__dirent__uri_8h.html#a3865810de7e607e10f76699d556417be">svn_dirent_uri.h</a>
</li>
<li>svn_dirent_get_longest_ancestor()
: <a class="el" href="svn__dirent__uri_8h.html#af3db12d0983ac0af42aa668b81e19543">svn_dirent_uri.h</a>
</li>
<li>SVN_DIRENT_HAS_PROPS
: <a class="el" href="group__svn__dirent__fields.html#ga8a3bfdb84276e7843b13e15a7ef8bbf8">svn_types.h</a>
</li>
<li>svn_dirent_internal_style()
: <a class="el" href="svn__dirent__uri_8h.html#abb108de5b05a645a22b78a6b90b6d77d">svn_dirent_uri.h</a>
</li>
<li>svn_dirent_is_absolute()
: <a class="el" href="svn__dirent__uri_8h.html#aafc765f2a1baead8e8489e02726b50f0">svn_dirent_uri.h</a>
</li>
<li>svn_dirent_is_ancestor()
: <a class="el" href="svn__dirent__uri_8h.html#afd34284645770908248f1539a29e62d4">svn_dirent_uri.h</a>
</li>
<li>svn_dirent_is_canonical()
: <a class="el" href="svn__dirent__uri_8h.html#aba8c05814d61c7d48451e633fada135b">svn_dirent_uri.h</a>
</li>
<li>svn_dirent_is_child()
: <a class="el" href="svn__dirent__uri_8h.html#a7226b7ba8ea7a9991aeb8bdee1a48d1c">svn_dirent_uri.h</a>
</li>
<li>svn_dirent_is_root()
: <a class="el" href="svn__dirent__uri_8h.html#ab28eb607dfb4fe7137b2e633f9e0604f">svn_dirent_uri.h</a>
</li>
<li>svn_dirent_join()
: <a class="el" href="svn__dirent__uri_8h.html#a1f711da55a0ac34d0d1359713ce44bb1">svn_dirent_uri.h</a>
</li>
<li>svn_dirent_join_many()
: <a class="el" href="svn__dirent__uri_8h.html#af700ade595d339ce6c26b52f89e62d4f">svn_dirent_uri.h</a>
</li>
<li>SVN_DIRENT_KIND
: <a class="el" href="group__svn__dirent__fields.html#ga617319ee25a887d5667f2571cb8553db">svn_types.h</a>
</li>
<li>SVN_DIRENT_LAST_AUTHOR
: <a class="el" href="group__svn__dirent__fields.html#gad83b72f76ee8842e264513d875b8817e">svn_types.h</a>
</li>
<li>svn_dirent_local_style()
: <a class="el" href="svn__dirent__uri_8h.html#acd43577b7c36448031ac25595f506bcb">svn_dirent_uri.h</a>
</li>
<li>SVN_DIRENT_SIZE
: <a class="el" href="group__svn__dirent__fields.html#ga6944bb5148ac39ecb570794e98d0812e">svn_types.h</a>
</li>
<li>svn_dirent_t
: <a class="el" href="svn__types_8h.html#a6ec890938a69ab815e98a74d95b168fa">svn_types.h</a>
</li>
<li>SVN_DIRENT_TIME
: <a class="el" href="group__svn__dirent__fields.html#ga2f1704a0f0226b47845de93c7ba95e2e">svn_types.h</a>
</li>
<li>svn_dso_initialize()
: <a class="el" href="svn__dso_8h.html#a642c70c4389e40132dc38e97a0237cd8">svn_dso.h</a>
</li>
<li>svn_dso_initialize2()
: <a class="el" href="svn__dso_8h.html#a8d211306716cb124314a79bc94f46b82">svn_dso.h</a>
</li>
<li>SVN_ERR
: <a class="el" href="group__svn__error__error__creation__destroy.html#ga2d4bba65866869939178e21df8e6fffb">svn_error.h</a>
</li>
<li>SVN_ERR_APMOD_ACTIVITY_NOT_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abd2364c3b79b20a4db5d5ef41236f49f">svn_error_codes.h</a>
</li>
<li>SVN_ERR_APMOD_BAD_BASELINE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a49f6b651aa17af524886e99d14902ed6">svn_error_codes.h</a>
</li>
<li>SVN_ERR_APMOD_CONNECTION_ABORTED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a0fe1ab022105be3b01dac19798a1a056">svn_error_codes.h</a>
</li>
<li>SVN_ERR_APMOD_MALFORMED_URI
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aa987a53a488ac1fd109c563b99ed7750">svn_error_codes.h</a>
</li>
<li>SVN_ERR_APMOD_MISSING_PATH_TO_FS
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ae90b845abd03aa4e3e10ed3598d65bc8">svn_error_codes.h</a>
</li>
<li>SVN_ERR_ASSERT
: <a class="el" href="svn__error_8h.html#a0262f0dfe6997e2f27b46bf1996d4565">svn_error.h</a>
</li>
<li>SVN_ERR_ASSERT_NO_RETURN
: <a class="el" href="svn__error_8h.html#af558fc819c1d0c4029a1503b34cdd589">svn_error.h</a>
</li>
<li>SVN_ERR_ASSERTION_FAIL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a096589a9e08b97fca6a70e745aca9f68">svn_error_codes.h</a>
</li>
<li>SVN_ERR_ATOMIC_INIT_FAILURE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac0c04fe9f62df7eb3cfc98846bf0aefa">svn_error_codes.h</a>
</li>
<li>SVN_ERR_AUTHN_CREDS_NOT_SAVED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a1b8688a681f24a0ee7a061af88a971e3">svn_error_codes.h</a>
</li>
<li>SVN_ERR_AUTHN_CREDS_UNAVAILABLE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aad4a734f337c451371153377aa636ea4">svn_error_codes.h</a>
</li>
<li>SVN_ERR_AUTHN_FAILED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac81b2fb253e9bf7422d030784d9fd771">svn_error_codes.h</a>
</li>
<li>SVN_ERR_AUTHN_NO_PROVIDER
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a8feabd6a82d937d61186cbb18d485e61">svn_error_codes.h</a>
</li>
<li>SVN_ERR_AUTHN_PROVIDERS_EXHAUSTED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660af6d251bc047ae1c1555de04b94680f33">svn_error_codes.h</a>
</li>
<li>SVN_ERR_AUTHZ_INVALID_CONFIG
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a88cc5149f716bf91dc05acc5565aee85">svn_error_codes.h</a>
</li>
<li>SVN_ERR_AUTHZ_PARTIALLY_READABLE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a78329d81c8098268720cb74e6d50d7e2">svn_error_codes.h</a>
</li>
<li>SVN_ERR_AUTHZ_ROOT_UNREADABLE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ae75395236b520270a9ab2f6a24b846ad">svn_error_codes.h</a>
</li>
<li>SVN_ERR_AUTHZ_UNREADABLE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660afcc31970c239fa572596d744fcce8d56">svn_error_codes.h</a>
</li>
<li>SVN_ERR_AUTHZ_UNWRITABLE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a8b9c73a04adbc30e7243f9b1181ac6fa">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_CHECKSUM_KIND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aedb4a99c1c33e98347d3b67cbf83b918">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_CHECKSUM_PARSE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a73953fa44f5636ddaaffa7456f483346">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_CONFIG_VALUE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a1f00cae76abb857cf4348598533f0825">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_CONTAINING_POOL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a70fe18d687e4a3c36c06e3da17c1a312">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_DATE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ae4154d4c9df2e86ddd02d1ae52cdc409">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_FILENAME
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a7bf12193db8e74a1e81344bd942e87c8">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_MIME_TYPE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660acf00eb32bb6cf0ab5ec3c9af7d6d885a">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_PROP_KIND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a25739d7f1f5bd468b439e13b03d327ed">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_PROPERTY_VALUE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a6d28e5e74287c950ea75f8913850ae77">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_RELATIVE_PATH
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ad799d594da3ed26610a5a5f2285a8af3">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_SERVER_SPECIFICATION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a984cfedf643c15185bf7bc74c73d49a2">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_URL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a0fd6f16300eed25a33d9b1f46b31b320">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_UUID
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660af3927739a2687d476be0b2c282a5d3e2">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BAD_VERSION_FILE_FORMAT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a7ea29dd3319d48e8b2a9bc56feec0398">svn_error_codes.h</a>
</li>
<li>SVN_ERR_BASE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ad5732ded884f163240a60b2e4d7e8063">svn_error_codes.h</a>
</li>
<li>svn_err_best_message()
: <a class="el" href="svn__error_8h.html#a1b3b6a34086d2fff18e88906fa756f73">svn_error.h</a>
</li>
<li>SVN_ERR_CANCELLED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a879a10e8184482c5fb71e48ab0bb28a9">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CEASE_INVOCATION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a185d3dbc5292f6ddbdb957bc8d8658da">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CHECKSUM_MISMATCH
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ae0b4dcc1b314982153e251724ce8d40b">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CL_ADM_DIR_RESERVED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a4cf21fa75dba7d74b03bad1567338f19">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CL_ARG_PARSING_ERROR
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660afba1baa7053bf86fdc11fce4402009cc">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CL_BAD_LOG_MESSAGE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a274502c4ea468dd7e52443d808178105">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CL_COMMIT_IN_ADDED_DIR
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a1894d66790289a563c48194381d96af3">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CL_INSUFFICIENT_ARGS
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aae9cf93652b8529df323eed334ca3059">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CL_LOG_MESSAGE_IS_PATHNAME
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a6e5e5116e081c32cfae9b8fa794fb2d0">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CL_LOG_MESSAGE_IS_VERSIONED_FILE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a26c29508d8c3f9e388f1352a90c22665">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CL_MUTUALLY_EXCLUSIVE_ARGS
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660adcdf6042b227fcb102920c4c767b25d6">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CL_NO_EXTERNAL_EDITOR
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aeb286aebb8e45a0e994a466585fc83c7">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CL_NO_EXTERNAL_MERGE_TOOL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a91ab4cad90e0f0c44db9821147648681">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CL_UNNECESSARY_LOG_MESSAGE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a320f5f0a012b14da0d9c099a88949392">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_BAD_REVISION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a7b4bd2cc6081ab306cb8f1729f5cea04">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_DUPLICATE_COMMIT_URL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac5fe2f7b653005b1dd90d19ae9f8d009">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_FILE_EXTERNAL_OVERWRITE_VERSIONED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a7fa37e93d61d521e1e58b761e6d245cb">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_INVALID_EXTERNALS_DESCRIPTION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ae8191ecc62302316fd66922929fad1c3">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_INVALID_RELOCATION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac601125a76c0c883d45de1373437ca9f">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_IS_BINARY_FILE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a7fe30cc24c4254580f899b654d9704e2">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_IS_DIRECTORY
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a3ef6563090a2973239c6e3e6c157c80a">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_MISSING_LOCK_TOKEN
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a01e219f298062ecc0f9a657c686debcc">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_MODIFIED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ad1d7cfcd9c3fc8f3fa504e130b39b825">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_MULTIPLE_SOURCES_DISALLOWED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aed55dadaa146171ce2478891659e7004">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_NO_VERSIONED_PARENT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ad9bfaff408831433a2325227f138de37">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_NOT_READY_TO_MERGE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aa10a88c38991a1b99eb29041acfc5484">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_PROPERTY_NAME
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a9c09ce4f48150b98ef33d442f9876431">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_RA_ACCESS_REQUIRED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ae68fd718c8ed39f44efd9d8f616bf7c0">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_REVISION_AUTHOR_CONTAINS_NEWLINE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a8ca50224e4f101de73bfa24400787ed7">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_REVISION_RANGE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a7a6be3080f7c42284199135fcfed5a95">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_UNRELATED_RESOURCES
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a46fa33bd1ea8074e3aff48ee3f828fdc">svn_error_codes.h</a>
</li>
<li>SVN_ERR_CLIENT_VERSIONED_PATH_REQUIRED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660acec8ba6f8e7d7570279e050254f5b38b">svn_error_codes.h</a>
</li>
<li>SVN_ERR_DELTA_MD5_CHECKSUM_ABSENT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a731d4a95bb3b9a8421d2acbd4479d4a2">svn_error_codes.h</a>
</li>
<li>SVN_ERR_DIFF_DATASOURCE_MODIFIED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a4a1c2ace7329c02a47b75c37dcdcfd4b">svn_error_codes.h</a>
</li>
<li>SVN_ERR_DIR_NOT_EMPTY
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a6220866dc43c69f65afe1f6cbd4caa5d">svn_error_codes.h</a>
</li>
<li>SVN_ERR_ENTRY_ATTRIBUTE_INVALID
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a044378847fd8bf0e442d88436ddab936">svn_error_codes.h</a>
</li>
<li>SVN_ERR_ENTRY_EXISTS
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660adbcc176700cfdcefc7228c74b72f7326">svn_error_codes.h</a>
</li>
<li>SVN_ERR_ENTRY_FORBIDDEN
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a1f0d3cfd026f93c76e457cb6073045a5">svn_error_codes.h</a>
</li>
<li>SVN_ERR_ENTRY_MISSING_REVISION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a2b4ea5bbd25dd34a954d1e7ff266f82e">svn_error_codes.h</a>
</li>
<li>SVN_ERR_ENTRY_MISSING_URL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a971e39f2cb906837ac80fe7ecd775150">svn_error_codes.h</a>
</li>
<li>SVN_ERR_ENTRY_NOT_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a3b8131c84b5fb6369d784ad72970826d">svn_error_codes.h</a>
</li>
<li>SVN_ERR_EXTERNAL_PROGRAM
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a9638ec0a50748fe97beb95d6befb73ca">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_ALREADY_EXISTS
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a2f41fcb413d1264e095529e8c8045b0d">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_ALREADY_OPEN
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aa734a4d40dfc933ee0843d99b6378b51">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_BAD_LOCK_TOKEN
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a9a37c53ba6c0f1169d9188bd95dd6f82">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_BERKELEY_DB
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aaa4d49fd00e3092475ebc7462b8874b5">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_BERKELEY_DB_DEADLOCK
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a1c2ad6554fb147788cc812c203e023e6">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_CLEANUP
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a5e439e4cd5d7baa3f06731c9513da67e">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_CONFLICT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a2556cd0052d1516e3985bcc99760a66d">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_CORRUPT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a3cf0fde29fc3809bddf9f05fd4dbfffc">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_GENERAL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abe6edc2ee451cf7c4870d569c354fbf7">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_ID_NOT_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a750289f1dcce004520d6e2f9ea88e185">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_LOCK_EXPIRED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a3cad60a7c1da32cb52e2c88371f9ea63">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_LOCK_OWNER_MISMATCH
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660afe27e62e4a25a191b8833c3de054e9a1">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_MALFORMED_SKEL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac18fc5fc46c57aa340a5a0a9bb3621f7">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NO_LOCK_TOKEN
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac7c34b37043abae22bd000412aca4daa">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NO_SUCH_CHECKSUM_REP
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a758dbf9f857b3b3848ff15dce709a5fc">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NO_SUCH_COPY
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a2e5c1e975bfefaf8d1ffa9761ba37d86">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NO_SUCH_ENTRY
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660afe8be58c4336e3738d014080bad824b5">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NO_SUCH_LOCK
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660afeb2fc9bec1fb31b5629f2ef6c72d3b7">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NO_SUCH_NODE_ORIGIN
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ab9a3505f9827226edf52165efe15f700">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NO_SUCH_REPRESENTATION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a1523ed7bf450c8fb63e19d7d64551479">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NO_SUCH_REVISION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a1758c2677bfa54c9a3b2e0e85c6418c1">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NO_SUCH_STRING
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ab781b401df8513b9f2c32b632de23bc0">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NO_SUCH_TRANSACTION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ab10e48191bdfc2d6dfc3eee7afae2dec">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NO_USER
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abea66f3bd37729675246ba64e69f7127">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NOT_DIRECTORY
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ae3e44b49d34a236f16058236934ec51e">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NOT_FILE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aa450bc43bfe000e40bc1461ced205a8d">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NOT_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a1dcbd183008b199753f1527f2ab66f4f">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NOT_ID
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aa3172f174085ce4bd29b8a5bfbce259f">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NOT_MUTABLE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a836bb2abfea281c7fce23b8abc68729a">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NOT_OPEN
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a92e7e3f33acf63ae57368ca9fdae7a7d">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NOT_REVISION_ROOT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a5509f4dc78be4ac8af1e07435b9b4220">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NOT_SINGLE_PATH_COMPONENT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a97fd384b5c24f0b92f3c4238703e71cd">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_NOT_TXN_ROOT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a9b89779450f263a591083ab2fa2c9b93">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_OUT_OF_DATE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a10d4f300327447395ef61f11c81ed4d7">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_PATH_ALREADY_LOCKED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a021a707e691a57f931765899c963b12c">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_PATH_NOT_LOCKED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a5771e3e50e6c3673c85a2094c1fd94a0">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_PATH_SYNTAX
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abb03809ad42b5e97975bda1e0a70eabf">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_REP_BEING_WRITTEN
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a910ca7ff4db5506a29df1d778a89682d">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_REP_CHANGED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660afda4d1fd08133e8f9deed38e116608e3">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_REP_NOT_MUTABLE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a068268e4fbed9614e3a56e2c8acc23a7">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_ROOT_DIR
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac8c62e965631f70a309adc10762fd2ac">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_TRANSACTION_DEAD
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660af4492baf2c6201ed613b61ca238adaaf">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_TRANSACTION_NOT_DEAD
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a1757023b320f3884dc5c9ce7658d1838">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_TRANSACTION_NOT_MUTABLE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a50bbbcf9bacf3e9352a30f8a01400963">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_TXN_NAME_TOO_LONG
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a84ed8214d73632d91378d05d798423ce">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_TXN_OUT_OF_DATE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a26db16f937b78e6102bf1c9f548e3ec7">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_UNKNOWN_FS_TYPE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aab878a38980cab1fa218691cd187c079">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_UNSUPPORTED_FORMAT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ab1fa73abef6662e0de6575f5435b97d2">svn_error_codes.h</a>
</li>
<li>SVN_ERR_FS_UNSUPPORTED_UPGRADE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a51588550b5e7e9b961b68dbe4acb128c">svn_error_codes.h</a>
</li>
<li>SVN_ERR_ILLEGAL_TARGET
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a600dd588fe36a1627b179bbb8d066752">svn_error_codes.h</a>
</li>
<li>SVN_ERR_INCOMPLETE_DATA
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a66a55f00bfe56cd28001cfc3e50fb262">svn_error_codes.h</a>
</li>
<li>SVN_ERR_INCORRECT_PARAMS
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aefad73c03537683dacb313a4d3e35783">svn_error_codes.h</a>
</li>
<li>SVN_ERR_INVALID_DIFF_OPTION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ad40b0865614f60bbddf8b3272dd1d901">svn_error_codes.h</a>
</li>
<li>SVN_ERR_IO_CORRUPT_EOL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac9b9f8ae5e3ab9ca0387cd65a1e394fd">svn_error_codes.h</a>
</li>
<li>SVN_ERR_IO_INCONSISTENT_EOL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a32a26305dc6620f1979a224c24316f05">svn_error_codes.h</a>
</li>
<li>SVN_ERR_IO_PIPE_FRAME_ERROR
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a168a938ad92382f71a7bf0f1b4f95bf9">svn_error_codes.h</a>
</li>
<li>SVN_ERR_IO_PIPE_READ_ERROR
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac8caeafd03a76523f8e329ae4017f72f">svn_error_codes.h</a>
</li>
<li>SVN_ERR_IO_UNIQUE_NAMES_EXHAUSTED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aedfce6b4da833af3b1c17b0c4ea57946">svn_error_codes.h</a>
</li>
<li>SVN_ERR_IO_UNKNOWN_EOL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a22937e2242d579a0564dbbf87e57b925">svn_error_codes.h</a>
</li>
<li>SVN_ERR_IO_WRITE_ERROR
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aa5f5c942700fb94eb5220a8d5c17c66a">svn_error_codes.h</a>
</li>
<li>SVN_ERR_IS_LOCK_ERROR
: <a class="el" href="svn__error_8h.html#a8f0bdaccdc1f8c5cd93f11cddf25ccf9">svn_error.h</a>
</li>
<li>SVN_ERR_IS_UNLOCK_ERROR
: <a class="el" href="svn__error_8h.html#a810964f4b0cb3615a4006d515e0b947f">svn_error.h</a>
</li>
<li>SVN_ERR_ITER_BREAK
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a026757dd93bb56da53cfa2a454b203c4">svn_error_codes.h</a>
</li>
<li>SVN_ERR_MALFORMED_FILE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ad12b54b9465f34a3a544b1bc8a02f4b1">svn_error_codes.h</a>
</li>
<li>SVN_ERR_MALFUNCTION
: <a class="el" href="svn__error_8h.html#a959223b3e45ed38fde9b239a69f2a472">svn_error.h</a>
</li>
<li>SVN_ERR_MALFUNCTION_NO_RETURN
: <a class="el" href="svn__error_8h.html#a18c3e150ee0b87c4eeb61acc72203e51">svn_error.h</a>
</li>
<li>SVN_ERR_MERGEINFO_PARSE_ERROR
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a6f562a2b4bd946dc7d84066a6d1c25b7">svn_error_codes.h</a>
</li>
<li>SVN_ERR_NO_APR_MEMCACHE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a32cbc39b244101aa8f2faf279bd32656">svn_error_codes.h</a>
</li>
<li>SVN_ERR_NO_AUTH_FILE_PATH
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a42063c50053c2fb2591625a3d86596ca">svn_error_codes.h</a>
</li>
<li>SVN_ERR_NODE_UNEXPECTED_KIND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a4b76541d3bf05ca742a80d9e1bf9a7dc">svn_error_codes.h</a>
</li>
<li>SVN_ERR_NODE_UNKNOWN_KIND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a411dd89793210f49f099681b930107db">svn_error_codes.h</a>
</li>
<li>SVN_ERR_PLUGIN_LOAD_FAILURE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a70bd2cdea9eab0e4db3c37e9b8125a75">svn_error_codes.h</a>
</li>
<li>SVN_ERR_PROPERTY_NOT_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a9edc10db84edb9fecc0f5ceb721c2421">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_ALREADY_EXISTS
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a5313552960c37455d611b4d461eaa610">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_CREATING_REQUEST
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a287e6a5a5edfa881c58618c7eb757e05">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_FORBIDDEN
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a341c9e84ac7d24c84fbbf50f334548ff">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_INVALID_CONFIG_VALUE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ad1a10801dcc9e965735caa897498ff63">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_MALFORMED_DATA
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a47d549aae436c0fa9691e03fe40be907">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_OPTIONS_REQ_FAILED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac961722ec718e4814d606db0f14fc49a">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_PATH_NOT_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abd039e979a0daa656aaba18d8755bd3e">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_PROPPATCH_FAILED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ace29eee7361d34ae5ed99910eade59b8">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_PROPS_NOT_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a993d0c057679bd640046b20fda4252cd">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_RELOCATED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a9860b02f4dc6d2a07c7b95f71193ba41">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_REQUEST_FAILED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a33d0985152b2fd42341465fc257200ae">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_RESPONSE_HEADER_BADNESS
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a619be22707f782ba1df92cd0dd870741">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_DAV_SOCK_INIT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a568a8193174f97949e4502b2bfc81ff5">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_ILLEGAL_URL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a0ac01d06d9b8811efbf624ae4cbb8e41">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_LOCAL_REPOS_NOT_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a94e4843b35aa39d68b815cbb433e463d">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_LOCAL_REPOS_OPEN_FAILED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a791f9681432aedf9164f28ee135d8a40">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_NO_REPOS_UUID
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a8c6338b97c6802fe68dcf4d8d541b190">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_NOT_AUTHORIZED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a9b9fb8efe4f4a851034986960481a3ee">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_NOT_IMPLEMENTED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a32a05593a132359752a8b224728f51b2">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_NOT_LOCKED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aa775e35c9a678d7e46c1ce0e5892ae3f">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_OUT_OF_DATE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a21e54f47ee731423b446a9e890abc83e">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_PARTIAL_REPLAY_NOT_SUPPORTED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ae8f88b45112997b21ddbf98df4674802">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_REPOS_ROOT_URL_MISMATCH
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abd55dc65beb8e603e82b0a79e90522f6">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_SERF_SSL_CERT_UNTRUSTED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a0476685be39c7b7af0a1cdaf5be97a6a">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_SERF_SSPI_INITIALISATION_FAILED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a667f78c4d83f7f393d77f963a20c9e25">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_SVN_BAD_VERSION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aef20a584c6c1b0c58e32f96bb5a991c5">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_SVN_CMD_ERR
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a6ec8f5eabb3b6a6bf972c43d1a1a19f0">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_SVN_CONNECTION_CLOSED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a22c851272f9af593e09f27dac53d4ded">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_SVN_IO_ERROR
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660adac0e69d613b0ff0b1b29f6aa36a54c2">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_SVN_MALFORMED_DATA
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac7f33ceb373bcc448e35224fbc8d7d09">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_SVN_NO_MECHANISMS
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aaf4ae63cb56c71e71d42834c64931dfd">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_SVN_REPOS_NOT_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abc964215cc233d5ec77a8b11e8e06d11">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_SVN_UNKNOWN_CMD
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a38a2c983bd6c777c1d92f8343e39e8e3">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_UNKNOWN_AUTH
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a5bf08de643eec50ccf9f7dd5c98cbd25">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_UNSUPPORTED_ABI_VERSION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ab146504c0ac778791e7613abfb4be2cc">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RA_UUID_MISMATCH
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a08b791cd5d3db49769f2483a24ab51da">svn_error_codes.h</a>
</li>
<li>SVN_ERR_REPOS_BAD_ARGS
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a06cbae483768f0b03a629e2ef3cc5e55">svn_error_codes.h</a>
</li>
<li>SVN_ERR_REPOS_BAD_REVISION_REPORT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aadf7e2755e63edecdc850487da3ed66b">svn_error_codes.h</a>
</li>
<li>SVN_ERR_REPOS_DISABLED_FEATURE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a629c172be9b8b978b58e8d04d959b383">svn_error_codes.h</a>
</li>
<li>SVN_ERR_REPOS_HOOK_FAILURE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a78e8a97a4e471adfa82ebbfa1d74fc77">svn_error_codes.h</a>
</li>
<li>SVN_ERR_REPOS_LOCKED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a9354f944d16af9cb08f4bd158c63e0ce">svn_error_codes.h</a>
</li>
<li>SVN_ERR_REPOS_NO_DATA_FOR_REPORT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abc43cb4048db4cf69cd34222a8842ace">svn_error_codes.h</a>
</li>
<li>SVN_ERR_REPOS_POST_COMMIT_HOOK_FAILED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a6b4aa01f13ee0377b50654010fb6c593">svn_error_codes.h</a>
</li>
<li>SVN_ERR_REPOS_POST_LOCK_HOOK_FAILED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660af0aafaf7a19c03326da7f172d358829b">svn_error_codes.h</a>
</li>
<li>SVN_ERR_REPOS_POST_UNLOCK_HOOK_FAILED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a641c9bf0b46a0c8a3b97094da827e465">svn_error_codes.h</a>
</li>
<li>SVN_ERR_REPOS_UNSUPPORTED_UPGRADE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a449f5424de503b1ce06d110dbd0f3e66">svn_error_codes.h</a>
</li>
<li>SVN_ERR_REPOS_UNSUPPORTED_VERSION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660af5402034a7696b1c42463aceaaa3e0ff">svn_error_codes.h</a>
</li>
<li>SVN_ERR_RESERVED_FILENAME_SPECIFIED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a9ca945e8c29657862bfd76798d4e3b32">svn_error_codes.h</a>
</li>
<li>SVN_ERR_REVNUM_PARSE_FAILURE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a3ed5e34eda2606f23928d75b4ede0fbc">svn_error_codes.h</a>
</li>
<li>SVN_ERR_SQLITE_ERROR
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a881343a0a727ab82a159431e911b642d">svn_error_codes.h</a>
</li>
<li>SVN_ERR_SQLITE_READONLY
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ace3e84e7f8c7a97d1c29db4137f80da3">svn_error_codes.h</a>
</li>
<li>SVN_ERR_SQLITE_UNSUPPORTED_SCHEMA
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a02435e403b212ef11dc4bd7c627849a2">svn_error_codes.h</a>
</li>
<li>SVN_ERR_STREAM_MALFORMED_DATA
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ab0265f39984ccd6037a5d30e8bb67b05">svn_error_codes.h</a>
</li>
<li>SVN_ERR_STREAM_UNEXPECTED_EOF
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aa25ea909a99f4183fb7ed2f15877f245">svn_error_codes.h</a>
</li>
<li>SVN_ERR_STREAM_UNRECOGNIZED_DATA
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ad966caa61ed48ac45c1e07acc1f72d51">svn_error_codes.h</a>
</li>
<li>SVN_ERR_SVNDIFF_BACKWARD_VIEW
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a5edaa85e376608257c2c778fd7fd125e">svn_error_codes.h</a>
</li>
<li>SVN_ERR_SVNDIFF_CORRUPT_WINDOW
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aeab8348a541ba0ba5b4a5f9bfcd62340">svn_error_codes.h</a>
</li>
<li>SVN_ERR_SVNDIFF_INVALID_COMPRESSED_DATA
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aabdd5f2de68f51ba7315228f332618bf">svn_error_codes.h</a>
</li>
<li>SVN_ERR_SVNDIFF_INVALID_HEADER
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a23c6a3ae0809500dfd2993967f5cbf19">svn_error_codes.h</a>
</li>
<li>SVN_ERR_SVNDIFF_INVALID_OPS
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a6a6f24be76d28153775af45d0b8bb313">svn_error_codes.h</a>
</li>
<li>SVN_ERR_SVNDIFF_UNEXPECTED_END
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a2df62b55ba277e4550d69ea112574385">svn_error_codes.h</a>
</li>
<li>SVN_ERR_SWIG_PY_EXCEPTION_SET
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a443b41cce41891ef011cb852d1321359">svn_error_codes.h</a>
</li>
<li>SVN_ERR_TEST_FAILED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a76ce69f56290468736eac8d9df4bbd16">svn_error_codes.h</a>
</li>
<li>SVN_ERR_TEST_SKIPPED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a5268b968516ba79cc3746e3056f0e578">svn_error_codes.h</a>
</li>
<li>SVN_ERR_UNKNOWN_CAPABILITY
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a0dbc19924729c4097c2c297a11fb63bc">svn_error_codes.h</a>
</li>
<li>SVN_ERR_UNKNOWN_CHANGELIST
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aa0d8d417a7bf21e9e76196276c6b942d">svn_error_codes.h</a>
</li>
<li>SVN_ERR_UNSUPPORTED_FEATURE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a4152fa8f6143f7bcd6f2f7d656096c8b">svn_error_codes.h</a>
</li>
<li>SVN_ERR_UNVERSIONED_RESOURCE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ab2aa0e1c71bfdeee3046249a272cd4ea">svn_error_codes.h</a>
</li>
<li>SVN_ERR_VERSION_MISMATCH
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a29e2d84a50be17eae2cb7234d10e9a1d">svn_error_codes.h</a>
</li>
<li>SVN_ERR_W
: <a class="el" href="group__svn__error__error__creation__destroy.html#gab25a91cd83a69c02997d636778652924">svn_error.h</a>
</li>
<li>SVN_ERR_WC_BAD_ADM_LOG
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ae264e1b35fb07828ff80800b7ff6a8a4">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_BAD_ADM_LOG_START
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a7e0262d68e69c7f123bd2a37c6b3df10">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_BAD_PATH
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a1be81a5e590278c75e732dd6750e2b9f">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_CANNOT_DELETE_FILE_EXTERNAL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a47e801c6fbc64371ca7d6871c9be1471">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_CANNOT_MOVE_FILE_EXTERNAL
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a8a928fda1d50d6e376b24ec5dc74885f">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_CHANGELIST_MOVE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a14f3e93d7557f7cccb04b20ff5223f94">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_CONFLICT_RESOLVER_FAILURE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a75347291a390439706a97ee3d8844938">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_COPYFROM_PATH_NOT_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aa5d8d487f599c8c69a936e770b7a8bf0">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_CORRUPT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac5784d9696ecd8e50b6d391fc133785e">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_CORRUPT_TEXT_BASE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a070592d6aecee2ab0b730b19a995ed5b">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_FOUND_CONFLICT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abfe088da1a0ac4983c13354a39452ae2">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_INVALID_LOCK
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a043683da7f447332ff2ac81621942930">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_INVALID_OP_ON_CWD
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a3d2d3687bf1daa26c2ac768a002cf218">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_INVALID_RELOCATION
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a6acefcc41c3b95c506e507799b500f14">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_INVALID_SCHEDULE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a3be7285f1c1c006cc882e4803d91b387">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_INVALID_SWITCH
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aaad589570f11bb3c90430cc694126f37">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_LEFT_LOCAL_MOD
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a8c9f26d2bb0c9dfa3dac0e72690de6f6">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_LOCKED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ab0cd6ad013c35caeb447fb236fcaee53">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_MISMATCHED_CHANGELIST
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a7629e31a6ea4822c9e032495e115f331">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_NODE_KIND_CHANGE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aff80d80d1ab8d27fff251e17b097a1d6">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_NOT_DIRECTORY
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a8622175b5afdcca5900ada6a26fbc359">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_NOT_FILE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a17e0dd1445419d1ee0161da4f0e17123">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_NOT_LOCKED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a309831a0fe699de2ab7e89a9de7a7a3e">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_NOT_UP_TO_DATE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ab53fcfb28906c8c56d307c2fcffe1ebe">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_OBSTRUCTED_UPDATE
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a27bd9ef18e2e73381940af69f7e55922">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_PATH_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a23fd41040904c3893770b83171d4b0d0">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_PATH_NOT_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a42d1fe7f35ccb4c21411520c80c2fe00">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_SCHEDULE_CONFLICT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a77e633c44d247cff95b18c02f5ae817b">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_UNSUPPORTED_FORMAT
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abb7d5cce6dfd28559a761023d1182515">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_UNWIND_EMPTY
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abc14c81a286c3ef6c77d813d1dd6eba3">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_UNWIND_MISMATCH
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ad1f3117c2755dbaa3f270ca3d7e26f9b">svn_error_codes.h</a>
</li>
<li>SVN_ERR_WC_UNWIND_NOT_EMPTY
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a8470aa0cfac4a828a91c1c6b60cd2497">svn_error_codes.h</a>
</li>
<li>SVN_ERR_XML_ATTRIB_NOT_FOUND
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ab9a566ea8220a1bf7182cac982f17d4e">svn_error_codes.h</a>
</li>
<li>SVN_ERR_XML_MALFORMED
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a70ae5fdb4086444de78c44ed504c67be">svn_error_codes.h</a>
</li>
<li>SVN_ERR_XML_MISSING_ANCESTRY
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660aa1bc74820c9a4e1d27d3204d79beb180">svn_error_codes.h</a>
</li>
<li>SVN_ERR_XML_UNESCAPABLE_DATA
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac4fc8757383936b0e0754ce76aa75d6a">svn_error_codes.h</a>
</li>
<li>SVN_ERR_XML_UNKNOWN_ENCODING
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a06ab0e1a5b2ce11e85802221ce28c200">svn_error_codes.h</a>
</li>
<li>svn_errno_t
: <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660">svn_error_codes.h</a>
</li>
<li>svn_error__locate()
: <a class="el" href="svn__error_8h.html#acc38737e1ce190a9184d4dd768e7cd8f">svn_error.h</a>
</li>
<li>svn_error__malfunction()
: <a class="el" href="svn__error_8h.html#a0954e6a6341b3d32c783cba2579858c2">svn_error.h</a>
</li>
<li>svn_error_abort_on_malfunction()
: <a class="el" href="svn__error_8h.html#a17fc1ce5905f53d7b1107e6678459294">svn_error.h</a>
</li>
<li>svn_error_clear()
: <a class="el" href="group__svn__error__error__creation__destroy.html#gac8bb06e98118a482ccf534fe38c33495">svn_error.h</a>
</li>
<li>svn_error_compose()
: <a class="el" href="group__svn__error__error__creation__destroy.html#ga0617c02787a33ecbf68dcf752fe17b34">svn_error.h</a>
</li>
<li>svn_error_compose_create()
: <a class="el" href="group__svn__error__error__creation__destroy.html#ga3478fc47db9ca31d169138aa6ef7daee">svn_error.h</a>
</li>
<li>svn_error_create
: <a class="el" href="group__svn__error__error__creation__destroy.html#gaa66e25c535c46d2acdf93e5ca601ff33">svn_error.h</a>
</li>
<li>svn_error_createf
: <a class="el" href="group__svn__error__error__creation__destroy.html#gac4317e87e2a697acda868816d48d54bf">svn_error.h</a>
</li>
<li>svn_error_dup()
: <a class="el" href="group__svn__error__error__creation__destroy.html#gabbe0febe6b533b445347f8b7eaca448b">svn_error.h</a>
</li>
<li>svn_error_malfunction_handler_t
: <a class="el" href="svn__error_8h.html#a8eb40e32bbe9f2f5ceb621611d7f9fd9">svn_error.h</a>
</li>
<li>svn_error_quick_wrap
: <a class="el" href="group__svn__error__error__creation__destroy.html#gaf77fb3827090b391b9201d07aad3133e">svn_error.h</a>
</li>
<li>svn_error_raise_on_malfunction()
: <a class="el" href="svn__error_8h.html#a3ad3793da54e30aa57e708d2f9e997d1">svn_error.h</a>
</li>
<li>svn_error_root_cause()
: <a class="el" href="group__svn__error__error__creation__destroy.html#ga963dd4ae636823a71c36f4a1abec70f7">svn_error.h</a>
</li>
<li>svn_error_set_malfunction_handler()
: <a class="el" href="svn__error_8h.html#a399ab33aa7fcea5cc776a62b56b7ad06">svn_error.h</a>
</li>
<li>svn_error_t
: <a class="el" href="svn__types_8h.html#aee5cf08f356d7506dcd929a7f2e51aa0">svn_types.h</a>
</li>
<li>svn_error_wrap_apr
: <a class="el" href="group__svn__error__error__creation__destroy.html#ga30f9c088b363906ed105cbb48a885f54">svn_error.h</a>
</li>
<li>svn_file_rev_handler_old_t
: <a class="el" href="group__delta__support.html#ga5436061cf6c7c18569781bb890e5d9fc">svn_delta.h</a>
</li>
<li>svn_file_rev_handler_t
: <a class="el" href="group__delta__support.html#ga31e5b4fa524d2ee126ca8f7e7b49eece">svn_delta.h</a>
</li>
<li>svn_filesize_t
: <a class="el" href="svn__types_8h.html#a726e581898461c1d3e7dbdb16d99dad0">svn_types.h</a>
</li>
<li>SVN_FILESIZE_T_FMT
: <a class="el" href="svn__types_8h.html#a517ca03658c247969d81c31b122c7f04">svn_types.h</a>
</li>
<li>svn_fs_abort_txn()
: <a class="el" href="group__svn__fs__txns.html#ga3854fdae3fed37d82514183b061f7c16">svn_fs.h</a>
</li>
<li>svn_fs_access_add_lock_token()
: <a class="el" href="group__svn__fs__access__ctx.html#ga44f7faba2c0d9791f0695d2e6ba36fb5">svn_fs.h</a>
</li>
<li>svn_fs_access_add_lock_token2()
: <a class="el" href="group__svn__fs__access__ctx.html#ga9ebb13d0c50a3a440177a2494eb8a000">svn_fs.h</a>
</li>
<li>svn_fs_access_get_username()
: <a class="el" href="group__svn__fs__access__ctx.html#ga6b22c06a0f3810547c65f9e205f09891">svn_fs.h</a>
</li>
<li>svn_fs_access_t
: <a class="el" href="group__svn__fs__access__ctx.html#ga7fe2e31558e4e2e764fb33c0065704eb">svn_fs.h</a>
</li>
<li>svn_fs_apply_text()
: <a class="el" href="group__fs__handling.html#ga61f5a039a4ad8818de163578b9c054f7">svn_fs.h</a>
</li>
<li>svn_fs_apply_textdelta()
: <a class="el" href="group__fs__handling.html#ga8ae7391b579009b76e238fe9ef5b8053">svn_fs.h</a>
</li>
<li>svn_fs_begin_txn()
: <a class="el" href="group__svn__fs__txns.html#ga5f3d23248081c14a10f72034bae82848">svn_fs.h</a>
</li>
<li>svn_fs_begin_txn2()
: <a class="el" href="group__svn__fs__txns.html#ga2fa27aba3d45db58c8889beda852fed9">svn_fs.h</a>
</li>
<li>svn_fs_berkeley_logfiles()
: <a class="el" href="group__svn__fs__bdb.html#ga2cd4d9b732adea7d85fe7c89fe6b6c08">svn_fs.h</a>
</li>
<li>svn_fs_berkeley_path()
: <a class="el" href="group__svn__fs__bdb__deprecated.html#gae1f913ff4684b5099b4e580398138587">svn_fs.h</a>
</li>
<li>svn_fs_berkeley_recover()
: <a class="el" href="group__svn__fs__bdb__deprecated.html#ga382100d2c235b30b5d510fdbe7ebb909">svn_fs.h</a>
</li>
<li>svn_fs_change_node_prop()
: <a class="el" href="group__fs__handling.html#ga75ce7073e254911b82f9acc4825d4247">svn_fs.h</a>
</li>
<li>svn_fs_change_rev_prop()
: <a class="el" href="group__fs__handling.html#gab368d97a4f5093e8c71f8082f4664937">svn_fs.h</a>
</li>
<li>svn_fs_change_txn_prop()
: <a class="el" href="group__svn__fs__txns.html#ga2e9673e36aec896dae01a6c31787bcd6">svn_fs.h</a>
</li>
<li>svn_fs_change_txn_props()
: <a class="el" href="group__svn__fs__txns.html#gad73ecc9b8b7b18e3e97f024f73daa6b1">svn_fs.h</a>
</li>
<li>svn_fs_check_path()
: <a class="el" href="group__fs__handling.html#ga8795c6c2a696353b550c2f733787a015">svn_fs.h</a>
</li>
<li>svn_fs_check_related()
: <a class="el" href="group__svn__fs__nodes.html#gadba31f228a5bafedf6d8af83ea4771e1">svn_fs.h</a>
</li>
<li>svn_fs_close_root()
: <a class="el" href="group__svn__fs__roots.html#ga06ab96148b78d0883601545114f8b391">svn_fs.h</a>
</li>
<li>svn_fs_closest_copy()
: <a class="el" href="group__fs__handling.html#ga9d7839028ca775d36c6fdc851973f9ac">svn_fs.h</a>
</li>
<li>svn_fs_commit_txn()
: <a class="el" href="group__svn__fs__txns.html#gae86163e9e3623168cee620446a40e755">svn_fs.h</a>
</li>
<li>svn_fs_compare_ids()
: <a class="el" href="group__svn__fs__nodes.html#gac695bbee91343eb5e83b5ad7bc2c30c8">svn_fs.h</a>
</li>
<li>SVN_FS_CONFIG_FS_TYPE
: <a class="el" href="group__fs__handling.html#ga8cce99342f8830d9541901fcbc5fa8b3">svn_fs.h</a>
</li>
<li>SVN_FS_CONFIG_PRE_1_4_COMPATIBLE
: <a class="el" href="group__fs__handling.html#gadc13f77df450863a919070b29b21c781">svn_fs.h</a>
</li>
<li>SVN_FS_CONFIG_PRE_1_5_COMPATIBLE
: <a class="el" href="group__fs__handling.html#ga1c752f75cbf1c1baa0e9162a69c3d726">svn_fs.h</a>
</li>
<li>SVN_FS_CONFIG_PRE_1_6_COMPATIBLE
: <a class="el" href="group__fs__handling.html#ga3a32c49aff9bb931c07c6cca5f4f80c9">svn_fs.h</a>
</li>
<li>svn_fs_contents_changed()
: <a class="el" href="group__fs__handling.html#gaede66ee7850d389bcdeb5ddef1540fdc">svn_fs.h</a>
</li>
<li>svn_fs_copied_from()
: <a class="el" href="group__fs__handling.html#gaed6116279287a80ec4f7de380a732f45">svn_fs.h</a>
</li>
<li>svn_fs_copy()
: <a class="el" href="group__fs__handling.html#ga9da8e22bd1058f877a275099699bb86b">svn_fs.h</a>
</li>
<li>svn_fs_create()
: <a class="el" href="group__fs__handling.html#ga24b9cee11c6d584ddb0b9d74efca5dd5">svn_fs.h</a>
</li>
<li>svn_fs_create_access()
: <a class="el" href="group__svn__fs__access__ctx.html#gad68ea73b8fc4275cb5aa90bfac0c2ea9">svn_fs.h</a>
</li>
<li>svn_fs_create_berkeley()
: <a class="el" href="group__svn__fs__bdb__deprecated.html#ga5662639a436fd0c6136d59dfa17f3b07">svn_fs.h</a>
</li>
<li>svn_fs_delete()
: <a class="el" href="group__fs__handling.html#ga528e3cf9010e463b511584f4143b6a72">svn_fs.h</a>
</li>
<li>svn_fs_delete_berkeley()
: <a class="el" href="group__svn__fs__bdb__deprecated.html#ga26918fdfd64ab135db07072f669e0efb">svn_fs.h</a>
</li>
<li>svn_fs_delete_fs()
: <a class="el" href="group__fs__handling.html#ga6d1642cd31bc5e860d521c8c80058058">svn_fs.h</a>
</li>
<li>svn_fs_deltify_revision()
: <a class="el" href="group__fs__handling.html#ga3f29dd4915629fc66ea1af713b659ce5">svn_fs.h</a>
</li>
<li>svn_fs_dir_entries()
: <a class="el" href="group__fs__handling.html#gad254aea2a12fbd7c8c62c8aaa3c4624c">svn_fs.h</a>
</li>
<li>svn_fs_dirent_t
: <a class="el" href="group__fs__handling.html#ga2697d2b291384d9511aef9857daf8aa1">svn_fs.h</a>
</li>
<li>svn_fs_file_checksum()
: <a class="el" href="group__fs__handling.html#ga3a35bf47dcd1d43fdf7572166eb0eeb4">svn_fs.h</a>
</li>
<li>svn_fs_file_contents()
: <a class="el" href="group__fs__handling.html#gafe8eadb1c6950e3bfdca49bbb497d6fb">svn_fs.h</a>
</li>
<li>svn_fs_file_length()
: <a class="el" href="group__fs__handling.html#gabd675ec4bc28c7f4e72a121feeb60059">svn_fs.h</a>
</li>
<li>svn_fs_file_md5_checksum()
: <a class="el" href="group__fs__handling.html#ga9dfe5ed9f63bb8b222d2adb2b96f0220">svn_fs.h</a>
</li>
<li>svn_fs_generate_lock_token()
: <a class="el" href="group__svn__fs__locks.html#ga2caf8e8ad52cf830d17626f7805bc42e">svn_fs.h</a>
</li>
<li>svn_fs_get_access()
: <a class="el" href="group__svn__fs__access__ctx.html#ga93e27085473a77206da0e57e9867abe4">svn_fs.h</a>
</li>
<li>svn_fs_get_file_delta_stream()
: <a class="el" href="group__fs__handling.html#gad2d4b1fa18c0bbda6719d4414b52f4c2">svn_fs.h</a>
</li>
<li>svn_fs_get_lock()
: <a class="el" href="group__svn__fs__locks.html#ga1f4e9e1f28d46d6a23a1e12e7877ebc9">svn_fs.h</a>
</li>
<li>svn_fs_get_locks()
: <a class="el" href="group__svn__fs__locks.html#ga5c0fdad9e95f6d0c1f4deb711d860e01">svn_fs.h</a>
</li>
<li>svn_fs_get_locks_callback_t
: <a class="el" href="group__svn__fs__locks.html#ga668d3961d6663956afaa1747353ce543">svn_fs.h</a>
</li>
<li>svn_fs_get_mergeinfo()
: <a class="el" href="group__fs__handling.html#ga2976ec837ee7caa7771e61ed266933b5">svn_fs.h</a>
</li>
<li>svn_fs_get_uuid()
: <a class="el" href="group__fs__handling.html#ga2ce6bd7610fc7201f4ea6b4e20e49e67">svn_fs.h</a>
</li>
<li>svn_fs_history_location()
: <a class="el" href="group__fs__handling.html#ga266d0597466eb198dc4b593fcd44490e">svn_fs.h</a>
</li>
<li>svn_fs_history_prev()
: <a class="el" href="group__fs__handling.html#ga58dd5d7dc74bef946a4dc1129c342038">svn_fs.h</a>
</li>
<li>svn_fs_history_t
: <a class="el" href="group__fs__handling.html#gaa31b679ed9ca7b53241ebda04c035140">svn_fs.h</a>
</li>
<li>svn_fs_hotcopy()
: <a class="el" href="group__fs__handling.html#ga2909d84e561fbfd8b0f321dbded129b6">svn_fs.h</a>
</li>
<li>svn_fs_hotcopy_berkeley()
: <a class="el" href="group__svn__fs__bdb__deprecated.html#ga6ccd355919e18f239af7d5678a2a2278">svn_fs.h</a>
</li>
<li>svn_fs_id_t
: <a class="el" href="group__svn__fs__nodes.html#gaeca8f1c373c50ca7bb08e3417242b106">svn_fs.h</a>
</li>
<li>svn_fs_initialize()
: <a class="el" href="group__fs__handling.html#gaf3bce1e26521c4432f14f3adfc617f17">svn_fs.h</a>
</li>
<li>svn_fs_is_dir()
: <a class="el" href="group__fs__handling.html#ga1a5ecfab7f53876e9ad6def4265df7e6">svn_fs.h</a>
</li>
<li>svn_fs_is_file()
: <a class="el" href="group__fs__handling.html#ga84b9e2f502354e16162edd12e8f5cc5b">svn_fs.h</a>
</li>
<li>svn_fs_is_revision_root()
: <a class="el" href="group__svn__fs__roots.html#ga19748deb69ab1f1c401956c861fb7805">svn_fs.h</a>
</li>
<li>svn_fs_is_txn_root()
: <a class="el" href="group__svn__fs__roots.html#ga9c8402805c28e8fb5292281a766e6621">svn_fs.h</a>
</li>
<li>svn_fs_list_transactions()
: <a class="el" href="group__svn__fs__txns.html#gaa53bc028497b6468ae4cdb2347e8d8b0">svn_fs.h</a>
</li>
<li>svn_fs_lock()
: <a class="el" href="group__svn__fs__locks.html#gae552c755f0b7d2f390f3ccf844e8ad37">svn_fs.h</a>
</li>
<li>svn_fs_make_dir()
: <a class="el" href="group__fs__handling.html#ga8484e37e57a52bb38e5067c38bf41e16">svn_fs.h</a>
</li>
<li>svn_fs_make_file()
: <a class="el" href="group__fs__handling.html#gac760753f1ae74fc19991d5dab7cb643c">svn_fs.h</a>
</li>
<li>svn_fs_merge()
: <a class="el" href="group__fs__handling.html#gafc5df16564312635dc97077a29e73d8e">svn_fs.h</a>
</li>
<li>svn_fs_new()
: <a class="el" href="group__svn__fs__bdb__deprecated.html#ga91410ca05330dcec53e8cc5ead76a2ab">svn_fs.h</a>
</li>
<li>svn_fs_node_created_path()
: <a class="el" href="group__fs__handling.html#gaf25b3de3d8930d857cf6c94777ce9bca">svn_fs.h</a>
</li>
<li>svn_fs_node_created_rev()
: <a class="el" href="group__fs__handling.html#gad3be25cd08e898319e14cce69580992e">svn_fs.h</a>
</li>
<li>svn_fs_node_history()
: <a class="el" href="group__fs__handling.html#ga2412ddc868b0ef6cdbbe3b682827885e">svn_fs.h</a>
</li>
<li>svn_fs_node_id()
: <a class="el" href="group__fs__handling.html#gaf59a66cf510e6da06dadfe2b3bb372e1">svn_fs.h</a>
</li>
<li>svn_fs_node_origin_rev()
: <a class="el" href="group__fs__handling.html#gaf26ebca946019f3761f48ad8dadd6eaa">svn_fs.h</a>
</li>
<li>svn_fs_node_prop()
: <a class="el" href="group__fs__handling.html#ga830b554597da876e1b6256f2836cf349">svn_fs.h</a>
</li>
<li>svn_fs_node_proplist()
: <a class="el" href="group__fs__handling.html#ga079534da68d59ac24307ae171189dd61">svn_fs.h</a>
</li>
<li>svn_fs_open()
: <a class="el" href="group__fs__handling.html#gaf31aff19f6ddd70e665235ff1857fc35">svn_fs.h</a>
</li>
<li>svn_fs_open_berkeley()
: <a class="el" href="group__svn__fs__bdb__deprecated.html#gaf07738ca9bd8d87d12fddd35cf5b855d">svn_fs.h</a>
</li>
<li>svn_fs_open_txn()
: <a class="el" href="group__svn__fs__txns.html#ga18241d3755602b52f2ccd0c6c68118f1">svn_fs.h</a>
</li>
<li>svn_fs_pack()
: <a class="el" href="group__fs__handling.html#ga307aa2f60e82d9f78d7f7990991533c3">svn_fs.h</a>
</li>
<li>svn_fs_pack_notify_action_t
: <a class="el" href="group__fs__handling.html#ga7c9b681798a28beb90cb747c0626b5b2">svn_fs.h</a>
</li>
<li>svn_fs_pack_notify_end
: <a class="el" href="group__fs__handling.html#gga7c9b681798a28beb90cb747c0626b5b2a418f1ef1d170f644d49d055b4d4e244f">svn_fs.h</a>
</li>
<li>svn_fs_pack_notify_start
: <a class="el" href="group__fs__handling.html#gga7c9b681798a28beb90cb747c0626b5b2afba8e92df732aad1d260c907a671d974">svn_fs.h</a>
</li>
<li>svn_fs_pack_notify_t
: <a class="el" href="group__fs__handling.html#ga418eae984b0da828404197edf9fcc46e">svn_fs.h</a>
</li>
<li>svn_fs_parse_id()
: <a class="el" href="group__svn__fs__nodes.html#ga56988c80b1c47770dffa22268adccaf4">svn_fs.h</a>
</li>
<li>svn_fs_path()
: <a class="el" href="group__fs__handling.html#gaa1a79172a1faa38b234d365240079c3a">svn_fs.h</a>
</li>
<li>svn_fs_path_change2_create()
: <a class="el" href="group__svn__fs__directories.html#ga1875b951703c3e0e418a0e4d9a8a4c8d">svn_fs.h</a>
</li>
<li>svn_fs_path_change2_t
: <a class="el" href="group__svn__fs__directories.html#ga50807b41848e447ca797063524d31389">svn_fs.h</a>
</li>
<li>svn_fs_path_change_add
: <a class="el" href="group__svn__fs__directories.html#gga4b9c73aaf4c6e441814391fe453809eda05141754cb7a3e8ce0176d70438b1b2d">svn_fs.h</a>
</li>
<li>svn_fs_path_change_delete
: <a class="el" href="group__svn__fs__directories.html#gga4b9c73aaf4c6e441814391fe453809eda88647e84de7d07f658e15503ccb85a08">svn_fs.h</a>
</li>
<li>svn_fs_path_change_kind_t
: <a class="el" href="group__svn__fs__directories.html#ga4b9c73aaf4c6e441814391fe453809ed">svn_fs.h</a>
</li>
<li>svn_fs_path_change_modify
: <a class="el" href="group__svn__fs__directories.html#gga4b9c73aaf4c6e441814391fe453809eda5baa73bf484f0555122529554786a9d9">svn_fs.h</a>
</li>
<li>svn_fs_path_change_replace
: <a class="el" href="group__svn__fs__directories.html#gga4b9c73aaf4c6e441814391fe453809eda61e2667079746d940d3049c276fb6bee">svn_fs.h</a>
</li>
<li>svn_fs_path_change_reset
: <a class="el" href="group__svn__fs__directories.html#gga4b9c73aaf4c6e441814391fe453809eda84048643b283a014f3ec9c2ae382c477">svn_fs.h</a>
</li>
<li>svn_fs_path_change_t
: <a class="el" href="group__svn__fs__directories.html#gafc7f95263f8edd2c4855e762983813b5">svn_fs.h</a>
</li>
<li>svn_fs_paths_changed()
: <a class="el" href="group__svn__fs__directories.html#ga41ca833e67c5cbabfc0fa9ad9a69c60c">svn_fs.h</a>
</li>
<li>svn_fs_paths_changed2()
: <a class="el" href="group__svn__fs__directories.html#ga4f4dac990ffee5f8b29a658f1c88f7d9">svn_fs.h</a>
</li>
<li>svn_fs_print_modules()
: <a class="el" href="group__fs__handling.html#ga26cf98c986a0f71fe9d86be0f73266b6">svn_fs.h</a>
</li>
<li>svn_fs_props_changed()
: <a class="el" href="group__fs__handling.html#gaac7c1a6f4732d24a8ee387abb33e33dc">svn_fs.h</a>
</li>
<li>svn_fs_purge_txn()
: <a class="el" href="group__svn__fs__txns.html#ga1b7d6f51cfbe7083fb11937c0abeaa28">svn_fs.h</a>
</li>
<li>svn_fs_recover()
: <a class="el" href="group__fs__handling.html#gaf6f1f42958e3f56326185b91fc1ae679">svn_fs.h</a>
</li>
<li>svn_fs_revision_link()
: <a class="el" href="group__fs__handling.html#gaddd7ec5b6e3306c609e46d4f5a2b8a5c">svn_fs.h</a>
</li>
<li>svn_fs_revision_prop()
: <a class="el" href="group__fs__handling.html#ga0cd6959ee54cd16768477d608fd33c34">svn_fs.h</a>
</li>
<li>svn_fs_revision_proplist()
: <a class="el" href="group__fs__handling.html#ga423da8c30eacc9787ec7bc3dd1b9e351">svn_fs.h</a>
</li>
<li>svn_fs_revision_root()
: <a class="el" href="group__svn__fs__roots.html#gadee7737a4690e802c3ffda2318e07b8d">svn_fs.h</a>
</li>
<li>svn_fs_revision_root_revision()
: <a class="el" href="group__svn__fs__roots.html#ga4843220a9b552950f98862a8539bfc83">svn_fs.h</a>
</li>
<li>svn_fs_root_fs()
: <a class="el" href="group__svn__fs__roots.html#ga18b5e4092f5ee518fd4ad1d877b326d7">svn_fs.h</a>
</li>
<li>svn_fs_root_t
: <a class="el" href="group__svn__fs__roots.html#gaa0616aebbe57398ec86bcb8a432248cd">svn_fs.h</a>
</li>
<li>svn_fs_set_access()
: <a class="el" href="group__svn__fs__access__ctx.html#ga732f8df403c8043084f9dfa4ca6675c0">svn_fs.h</a>
</li>
<li>svn_fs_set_berkeley_errcall()
: <a class="el" href="group__svn__fs__bdb.html#gac162b15e2e488c2f9b54b7c68111d21d">svn_fs.h</a>
</li>
<li>svn_fs_set_uuid()
: <a class="el" href="group__fs__handling.html#gabec2453f61fb9356db9526d4c56f3a62">svn_fs.h</a>
</li>
<li>svn_fs_set_warning_func()
: <a class="el" href="group__fs__handling.html#gabc881c866ebe2cbd41767374264532e8">svn_fs.h</a>
</li>
<li>svn_fs_t
: <a class="el" href="group__fs__handling.html#ga2419fff1bb2c1e523b00e276ed3862e3">svn_fs.h</a>
</li>
<li>svn_fs_txn_base_revision()
: <a class="el" href="group__svn__fs__txns.html#gaf10904f009ec2136304acf11017f67f2">svn_fs.h</a>
</li>
<li>SVN_FS_TXN_CHECK_LOCKS
: <a class="el" href="group__svn__fs__begin__txn2__flags.html#gadfec12e42f42d68094402529085827f5">svn_fs.h</a>
</li>
<li>SVN_FS_TXN_CHECK_OOD
: <a class="el" href="group__svn__fs__begin__txn2__flags.html#ga0df9366c31b46e85a489cee5b4bd255f">svn_fs.h</a>
</li>
<li>svn_fs_txn_name()
: <a class="el" href="group__svn__fs__txns.html#ga023643006df41c54ac79376f3a6101ee">svn_fs.h</a>
</li>
<li>svn_fs_txn_prop()
: <a class="el" href="group__svn__fs__txns.html#gabced341c635f385b663af51fee1e289d">svn_fs.h</a>
</li>
<li>svn_fs_txn_proplist()
: <a class="el" href="group__svn__fs__txns.html#ga035aeb24035a350c6d5ec8a81a636994">svn_fs.h</a>
</li>
<li>svn_fs_txn_root()
: <a class="el" href="group__svn__fs__roots.html#gaa7420b1ecb9c73f62cbb0d5f22963cdf">svn_fs.h</a>
</li>
<li>svn_fs_txn_root_base_revision()
: <a class="el" href="group__svn__fs__roots.html#ga2cbdbde20a6bb0ef6b3ad02e5e1561c6">svn_fs.h</a>
</li>
<li>svn_fs_txn_root_name()
: <a class="el" href="group__svn__fs__roots.html#ga3e3b115b2aac374e1336d5ef872762d6">svn_fs.h</a>
</li>
<li>svn_fs_txn_t
: <a class="el" href="group__svn__fs__txns.html#gae0ac340327051a48262d7442b5a3a873">svn_fs.h</a>
</li>
<li>svn_fs_type()
: <a class="el" href="group__fs__handling.html#gae771342c2800751277423c552cfeee48">svn_fs.h</a>
</li>
<li>SVN_FS_TYPE_BDB
: <a class="el" href="group__fs__handling.html#ga29b820d53571bccdf8f381652f584ab9">svn_fs.h</a>
</li>
<li>SVN_FS_TYPE_FSFS
: <a class="el" href="group__fs__handling.html#gad9fcc8cddb1a0cd207b53196d88152d8">svn_fs.h</a>
</li>
<li>svn_fs_unlock()
: <a class="el" href="group__svn__fs__locks.html#ga07bff914fc145098d02d354608abfbc8">svn_fs.h</a>
</li>
<li>svn_fs_unparse_id()
: <a class="el" href="group__svn__fs__nodes.html#ga5b9eb73eb7a3c983a43b2e54abbb6314">svn_fs.h</a>
</li>
<li>svn_fs_upgrade()
: <a class="el" href="group__fs__handling.html#ga64cb2a37367de523f56b89e5ec603a73">svn_fs.h</a>
</li>
<li>svn_fs_version()
: <a class="el" href="svn__fs_8h.html#a4a163d8904518931349cb5df82a7e0b9">svn_fs.h</a>
</li>
<li>svn_fs_warning_callback_t
: <a class="el" href="group__fs__handling.html#gafa2c790fffb1abbd103c954a5d983646">svn_fs.h</a>
</li>
<li>svn_fs_youngest_rev()
: <a class="el" href="group__fs__handling.html#ga4af11f84095941c21fad6e22f62dd31d">svn_fs.h</a>
</li>
<li>svn_handle_error()
: <a class="el" href="group__svn__error__error__creation__destroy.html#ga9eb04d5b9b6f6ad76132a7fb822aa77f">svn_error.h</a>
</li>
<li>svn_handle_error2()
: <a class="el" href="group__svn__error__error__creation__destroy.html#gaf9008085ded8f0af940f38a3cad6edb1">svn_error.h</a>
</li>
<li>svn_handle_warning()
: <a class="el" href="group__svn__error__error__creation__destroy.html#ga34bb30baf6f2da4abad396082111d671">svn_error.h</a>
</li>
<li>svn_handle_warning2()
: <a class="el" href="group__svn__error__error__creation__destroy.html#ga34f08713630352a0546038088ffa6479">svn_error.h</a>
</li>
<li>svn_hash__clear()
: <a class="el" href="group__svn__hash__misc.html#ga660d68355cda1c0870a25b78ef0be4f4">svn_hash.h</a>
</li>
<li>svn_hash_diff()
: <a class="el" href="group__svn__hash__diff.html#ga7feef3ed6d363c52e4be350c24d33cba">svn_hash.h</a>
</li>
<li>svn_hash_diff_func_t
: <a class="el" href="group__svn__hash__diff.html#gab1cd98861d5cff815e1234cfc8570bb4">svn_hash.h</a>
</li>
<li>svn_hash_diff_key_status
: <a class="el" href="group__svn__hash__diff.html#ga0f4f9cf5f916e1bb87362c26ac1c2f9b">svn_hash.h</a>
</li>
<li>svn_hash_from_cstring_keys()
: <a class="el" href="group__svn__hash__misc.html#ga7bbf18294f4ae87aa2532009a23fc56e">svn_hash.h</a>
</li>
<li>svn_hash_keys()
: <a class="el" href="group__svn__hash__misc.html#ga0c486bc8272aba8044f4cbe44d2ffba6">svn_hash.h</a>
</li>
<li>svn_hash_read()
: <a class="el" href="group__svn__hash__read__write.html#gab36785b881d3e6ceb0641c92333ed8ba">svn_hash.h</a>
</li>
<li>svn_hash_read2()
: <a class="el" href="group__svn__hash__read__write.html#gae9a87d039f8af716e37f8fcf0b9db61d">svn_hash.h</a>
</li>
<li>svn_hash_read_incremental()
: <a class="el" href="group__svn__hash__read__write.html#gac9da036ef903191baaed07e1e5322f9b">svn_hash.h</a>
</li>
<li>SVN_HASH_TERMINATOR
: <a class="el" href="group__svn__hash__read__write.html#gae5a5a8d8d7d7f4d1554f5e16087ca2ec">svn_hash.h</a>
</li>
<li>svn_hash_write()
: <a class="el" href="group__svn__hash__read__write.html#ga4b5ba45aadf9b26c9ee948484b817d23">svn_hash.h</a>
</li>
<li>svn_hash_write2()
: <a class="el" href="group__svn__hash__read__write.html#gacb5bad4c023553ff2be614aeeb54d5db">svn_hash.h</a>
</li>
<li>svn_hash_write_incremental()
: <a class="el" href="group__svn__hash__read__write.html#ga0781a98240667fc4554195decba66392">svn_hash.h</a>
</li>
<li>SVN_IGNORED_REVNUM
: <a class="el" href="svn__types_8h.html#a4510a289ee3537201a463aa5d7fc5891">svn_types.h</a>
</li>
<li>svn_info_dup()
: <a class="el" href="group__Info.html#ga803b08c81d5033e04c3d5dc234066488">svn_client.h</a>
</li>
<li>svn_info_receiver_t
: <a class="el" href="group__Info.html#gac719e0656d40ac8e24f6d6cc5adccbe3">svn_client.h</a>
</li>
<li>SVN_INFO_SIZE_UNKNOWN
: <a class="el" href="group__Info.html#ga12636e3cc95723d77871236446f7f806">svn_client.h</a>
</li>
<li>svn_info_t
: <a class="el" href="group__Info.html#ga062f3eeacd9dc109f0c792cfca51f45f">svn_client.h</a>
</li>
<li>svn_inheritance_from_word()
: <a class="el" href="svn__mergeinfo_8h.html#a7cd9e433323caa7bd14d34c0d2a07afe">svn_mergeinfo.h</a>
</li>
<li>svn_inheritance_to_word()
: <a class="el" href="svn__mergeinfo_8h.html#a4060ce759919b37939a9d231e7922f55">svn_mergeinfo.h</a>
</li>
<li>SVN_INT_ERR
: <a class="el" href="group__svn__error__error__creation__destroy.html#gab5f98501379447f3b996418cec2a9e83">svn_error.h</a>
</li>
<li>SVN_INVALID_FILESIZE
: <a class="el" href="svn__types_8h.html#a76973f4441098df9caf39ef911e5d9a6">svn_types.h</a>
</li>
<li>SVN_INVALID_REVNUM
: <a class="el" href="svn__types_8h.html#a8857d4630bf116eaba54a1b65d43ad92">svn_types.h</a>
</li>
<li>svn_io_append_file()
: <a class="el" href="svn__io_8h.html#a967781b8e5991f3c72f125a333661d1b">svn_io.h</a>
</li>
<li>svn_io_check_path()
: <a class="el" href="svn__io_8h.html#a31ee1827a2b62a2f4a122ef18e378b05">svn_io.h</a>
</li>
<li>svn_io_check_resolved_path()
: <a class="el" href="svn__io_8h.html#a47336875b45ac006d69aef58db4fb5bb">svn_io.h</a>
</li>
<li>svn_io_check_special_path()
: <a class="el" href="svn__io_8h.html#a0f8fdad8dc4fe854ef5b9971f8ab043e">svn_io.h</a>
</li>
<li>svn_io_copy_dir_recursively()
: <a class="el" href="svn__io_8h.html#afcaeff1ea5e9ae65c8188678a1e042bf">svn_io.h</a>
</li>
<li>svn_io_copy_file()
: <a class="el" href="svn__io_8h.html#ab4a3b25a089372c59aca6783a3a31595">svn_io.h</a>
</li>
<li>svn_io_copy_link()
: <a class="el" href="svn__io_8h.html#a539dc0c726940a466a3bc2358d6b85d8">svn_io.h</a>
</li>
<li>svn_io_copy_perms()
: <a class="el" href="svn__io_8h.html#a1c80cac675b5711e2c2c3e4aa6b4fbb1">svn_io.h</a>
</li>
<li>svn_io_create_unique_link()
: <a class="el" href="svn__io_8h.html#ad11db24f003c6f280e39d3c9675280dc">svn_io.h</a>
</li>
<li>svn_io_detect_mimetype()
: <a class="el" href="svn__io_8h.html#ae1a5fef60e9dde8f5537e637e21d025a">svn_io.h</a>
</li>
<li>svn_io_detect_mimetype2()
: <a class="el" href="svn__io_8h.html#ac1989d5030f1445f2502258bf4901ab4">svn_io.h</a>
</li>
<li>svn_io_dir_empty()
: <a class="el" href="svn__io_8h.html#acea0b7ecaacd02da03a5cfaebe27067a">svn_io.h</a>
</li>
<li>svn_io_dir_file_copy()
: <a class="el" href="svn__io_8h.html#ae6c6d960b1f742e2c00f8d7dd6ea1c5d">svn_io.h</a>
</li>
<li>svn_io_dir_make()
: <a class="el" href="svn__io_8h.html#a108e7a96396aab7cacbf1e1c3ed5221f">svn_io.h</a>
</li>
<li>svn_io_dir_make_hidden()
: <a class="el" href="svn__io_8h.html#a052b330df7626a534833e6329b33d753">svn_io.h</a>
</li>
<li>svn_io_dir_make_sgid()
: <a class="el" href="svn__io_8h.html#a51baaf892b96c9893bbae4fa5e747495">svn_io.h</a>
</li>
<li>svn_io_dir_open()
: <a class="el" href="svn__io_8h.html#a946da2aa39f21a0f6099d2984620b2ff">svn_io.h</a>
</li>
<li>svn_io_dir_read()
: <a class="el" href="svn__io_8h.html#a83669c6c77f141089dcc20ef80453d4a">svn_io.h</a>
</li>
<li>svn_io_dir_remove_nonrecursive()
: <a class="el" href="svn__io_8h.html#a09827e5b0404fd70abc39a2193aecb26">svn_io.h</a>
</li>
<li>svn_io_dir_walk()
: <a class="el" href="svn__io_8h.html#acac394a2c49dcfb02b8cda55c9281625">svn_io.h</a>
</li>
<li>svn_io_dirent_t
: <a class="el" href="svn__io_8h.html#af9f5d05db9c9a8f513615e4ec2caf5b2">svn_io.h</a>
</li>
<li>svn_io_file_affected_time()
: <a class="el" href="svn__io_8h.html#ae9ed0a769c24087316ebcc868fb559a0">svn_io.h</a>
</li>
<li>svn_io_file_checksum()
: <a class="el" href="svn__io_8h.html#ad7384374afef049adcc8485de4083186">svn_io.h</a>
</li>
<li>svn_io_file_checksum2()
: <a class="el" href="svn__io_8h.html#aa9bee2a2151cc7c57e9a01003dc6d2b6">svn_io.h</a>
</li>
<li>svn_io_file_close()
: <a class="el" href="svn__io_8h.html#ac53b59ed0d20666286dcc001f1aed43c">svn_io.h</a>
</li>
<li>svn_io_file_create()
: <a class="el" href="svn__io_8h.html#a36cd10dc8fb91f40c0df79edf8fc3a18">svn_io.h</a>
</li>
<li>svn_io_file_del_none
: <a class="el" href="svn__io_8h.html#aa78fffc81af962281813070c753d7884a70268318a6e388419ae0e85ab7f7599c">svn_io.h</a>
</li>
<li>svn_io_file_del_on_close
: <a class="el" href="svn__io_8h.html#aa78fffc81af962281813070c753d7884a6256344ca6b43868daa12365d75834d2">svn_io.h</a>
</li>
<li>svn_io_file_del_on_pool_cleanup
: <a class="el" href="svn__io_8h.html#aa78fffc81af962281813070c753d7884a0f89c57067b563673ea1ec5605c908bd">svn_io.h</a>
</li>
<li>svn_io_file_del_t
: <a class="el" href="svn__io_8h.html#aa78fffc81af962281813070c753d7884">svn_io.h</a>
</li>
<li>svn_io_file_flush_to_disk()
: <a class="el" href="svn__io_8h.html#a1738477996c854ac51fbd77cccaddfb5">svn_io.h</a>
</li>
<li>svn_io_file_getc()
: <a class="el" href="svn__io_8h.html#a13cf1ae46bf9a45d01db6cf59d787ecd">svn_io.h</a>
</li>
<li>svn_io_file_info_get()
: <a class="el" href="svn__io_8h.html#aa9b673694dfebc9fa7018f423b6459c3">svn_io.h</a>
</li>
<li>svn_io_file_lock()
: <a class="el" href="svn__io_8h.html#a98ada015dbb0b5d467375edba000dd4b">svn_io.h</a>
</li>
<li>svn_io_file_lock2()
: <a class="el" href="svn__io_8h.html#a256b06e01a023d03c47e8a29f8a0344a">svn_io.h</a>
</li>
<li>svn_io_file_move()
: <a class="el" href="svn__io_8h.html#a2e4247ed6ed8390f4f7d68a5dea3f0e6">svn_io.h</a>
</li>
<li>svn_io_file_open()
: <a class="el" href="svn__io_8h.html#aaafb0039d02ec4d4393c433c9430aa48">svn_io.h</a>
</li>
<li>svn_io_file_read()
: <a class="el" href="svn__io_8h.html#a783e5b2a7198107666cba41642610919">svn_io.h</a>
</li>
<li>svn_io_file_read_full()
: <a class="el" href="svn__io_8h.html#a58487bc76681879193a9a067dd37b483">svn_io.h</a>
</li>
<li>svn_io_file_rename()
: <a class="el" href="svn__io_8h.html#a958d10520c3e99ddcbbf333eed40d86f">svn_io.h</a>
</li>
<li>svn_io_file_seek()
: <a class="el" href="svn__io_8h.html#ab296b86da8b825399792d38f68e0e914">svn_io.h</a>
</li>
<li>svn_io_file_trunc()
: <a class="el" href="svn__io_8h.html#aee7ca5e75c04cd6f947d87199a0313f5">svn_io.h</a>
</li>
<li>svn_io_file_write()
: <a class="el" href="svn__io_8h.html#a5a78c172c69437a05e32d3dff6f152d0">svn_io.h</a>
</li>
<li>svn_io_file_write_full()
: <a class="el" href="svn__io_8h.html#a6789d12c70d0a2fefb539830183ee773">svn_io.h</a>
</li>
<li>svn_io_files_contents_same_p()
: <a class="el" href="svn__io_8h.html#ac3ddb92f73a78796c75a0790bc9cf727">svn_io.h</a>
</li>
<li>svn_io_filesizes_different_p()
: <a class="el" href="svn__io_8h.html#a759d9be046832ba2e1f8d5408a7023d1">svn_io.h</a>
</li>
<li>svn_io_get_dir_filenames()
: <a class="el" href="svn__io_8h.html#a0f79a74771d956231850979d58b9106e">svn_io.h</a>
</li>
<li>svn_io_get_dirents()
: <a class="el" href="svn__io_8h.html#a4b09482c9762a2391435a6d1702d59af">svn_io.h</a>
</li>
<li>svn_io_get_dirents2()
: <a class="el" href="svn__io_8h.html#a1583e69324a3f820894422f57fa37d57">svn_io.h</a>
</li>
<li>svn_io_is_file_executable()
: <a class="el" href="svn__io_8h.html#a2cb981f75792c99480f93b83ae9265d2">svn_io.h</a>
</li>
<li>svn_io_make_dir_recursively()
: <a class="el" href="svn__io_8h.html#a0ef4d0c5c6a86ab48f515b4a31efad70">svn_io.h</a>
</li>
<li>svn_io_open_unique_file()
: <a class="el" href="svn__io_8h.html#a2384857ad348105316edf6d1036d599f">svn_io.h</a>
</li>
<li>svn_io_open_unique_file2()
: <a class="el" href="svn__io_8h.html#a58df63b2898a8a2a7df988b2d633eb1a">svn_io.h</a>
</li>
<li>svn_io_open_unique_file3()
: <a class="el" href="svn__io_8h.html#ad1a7a7299bfe130c25becdd56ff0e870">svn_io.h</a>
</li>
<li>svn_io_open_uniquely_named()
: <a class="el" href="svn__io_8h.html#a280a68283cb7852fe1f4c5835f0b8fdf">svn_io.h</a>
</li>
<li>svn_io_parse_mimetypes_file()
: <a class="el" href="svn__io_8h.html#ac4625a082416ccaafdd77e35e14ec4d4">svn_io.h</a>
</li>
<li>svn_io_read_length_line()
: <a class="el" href="svn__io_8h.html#ab3f73a4554d78dbbc3d9e0f29943380e">svn_io.h</a>
</li>
<li>svn_io_read_link()
: <a class="el" href="svn__io_8h.html#a94e184ae6677e8b0b4cae0ec145b7b67">svn_io.h</a>
</li>
<li>svn_io_read_version_file()
: <a class="el" href="group__svn__io__format__files.html#ga80f0a4330380bafb4cd65e09151f411b">svn_io.h</a>
</li>
<li>svn_io_remove_dir()
: <a class="el" href="svn__io_8h.html#ad7a26505bf041286d02793eb2a17be04">svn_io.h</a>
</li>
<li>svn_io_remove_dir2()
: <a class="el" href="svn__io_8h.html#a9a26dab3678b7ee9c8ebdb8e1d60aedc">svn_io.h</a>
</li>
<li>svn_io_remove_file()
: <a class="el" href="svn__io_8h.html#abce28e789f76b15917b28b157d54dcfb">svn_io.h</a>
</li>
<li>svn_io_run_cmd()
: <a class="el" href="svn__io_8h.html#ab59c1c8d67cf405ca36a5556858da82d">svn_io.h</a>
</li>
<li>svn_io_run_diff()
: <a class="el" href="svn__io_8h.html#a6c0266e00c285a0b90eef9faf0e31024">svn_io.h</a>
</li>
<li>svn_io_run_diff2()
: <a class="el" href="svn__io_8h.html#acabda4f4f591bec06ece8e35829a79f4">svn_io.h</a>
</li>
<li>svn_io_run_diff3()
: <a class="el" href="svn__io_8h.html#ae800def15e3ffc5e1645b296c4e7a1ca">svn_io.h</a>
</li>
<li>svn_io_run_diff3_2()
: <a class="el" href="svn__io_8h.html#a284650316c8ceefd30c4dae9aef49ec4">svn_io.h</a>
</li>
<li>svn_io_run_diff3_3()
: <a class="el" href="svn__io_8h.html#a0ef4f589d31a5578526c3de2d0587cf7">svn_io.h</a>
</li>
<li>svn_io_set_file_affected_time()
: <a class="el" href="svn__io_8h.html#a474cc5427ee6e900ff8c96559e368fe6">svn_io.h</a>
</li>
<li>svn_io_set_file_executable()
: <a class="el" href="svn__io_8h.html#a358a735a173b43509cf4060b73930cf5">svn_io.h</a>
</li>
<li>svn_io_set_file_read_only()
: <a class="el" href="svn__io_8h.html#a185f4ee690965e622aa1748339847ae5">svn_io.h</a>
</li>
<li>svn_io_set_file_read_write()
: <a class="el" href="svn__io_8h.html#ac407a16bc12b63d2e57a3e2375490ad5">svn_io.h</a>
</li>
<li>svn_io_set_file_read_write_carefully()
: <a class="el" href="svn__io_8h.html#a02cd461341834d955e258a70def4f56f">svn_io.h</a>
</li>
<li>svn_io_sleep_for_timestamps()
: <a class="el" href="svn__io_8h.html#a07a20fcb725f0941e6c53410ad5c12e4">svn_io.h</a>
</li>
<li>svn_io_start_cmd()
: <a class="el" href="svn__io_8h.html#a4ee2641c854734f78337aee204b79201">svn_io.h</a>
</li>
<li>svn_io_stat()
: <a class="el" href="svn__io_8h.html#a8b3c8bc2bdde3a1a28eb402432e410e0">svn_io.h</a>
</li>
<li>svn_io_temp_dir()
: <a class="el" href="svn__io_8h.html#afbb4b86585411439008e934ede6f8b39">svn_io.h</a>
</li>
<li>svn_io_wait_for_cmd()
: <a class="el" href="svn__io_8h.html#acc0478196081ff559613daf3ac8a39c7">svn_io.h</a>
</li>
<li>svn_io_walk_func_t
: <a class="el" href="svn__io_8h.html#ae3dd33688b3e75430f4720f4d90c1506">svn_io.h</a>
</li>
<li>svn_io_write_unique()
: <a class="el" href="svn__io_8h.html#aabcfef527a38cb25dde9f1e1565bf578">svn_io.h</a>
</li>
<li>svn_io_write_version_file()
: <a class="el" href="group__svn__io__format__files.html#ga29aa0631f0facde88398ad50d9411aca">svn_io.h</a>
</li>
<li>SVN_IS_VALID_REVNUM
: <a class="el" href="svn__types_8h.html#a07208246e0c138a99f2bc0a8f50ea1e1">svn_types.h</a>
</li>
<li>svn_iter__break()
: <a class="el" href="svn__iter_8h.html#ad5d73cb38a2b1869e07a7c1969eeb8d5">svn_iter.h</a>
</li>
<li>svn_iter_apr_array()
: <a class="el" href="svn__iter_8h.html#aa71293811bcfc6ddcbaf9adfeaa0adf4">svn_iter.h</a>
</li>
<li>svn_iter_apr_array_cb_t
: <a class="el" href="svn__iter_8h.html#a6f38fb1e5996e012d2f480e3f181f3a3">svn_iter.h</a>
</li>
<li>svn_iter_apr_hash()
: <a class="el" href="svn__iter_8h.html#ac84beb988ef1aa9400adb7347eacbab4">svn_iter.h</a>
</li>
<li>svn_iter_apr_hash_cb_t
: <a class="el" href="svn__iter_8h.html#a3def0e15020afb71409a1ad059669e15">svn_iter.h</a>
</li>
<li>svn_iter_break
: <a class="el" href="svn__iter_8h.html#acd5fa3892f62234dce8a61d73c6a9577">svn_iter.h</a>
</li>
<li>SVN_KEYLINE_MAXLEN
: <a class="el" href="svn__hash_8h.html#a97953e02952e28c7c337265319a35a7f">svn_hash.h</a>
</li>
<li>SVN_KEYWORD_AUTHOR_LONG
: <a class="el" href="group__svn__types__keywords.html#ga29078f72cbb453fb1cde5b230e652ac0">svn_types.h</a>
</li>
<li>SVN_KEYWORD_AUTHOR_SHORT
: <a class="el" href="group__svn__types__keywords.html#gac08225901af5274e1f2d7e7fc9b75a13">svn_types.h</a>
</li>
<li>SVN_KEYWORD_DATE_LONG
: <a class="el" href="group__svn__types__keywords.html#ga8972728e286b05d1c4ab4cf4884ad9fe">svn_types.h</a>
</li>
<li>SVN_KEYWORD_DATE_SHORT
: <a class="el" href="group__svn__types__keywords.html#ga1b47ea815c517bb52e068057082fc1fc">svn_types.h</a>
</li>
<li>SVN_KEYWORD_HEADER
: <a class="el" href="group__svn__types__keywords.html#ga9e9d3e7d844cc27937661a8992e636be">svn_types.h</a>
</li>
<li>SVN_KEYWORD_ID
: <a class="el" href="group__svn__types__keywords.html#gac2dfa19a6720e26f3059a2eac22c4ec0">svn_types.h</a>
</li>
<li>SVN_KEYWORD_MAX_LEN
: <a class="el" href="group__svn__types__keywords.html#ga6d0204590095ba187169e9dae3f6d056">svn_types.h</a>
</li>
<li>SVN_KEYWORD_REVISION_LONG
: <a class="el" href="group__svn__types__keywords.html#ga9d14196bb1942880198c635baaa75fb5">svn_types.h</a>
</li>
<li>SVN_KEYWORD_REVISION_MEDIUM
: <a class="el" href="group__svn__types__keywords.html#ga00443428745d23430a7294ef7bf6242a">svn_types.h</a>
</li>
<li>SVN_KEYWORD_REVISION_SHORT
: <a class="el" href="group__svn__types__keywords.html#ga2fbebb74417582f92785586d1cf37827">svn_types.h</a>
</li>
<li>SVN_KEYWORD_URL_LONG
: <a class="el" href="group__svn__types__keywords.html#ga15efae4c111a8e5d94f1864889fe6109">svn_types.h</a>
</li>
<li>SVN_KEYWORD_URL_SHORT
: <a class="el" href="group__svn__types__keywords.html#ga1ed6f805eb2584f21b14dc8033a9c645">svn_types.h</a>
</li>
<li>svn_location_segment_dup()
: <a class="el" href="group__node__location__seg__reporting.html#ga264b5d34810b4c7c1f90f0a935ac6544">svn_types.h</a>
</li>
<li>svn_location_segment_receiver_t
: <a class="el" href="group__node__location__seg__reporting.html#gacd495df85498f9d4aedf4f2c26d5b46d">svn_types.h</a>
</li>
<li>svn_location_segment_t
: <a class="el" href="group__node__location__seg__reporting.html#ga2a2e5e829b6321053bf6c990abd5d8db">svn_types.h</a>
</li>
<li>svn_lock_create()
: <a class="el" href="svn__types_8h.html#a24084e8edbf110cc9f54c7b28e9c9c6d">svn_types.h</a>
</li>
<li>svn_lock_dup()
: <a class="el" href="svn__types_8h.html#a88073f51cc6ce87322e93f8319912643">svn_types.h</a>
</li>
<li>svn_lock_t
: <a class="el" href="svn__types_8h.html#a442599fe7984d28ee04c64761b5c11d1">svn_types.h</a>
</li>
<li>svn_log_changed_path2_create()
: <a class="el" href="svn__types_8h.html#a335a0df53b952023f25638adafd6668a">svn_types.h</a>
</li>
<li>svn_log_changed_path2_dup()
: <a class="el" href="svn__types_8h.html#a2fcb876feb9913fdb436c6bc11d81400">svn_types.h</a>
</li>
<li>svn_log_changed_path2_t
: <a class="el" href="svn__types_8h.html#a03bd84e6a97e2448151e761d0e2cd6e0">svn_types.h</a>
</li>
<li>svn_log_changed_path_dup()
: <a class="el" href="svn__types_8h.html#a20fb039d61bfbd537935897ac2bc4114">svn_types.h</a>
</li>
<li>svn_log_changed_path_t
: <a class="el" href="svn__types_8h.html#a224189fd5fe666377d8ee12bb3d5979a">svn_types.h</a>
</li>
<li>svn_log_entry_create()
: <a class="el" href="svn__types_8h.html#ad2f14a940d82a6aa93702e3f006855fe">svn_types.h</a>
</li>
<li>svn_log_entry_dup()
: <a class="el" href="svn__types_8h.html#a6e2650b7283809b285ea4c17cf19596a">svn_types.h</a>
</li>
<li>svn_log_entry_receiver_t
: <a class="el" href="svn__types_8h.html#afb30054d6301afbcd8b00d8dc11d7ddb">svn_types.h</a>
</li>
<li>svn_log_entry_t
: <a class="el" href="svn__types_8h.html#a8a87a80a5f3116a3b24028f3d7d1b3f4">svn_types.h</a>
</li>
<li>svn_log_message_receiver_t
: <a class="el" href="svn__types_8h.html#a6aa9147b67a7778294a52399de5c0b33">svn_types.h</a>
</li>
<li>SVN_MAX_OBJECT_SIZE
: <a class="el" href="svn__types_8h.html#a44fa0aeb7aa519ebe9291b6298dc75cd">svn_types.h</a>
</li>
<li>svn_md5_digest_to_cstring()
: <a class="el" href="svn__md5_8h.html#a030627c861fafc251973a89d8b4e2a47">svn_md5.h</a>
</li>
<li>svn_md5_digest_to_cstring_display()
: <a class="el" href="svn__md5_8h.html#a0674c09bb480358c88bc6d1b958c8d2f">svn_md5.h</a>
</li>
<li>svn_md5_digests_match()
: <a class="el" href="svn__md5_8h.html#ac7fdcfe8f01d4a123084a62ff454b572">svn_md5.h</a>
</li>
<li>svn_md5_empty_string_digest()
: <a class="el" href="svn__md5_8h.html#aee6ef80fb2397197c1498b75d4ce6251">svn_md5.h</a>
</li>
<li>svn_merge_range_contains_rev()
: <a class="el" href="svn__types_8h.html#aa79f77a0700bc2379cbe3b129fadf77b">svn_types.h</a>
</li>
<li>svn_merge_range_dup()
: <a class="el" href="svn__types_8h.html#a76d7a152bdbb85ea0adb9ae1cc9d1c23">svn_types.h</a>
</li>
<li>svn_merge_range_t
: <a class="el" href="svn__types_8h.html#af400b9a21725f29d78bfcfa9d237652d">svn_types.h</a>
</li>
<li>svn_mergeinfo_catalog_dup()
: <a class="el" href="svn__mergeinfo_8h.html#abf96ca398215933518d77cbb6aacab83">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_diff()
: <a class="el" href="svn__mergeinfo_8h.html#a99924a6f5f1ffa833fd3ab72e8661778">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_dup()
: <a class="el" href="svn__mergeinfo_8h.html#a97c3bd21f6e96a0d1d29a18ce0769842">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_explicit
: <a class="el" href="svn__mergeinfo_8h.html#acd81e9d0f5bcc4eec4df7b8a140f435ca104caea58683f50ffb88947511affe62">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_inheritable()
: <a class="el" href="svn__mergeinfo_8h.html#afe89ba236af678f4c2a1562e34d937f6">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_inheritance_t
: <a class="el" href="svn__mergeinfo_8h.html#acd81e9d0f5bcc4eec4df7b8a140f435c">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_inherited
: <a class="el" href="svn__mergeinfo_8h.html#acd81e9d0f5bcc4eec4df7b8a140f435ca8ff16f9a275e6c06dad0b2d8a5d47a73">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_intersect()
: <a class="el" href="svn__mergeinfo_8h.html#afc1287fa5e9e5a902ebd8ea30cac1ec5">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_merge()
: <a class="el" href="svn__mergeinfo_8h.html#a0bab0a2e1d9cd707dd752644144b13bc">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_nearest_ancestor
: <a class="el" href="svn__mergeinfo_8h.html#acd81e9d0f5bcc4eec4df7b8a140f435cad027e914f050dbdc7163f90a519a22a9">svn_mergeinfo.h</a>
</li>
<li>SVN_MERGEINFO_NONINHERITABLE_STR
: <a class="el" href="svn__mergeinfo_8h.html#ad46a80dbdd6128bcf03ce27aa6cccf1f">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_parse()
: <a class="el" href="svn__mergeinfo_8h.html#a238379edb4832a622e786df5451eb047">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_remove()
: <a class="el" href="svn__mergeinfo_8h.html#af5293e26d8af012fb839ca96ee6cbfc8">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_sort()
: <a class="el" href="svn__mergeinfo_8h.html#aa3e1605436e43a23f5055649f4a831f4">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_t
: <a class="el" href="svn__mergeinfo_8h.html#a340ffb05cc24befa2b9e7d838c8b2b0e">svn_mergeinfo.h</a>
</li>
<li>svn_mergeinfo_to_string()
: <a class="el" href="svn__mergeinfo_8h.html#a4be44bfd77bb7b3b4bbcc516e82655ac">svn_mergeinfo.h</a>
</li>
<li>svn_mime_type_is_binary()
: <a class="el" href="svn__types_8h.html#aae95025cb6c9c2010e4c479b2cad0a31">svn_types.h</a>
</li>
<li>svn_mime_type_validate()
: <a class="el" href="svn__types_8h.html#a9a6b198d973912515015bc70a55d1860">svn_types.h</a>
</li>
<li>svn_nls_init()
: <a class="el" href="svn__nls_8h.html#a2d326e4ff273b3343147f8211900ebf9">svn_nls.h</a>
</li>
<li>SVN_NO_ERROR
: <a class="el" href="svn__error_8h.html#a657398222a237c3c8cc77dcabf427f63">svn_error.h</a>
</li>
<li>svn_node_action
: <a class="el" href="group__svn__repos__dump__load.html#ga089c9789cdc596336839e9ab074970c4">svn_repos.h</a>
</li>
<li>svn_node_dir
: <a class="el" href="svn__types_8h.html#ac3ca125707a8ca1289c73236b5ce7f9aaba05e448cccf503e25be6506d7bf9a5b">svn_types.h</a>
</li>
<li>svn_node_file
: <a class="el" href="svn__types_8h.html#ac3ca125707a8ca1289c73236b5ce7f9aaa95e604c61f68662a3baed477db64083">svn_types.h</a>
</li>
<li>svn_node_kind_from_word()
: <a class="el" href="svn__types_8h.html#a0647da15a0f8c919b370c9c940832b33">svn_types.h</a>
</li>
<li>svn_node_kind_t
: <a class="el" href="svn__types_8h.html#ac3ca125707a8ca1289c73236b5ce7f9a">svn_types.h</a>
</li>
<li>svn_node_kind_to_word()
: <a class="el" href="svn__types_8h.html#a908f230efa1571ead34bb883e7a3c924">svn_types.h</a>
</li>
<li>svn_node_none
: <a class="el" href="svn__types_8h.html#ac3ca125707a8ca1289c73236b5ce7f9aae4066898ada99c4a3bc94e80aabe78b5">svn_types.h</a>
</li>
<li>svn_node_unknown
: <a class="el" href="svn__types_8h.html#ac3ca125707a8ca1289c73236b5ce7f9aa8fa9327ee73e41216ad586867fea4b94">svn_types.h</a>
</li>
<li>svn_opt_args_to_target_array()
: <a class="el" href="svn__opt_8h.html#a5b12e31cc240107510555f3be8889f9b">svn_opt.h</a>
</li>
<li>svn_opt_args_to_target_array2()
: <a class="el" href="svn__opt_8h.html#af0580dea6692e0c75b4b0c1bf4180643">svn_opt.h</a>
</li>
<li>svn_opt_args_to_target_array3()
: <a class="el" href="svn__opt_8h.html#aa80f0886ac909f56de8de4478545b9fc">svn_opt.h</a>
</li>
<li>SVN_OPT_FIRST_LONGOPT_ID
: <a class="el" href="svn__opt_8h.html#a4e1fe4351b8693a1768bf53ff3dcdfd6">svn_opt.h</a>
</li>
<li>svn_opt_format_option()
: <a class="el" href="svn__opt_8h.html#ab0517c626581be1a86820564cb46c11e">svn_opt.h</a>
</li>
<li>svn_opt_get_canonical_subcommand()
: <a class="el" href="svn__opt_8h.html#a8b64499e64e2eb29e6df1a395d77997c">svn_opt.h</a>
</li>
<li>svn_opt_get_canonical_subcommand2()
: <a class="el" href="svn__opt_8h.html#a2ac261274ce65e402f6985fa659b98c2">svn_opt.h</a>
</li>
<li>svn_opt_get_option_from_code()
: <a class="el" href="svn__opt_8h.html#a41891d204fc55d7a1af5a6959a19a21d">svn_opt.h</a>
</li>
<li>svn_opt_get_option_from_code2()
: <a class="el" href="svn__opt_8h.html#a356fc8e80415fe41740264b6b294608b">svn_opt.h</a>
</li>
<li>SVN_OPT_MAX_ALIASES
: <a class="el" href="svn__opt_8h.html#a2a36cd7a24ed1c016cc3dd13b577126c">svn_opt.h</a>
</li>
<li>SVN_OPT_MAX_OPTIONS
: <a class="el" href="svn__opt_8h.html#a12ee6e3560f43ef11c78f74bf0acdd9b">svn_opt.h</a>
</li>
<li>svn_opt_parse_all_args()
: <a class="el" href="svn__opt_8h.html#a873adca7cdbb75c083d9bbfe27b1e7c3">svn_opt.h</a>
</li>
<li>svn_opt_parse_num_args()
: <a class="el" href="svn__opt_8h.html#a387726d1e21db4f9ba2ef27466ff8c16">svn_opt.h</a>
</li>
<li>svn_opt_parse_path()
: <a class="el" href="svn__opt_8h.html#af6c1d543303cd114701f320ad0d3d5f9">svn_opt.h</a>
</li>
<li>svn_opt_parse_revision()
: <a class="el" href="svn__opt_8h.html#a4a88fae2960288f66370e6acb4c5888a">svn_opt.h</a>
</li>
<li>svn_opt_parse_revision_to_range()
: <a class="el" href="svn__opt_8h.html#a041d5de0d677542cc820ac61124c0f0c">svn_opt.h</a>
</li>
<li>svn_opt_parse_revprop()
: <a class="el" href="svn__opt_8h.html#ab2f2ef17508cd3942cd2039757e6084a">svn_opt.h</a>
</li>
<li>svn_opt_print_generic_help()
: <a class="el" href="svn__opt_8h.html#ad258bb2626cce6d0ca70ebd8f1997092">svn_opt.h</a>
</li>
<li>svn_opt_print_generic_help2()
: <a class="el" href="svn__opt_8h.html#a73e9bfbaa1683068e7287cd8d2a26d73">svn_opt.h</a>
</li>
<li>svn_opt_print_help()
: <a class="el" href="svn__opt_8h.html#a8e15cc9ba0ad6786e6ec59fde6d765ed">svn_opt.h</a>
</li>
<li>svn_opt_print_help2()
: <a class="el" href="svn__opt_8h.html#a0267a3708e15338f1c32233aee8252fd">svn_opt.h</a>
</li>
<li>svn_opt_print_help3()
: <a class="el" href="svn__opt_8h.html#afe67d5efea9439cbbd9b6fa4c7362e7d">svn_opt.h</a>
</li>
<li>svn_opt_push_implicit_dot_target()
: <a class="el" href="svn__opt_8h.html#af7efcc4fa51d91a900041119c5fa4554">svn_opt.h</a>
</li>
<li>svn_opt_resolve_revisions()
: <a class="el" href="svn__opt_8h.html#a7889133dfce6e8a0e2eab7b2ab24c0ad">svn_opt.h</a>
</li>
<li>svn_opt_revision_base
: <a class="el" href="svn__opt_8h.html#a36acb9e17f98a88e71d4834d0dcebbd1af9a94791ce20935d59c9728afab81c90">svn_opt.h</a>
</li>
<li>svn_opt_revision_committed
: <a class="el" href="svn__opt_8h.html#a36acb9e17f98a88e71d4834d0dcebbd1af388440cb2708f16275890e758753d75">svn_opt.h</a>
</li>
<li>svn_opt_revision_date
: <a class="el" href="svn__opt_8h.html#a36acb9e17f98a88e71d4834d0dcebbd1ab3cbac56942388b0a3eaf7ca159f46f3">svn_opt.h</a>
</li>
<li>svn_opt_revision_head
: <a class="el" href="svn__opt_8h.html#a36acb9e17f98a88e71d4834d0dcebbd1a38099b179ac6fbf511821d1d1554bf7c">svn_opt.h</a>
</li>
<li>svn_opt_revision_kind
: <a class="el" href="svn__opt_8h.html#a36acb9e17f98a88e71d4834d0dcebbd1">svn_opt.h</a>
</li>
<li>svn_opt_revision_number
: <a class="el" href="svn__opt_8h.html#a36acb9e17f98a88e71d4834d0dcebbd1aad50c8a326ef95613ef04a92ffc2070f">svn_opt.h</a>
</li>
<li>svn_opt_revision_previous
: <a class="el" href="svn__opt_8h.html#a36acb9e17f98a88e71d4834d0dcebbd1af5a46c1fd33fa9770f93f136534c256a">svn_opt.h</a>
</li>
<li>svn_opt_revision_range_t
: <a class="el" href="svn__opt_8h.html#a42ae5d4e771d6c5cd02d2b5581c0dcd7">svn_opt.h</a>
</li>
<li>svn_opt_revision_t
: <a class="el" href="svn__opt_8h.html#a2a601abe210a96ecef05185417dfabe8">svn_opt.h</a>
</li>
<li>svn_opt_revision_unspecified
: <a class="el" href="svn__opt_8h.html#a36acb9e17f98a88e71d4834d0dcebbd1adc78e9d487fb33d93cccea4884e4e954">svn_opt.h</a>
</li>
<li>svn_opt_revision_value_t
: <a class="el" href="svn__opt_8h.html#ac2db0a306f4084a314be13b734052202">svn_opt.h</a>
</li>
<li>svn_opt_revision_working
: <a class="el" href="svn__opt_8h.html#a36acb9e17f98a88e71d4834d0dcebbd1a56ea9de293c88d10020b3a66b63ecdb3">svn_opt.h</a>
</li>
<li>svn_opt_subcommand_desc2_t
: <a class="el" href="svn__opt_8h.html#ac8fcb5c99e42c3fc10da36a59d4230b6">svn_opt.h</a>
</li>
<li>svn_opt_subcommand_desc_t
: <a class="el" href="svn__opt_8h.html#ad319c9e0a8ae9250ba51c26df35f841e">svn_opt.h</a>
</li>
<li>svn_opt_subcommand_help()
: <a class="el" href="svn__opt_8h.html#adb60e52860036327fd3e1d69eb2150e7">svn_opt.h</a>
</li>
<li>svn_opt_subcommand_help2()
: <a class="el" href="svn__opt_8h.html#ace87e8aa4fe04e21d51bf4c3b747aff2">svn_opt.h</a>
</li>
<li>svn_opt_subcommand_help3()
: <a class="el" href="svn__opt_8h.html#a0564915268011cfde52e281c832aea1d">svn_opt.h</a>
</li>
<li>svn_opt_subcommand_t
: <a class="el" href="svn__opt_8h.html#af694c6f5359cbd8868555d170037f132">svn_opt.h</a>
</li>
<li>svn_opt_subcommand_takes_option()
: <a class="el" href="svn__opt_8h.html#a9720ee1df62ba897dffaeba470510d92">svn_opt.h</a>
</li>
<li>svn_opt_subcommand_takes_option2()
: <a class="el" href="svn__opt_8h.html#a956407835962c0db49ae1ee45d2b6903">svn_opt.h</a>
</li>
<li>svn_opt_subcommand_takes_option3()
: <a class="el" href="svn__opt_8h.html#ab58e51858ea41797edac6f83ca4a75cf">svn_opt.h</a>
</li>
<li>svn_parse_date()
: <a class="el" href="svn__time_8h.html#a1c5730c3e7e5ebfe0fa81e1405b95c54">svn_time.h</a>
</li>
<li>svn_path_add_component()
: <a class="el" href="svn__path_8h.html#af9aa1a5c802b9adaeffdf7cfb742350f">svn_path.h</a>
</li>
<li>svn_path_basename()
: <a class="el" href="svn__path_8h.html#a5f92b0550594a647cb1aa2bf459905a0">svn_path.h</a>
</li>
<li>svn_path_canonicalize()
: <a class="el" href="svn__path_8h.html#a71d5716a18e04df175633a65ddac7809">svn_path.h</a>
</li>
<li>svn_path_check_valid()
: <a class="el" href="svn__path_8h.html#a66126b95ddaa72ad601b2262c6cd2f6c">svn_path.h</a>
</li>
<li>svn_path_compare_paths()
: <a class="el" href="svn__path_8h.html#a64b511c3c7ba94ab18090effbb5b8714">svn_path.h</a>
</li>
<li>svn_path_component_count()
: <a class="el" href="svn__path_8h.html#ae917e0db36f1e329e210ef3192b4deaf">svn_path.h</a>
</li>
<li>svn_path_compose()
: <a class="el" href="svn__path_8h.html#a2c2280945af53502c92180e12cb23365">svn_path.h</a>
</li>
<li>svn_path_condense_targets()
: <a class="el" href="svn__path_8h.html#a336e77861107b3b14ac3e42c356727ab">svn_path.h</a>
</li>
<li>svn_path_cstring_from_utf8()
: <a class="el" href="group__svn__path__charset__stuff.html#ga1188b3d68c589e2ef820d785627813e3">svn_path.h</a>
</li>
<li>svn_path_cstring_to_utf8()
: <a class="el" href="group__svn__path__charset__stuff.html#ga624b2bd834e1dcbd4d7c05b348f5e5f6">svn_path.h</a>
</li>
<li>svn_path_decompose()
: <a class="el" href="svn__path_8h.html#aed307c7a409271407b44c6edc50a4313">svn_path.h</a>
</li>
<li>svn_path_dirname()
: <a class="el" href="svn__path_8h.html#a27b1486db97591805fb513a1c73014c3">svn_path.h</a>
</li>
<li>svn_path_get_absolute()
: <a class="el" href="svn__path_8h.html#ad485d86ddbb7f8b07857a4992e243aae">svn_path.h</a>
</li>
<li>svn_path_get_longest_ancestor()
: <a class="el" href="svn__path_8h.html#afc8d6c6604ebbe04537a5cfe0405138e">svn_path.h</a>
</li>
<li>svn_path_internal_style()
: <a class="el" href="svn__path_8h.html#a9b002c8492b3f42010ce194bc4fe9674">svn_path.h</a>
</li>
<li>svn_path_is_ancestor()
: <a class="el" href="svn__path_8h.html#aa3f82e432465ad05ea28dcb9ab3d231e">svn_path.h</a>
</li>
<li>svn_path_is_backpath_present()
: <a class="el" href="svn__path_8h.html#a2e27f0f689e3cd85f023b43c2a02158d">svn_path.h</a>
</li>
<li>svn_path_is_canonical()
: <a class="el" href="svn__path_8h.html#aee225e4d7950ad37dc1d2aad8f8411ef">svn_path.h</a>
</li>
<li>svn_path_is_child()
: <a class="el" href="svn__path_8h.html#a723fa9b91b516a3f4057877396f17c85">svn_path.h</a>
</li>
<li>svn_path_is_dotpath_present()
: <a class="el" href="svn__path_8h.html#ab71d1b797d1a3f22577ed1f2136c9e80">svn_path.h</a>
</li>
<li>svn_path_is_empty()
: <a class="el" href="svn__path_8h.html#a86520f916cb63f8923af5aa40f43e091">svn_path.h</a>
</li>
<li>svn_path_is_single_path_component()
: <a class="el" href="svn__path_8h.html#a0fba1793cc2fd35254b86dbfdfd5bd10">svn_path.h</a>
</li>
<li>svn_path_is_uri_safe()
: <a class="el" href="group__svn__path__uri__stuff.html#ga4cf332a76cc511b00ef847b9b59633ee">svn_path.h</a>
</li>
<li>svn_path_is_url()
: <a class="el" href="group__svn__path__uri__stuff.html#gadc3807ba2b493fcbfcf21d783ea916c0">svn_path.h</a>
</li>
<li>svn_path_join()
: <a class="el" href="svn__path_8h.html#aa2d6c1ad05e2e71d91981b63a313a9d9">svn_path.h</a>
</li>
<li>svn_path_join_many()
: <a class="el" href="svn__path_8h.html#a8b124175ae26b1a3b04964cb3b4fce47">svn_path.h</a>
</li>
<li>svn_path_local_style()
: <a class="el" href="svn__path_8h.html#a12c6078657e62c3fa5a7c27c842f533e">svn_path.h</a>
</li>
<li>svn_path_remove_component()
: <a class="el" href="svn__path_8h.html#aa8cd686d60f29900e6f2400650c9b65d">svn_path.h</a>
</li>
<li>svn_path_remove_components()
: <a class="el" href="svn__path_8h.html#adeabdc440c35448dc47d540a0fe71a12">svn_path.h</a>
</li>
<li>svn_path_remove_redundancies()
: <a class="el" href="svn__path_8h.html#afa349ae99101a8be8fec7c2b514e3d8f">svn_path.h</a>
</li>
<li>svn_path_split()
: <a class="el" href="svn__path_8h.html#a0bc6d306f3c26daa29a689ce0c8173aa">svn_path.h</a>
</li>
<li>svn_path_split_if_file()
: <a class="el" href="svn__path_8h.html#a116fa3935551000e0ad1a478fdb42057">svn_path.h</a>
</li>
<li>svn_path_splitext()
: <a class="el" href="svn__path_8h.html#a9213e8c2c819ef1e78376bdeece0610f">svn_path.h</a>
</li>
<li>svn_path_uri_autoescape()
: <a class="el" href="group__svn__path__uri__stuff.html#gacd52658595e60c5b6a7d989e8f92ecef">svn_path.h</a>
</li>
<li>svn_path_uri_decode()
: <a class="el" href="group__svn__path__uri__stuff.html#gae7cd4fc1524784c72709fd55f1d79c88">svn_path.h</a>
</li>
<li>svn_path_uri_encode()
: <a class="el" href="group__svn__path__uri__stuff.html#ga1f2ce01ef7e239a37baad42b40d556e5">svn_path.h</a>
</li>
<li>svn_path_uri_from_iri()
: <a class="el" href="group__svn__path__uri__stuff.html#ga4c2ae9dba439035b284799fd1f5f1395">svn_path.h</a>
</li>
<li>svn_path_url_add_component()
: <a class="el" href="group__svn__path__uri__stuff.html#ga1522f308378a4a74c3d53565f627145f">svn_path.h</a>
</li>
<li>svn_path_url_add_component2()
: <a class="el" href="group__svn__path__uri__stuff.html#ga73c12d675f3769a1a5edf57d1641be2c">svn_path.h</a>
</li>
<li>svn_pool_clear
: <a class="el" href="svn__pools_8h.html#a41c6ca3dfeef79481219a068bd2cccd2">svn_pools.h</a>
</li>
<li>svn_pool_create
: <a class="el" href="svn__pools_8h.html#a2f91597d47eb0695700164f8fb3e1afc">svn_pools.h</a>
</li>
<li>svn_pool_create_ex()
: <a class="el" href="svn__pools_8h.html#a4b2da8f132b754b312fc1b76482de7ed">svn_pools.h</a>
</li>
<li>svn_pool_destroy
: <a class="el" href="svn__pools_8h.html#ae1738f638f7b9c9c817bfbf1cc88fb19">svn_pools.h</a>
</li>
<li>svn_prop_array_dup()
: <a class="el" href="group__svn__props__support.html#ga62cf1379430ffe507fbcf87e3366ec1e">svn_props.h</a>
</li>
<li>svn_prop_diffs()
: <a class="el" href="group__svn__props__support.html#ga3f0bef17700d7f2b500272814d6fb905">svn_props.h</a>
</li>
<li>svn_prop_dup()
: <a class="el" href="group__svn__props__support.html#ga5114675d164192281792515618c35b05">svn_props.h</a>
</li>
<li>svn_prop_entry_kind
: <a class="el" href="group__svn__props__support.html#ggaa0c97177ba40e8e33fd850e602ddb1dda0e8d7ebcccd8f8e93d6e841fe99d1555">svn_props.h</a>
</li>
<li>SVN_PROP_EOL_STYLE
: <a class="el" href="group__svn__prop__visible__props.html#ga4a09bf2750314f87eaf1d6fe8b5d98cd">svn_props.h</a>
</li>
<li>SVN_PROP_EXECUTABLE
: <a class="el" href="group__svn__prop__visible__props.html#gaa973fd07dc4457ce58ef6fa59c0953fe">svn_props.h</a>
</li>
<li>SVN_PROP_EXECUTABLE_VALUE
: <a class="el" href="group__svn__prop__visible__props.html#gadc662447f97c3aac40174f2fa131550f">svn_props.h</a>
</li>
<li>svn_prop_has_svn_prop()
: <a class="el" href="group__svn__props__support.html#ga7a794c955cff9856de467f37b8ab7652">svn_props.h</a>
</li>
<li>svn_prop_hash_dup()
: <a class="el" href="group__svn__props__support.html#ga1c420c07245de117a278dc1b03d936b6">svn_props.h</a>
</li>
<li>svn_prop_hash_to_array()
: <a class="el" href="group__svn__props__support.html#ga319fb0697c00fbf428bbf4f99f2986c7">svn_props.h</a>
</li>
<li>SVN_PROP_IGNORE
: <a class="el" href="group__svn__prop__visible__props.html#ga1e9faf200c4dec658938aad885d76d2a">svn_props.h</a>
</li>
<li>svn_prop_is_boolean()
: <a class="el" href="group__svn__props__support.html#gad4ae64b1be310c63ce845b20c41bdd3e">svn_props.h</a>
</li>
<li>svn_prop_is_svn_prop()
: <a class="el" href="group__svn__props__support.html#ga58cc19cd57bb0447ef863a85317927ee">svn_props.h</a>
</li>
<li>SVN_PROP_KEYWORDS
: <a class="el" href="group__svn__prop__visible__props.html#ga3d206ada397019195d271b63d5d40ced">svn_props.h</a>
</li>
<li>svn_prop_kind
: <a class="el" href="group__svn__props__support.html#gaa0c97177ba40e8e33fd850e602ddb1dd">svn_props.h</a>
</li>
<li>svn_prop_kind_t
: <a class="el" href="group__svn__props__support.html#ga8fc9e0c3d9592228a6201fb0427300f2">svn_props.h</a>
</li>
<li>SVN_PROP_MIME_TYPE
: <a class="el" href="group__svn__prop__visible__props.html#ga8438cf81da5f708760ea92f5408b812f">svn_props.h</a>
</li>
<li>svn_prop_name_is_valid()
: <a class="el" href="group__svn__props__support.html#gaac6f7d19c68fa4865d0adea1ee741e4a">svn_props.h</a>
</li>
<li>SVN_PROP_NEEDS_LOCK
: <a class="el" href="group__svn__prop__visible__props.html#ga168ddc37c201fb0bd87de0b37fcbfdd9">svn_props.h</a>
</li>
<li>SVN_PROP_NEEDS_LOCK_VALUE
: <a class="el" href="group__svn__prop__visible__props.html#ga7bb3af3ea305f010ae0dac7b3d1c55dd">svn_props.h</a>
</li>
<li>svn_prop_needs_translation()
: <a class="el" href="group__svn__props__support.html#ga2b23f5fbe4e1736ccced93b538df782d">svn_props.h</a>
</li>
<li>SVN_PROP_PREFIX
: <a class="el" href="group__svn__props__support.html#ga17fe0cc2c221f33d00a2c917ad66bfd4">svn_props.h</a>
</li>
<li>svn_prop_regular_kind
: <a class="el" href="group__svn__props__support.html#ggaa0c97177ba40e8e33fd850e602ddb1ddae9812bbe73d1c26ebd4ff4bee9a29c55">svn_props.h</a>
</li>
<li>SVN_PROP_SPECIAL
: <a class="el" href="group__svn__prop__visible__props.html#gaa59fddf88f7ad0970102cdbc3d2d27a1">svn_props.h</a>
</li>
<li>SVN_PROP_SPECIAL_VALUE
: <a class="el" href="group__svn__prop__visible__props.html#ga207bcbf7c43457709115b405432868f9">svn_props.h</a>
</li>
<li>svn_prop_t
: <a class="el" href="group__svn__props__support.html#ga24696971d508510d6481972c5787ae4d">svn_props.h</a>
</li>
<li>svn_prop_wc_kind
: <a class="el" href="group__svn__props__support.html#ggaa0c97177ba40e8e33fd850e602ddb1ddafdb8cf1192f05d6a527af2a01162b731">svn_props.h</a>
</li>
<li>svn_property_kind()
: <a class="el" href="group__svn__props__support.html#ga19f2e2d408625f203ffc15e891d42685">svn_props.h</a>
</li>
<li>svn_proplist_receiver_t
: <a class="el" href="group__clnt__commit.html#ga880d237c32626991c259e6fbced459d2">svn_client.h</a>
</li>
<li>svn_quoprint_decode()
: <a class="el" href="svn__quoprint_8h.html#a6146e01b1f02f8fc383e3560c1c53131">svn_quoprint.h</a>
</li>
<li>svn_quoprint_decode_string()
: <a class="el" href="svn__quoprint_8h.html#a44314219063809a530a215e613792cf0">svn_quoprint.h</a>
</li>
<li>svn_quoprint_encode()
: <a class="el" href="svn__quoprint_8h.html#a09699dc68df7182e0dd32c5e77cebfa9">svn_quoprint.h</a>
</li>
<li>svn_quoprint_encode_string()
: <a class="el" href="svn__quoprint_8h.html#a196aa9b10fd47fd2e510e9875743598c">svn_quoprint.h</a>
</li>
<li>SVN_RA_ABI_VERSION
: <a class="el" href="svn__ra_8h.html#a8b30ced73cbe13f848ab443b522efa6a">svn_ra.h</a>
</li>
<li>svn_ra_callbacks2_t
: <a class="el" href="svn__ra_8h.html#a0bb74293a6046c3ec3753b29656bf569">svn_ra.h</a>
</li>
<li>svn_ra_callbacks_t
: <a class="el" href="svn__ra_8h.html#a948e332ee6bde2879467b486e5d43e3f">svn_ra.h</a>
</li>
<li>SVN_RA_CAPABILITY_COMMIT_REVPROPS
: <a class="el" href="svn__ra_8h.html#a49fbe73c1d699d5425ed902d95bc351c">svn_ra.h</a>
</li>
<li>SVN_RA_CAPABILITY_DEPTH
: <a class="el" href="svn__ra_8h.html#a8a6237bec371c11fc1a589b746decfb9">svn_ra.h</a>
</li>
<li>SVN_RA_CAPABILITY_LOG_REVPROPS
: <a class="el" href="svn__ra_8h.html#a3a07f7b8d6c72b7799aa5b3fcb6e33c5">svn_ra.h</a>
</li>
<li>SVN_RA_CAPABILITY_MERGEINFO
: <a class="el" href="svn__ra_8h.html#afa79cc5ee002d74e7c34171add51cef1">svn_ra.h</a>
</li>
<li>SVN_RA_CAPABILITY_PARTIAL_REPLAY
: <a class="el" href="svn__ra_8h.html#ac3126a31f6560717fdadaa8e2bb95625">svn_ra.h</a>
</li>
<li>svn_ra_change_rev_prop()
: <a class="el" href="svn__ra_8h.html#a302cc325129b7ee4d703eb40c8f6479d">svn_ra.h</a>
</li>
<li>svn_ra_check_path()
: <a class="el" href="svn__ra_8h.html#ac648f6873d7020414527cc5aa350fcc1">svn_ra.h</a>
</li>
<li>svn_ra_create_callbacks()
: <a class="el" href="svn__ra_8h.html#af7b12897be1a0e7d380a114b954799cf">svn_ra.h</a>
</li>
<li>svn_ra_dav_init()
: <a class="el" href="svn__ra_8h.html#a7a65dbfb735fcd81930474d65e852da2">svn_ra.h</a>
</li>
<li>svn_ra_do_diff()
: <a class="el" href="svn__ra_8h.html#a2d2c514752466c5092e26ba4fdc51ae8">svn_ra.h</a>
</li>
<li>svn_ra_do_diff2()
: <a class="el" href="svn__ra_8h.html#a34b8009fc0599404392716d8bee72dc2">svn_ra.h</a>
</li>
<li>svn_ra_do_diff3()
: <a class="el" href="svn__ra_8h.html#a28f808ad78e04eaf2cabe76e67c2a0fb">svn_ra.h</a>
</li>
<li>svn_ra_do_status()
: <a class="el" href="svn__ra_8h.html#a17e36dc753c7c2e6f806b22867db2eea">svn_ra.h</a>
</li>
<li>svn_ra_do_status2()
: <a class="el" href="svn__ra_8h.html#aab22b961b17ac2e842a2d737ad09b066">svn_ra.h</a>
</li>
<li>svn_ra_do_switch()
: <a class="el" href="svn__ra_8h.html#ab473c714e0b782e1d589b0835ff8dc4a">svn_ra.h</a>
</li>
<li>svn_ra_do_switch2()
: <a class="el" href="svn__ra_8h.html#a9e5b7de1fc9cad57874b3a30f4068c0b">svn_ra.h</a>
</li>
<li>svn_ra_do_update()
: <a class="el" href="svn__ra_8h.html#aa941ae82dab9dda11d546208b9e19c58">svn_ra.h</a>
</li>
<li>svn_ra_do_update2()
: <a class="el" href="svn__ra_8h.html#a72c4b3e8552a3cb85994d76d646ff6b0">svn_ra.h</a>
</li>
<li>svn_ra_file_rev_handler_t
: <a class="el" href="svn__ra_8h.html#a2e7db10113b58c685fd2f77f612a953a">svn_ra.h</a>
</li>
<li>svn_ra_get_client_string_func_t
: <a class="el" href="svn__ra_8h.html#a4129e53745805b6c0427e5e4209ffc35">svn_ra.h</a>
</li>
<li>svn_ra_get_commit_editor()
: <a class="el" href="svn__ra_8h.html#a03d9f63044f94d4defbf79246af806b4">svn_ra.h</a>
</li>
<li>svn_ra_get_commit_editor2()
: <a class="el" href="svn__ra_8h.html#a6b06410f67faedce2d58a0db7383f2b8">svn_ra.h</a>
</li>
<li>svn_ra_get_commit_editor3()
: <a class="el" href="svn__ra_8h.html#a5b0aff2522a3008fba26af0da66d3de9">svn_ra.h</a>
</li>
<li>svn_ra_get_dated_revision()
: <a class="el" href="svn__ra_8h.html#a2938be25ce7c3748d6b481c087c9a773">svn_ra.h</a>
</li>
<li>svn_ra_get_deleted_rev()
: <a class="el" href="svn__ra_8h.html#a47420d083621d641f5d55272cc125d74">svn_ra.h</a>
</li>
<li>svn_ra_get_dir()
: <a class="el" href="svn__ra_8h.html#a7da17be4ef997b8363d2c2aba6de4bc6">svn_ra.h</a>
</li>
<li>svn_ra_get_dir2()
: <a class="el" href="svn__ra_8h.html#ac1fb454bedcb76ac56ce74606b77c53a">svn_ra.h</a>
</li>
<li>svn_ra_get_file()
: <a class="el" href="svn__ra_8h.html#a74f0cb209ce1bc2a4813b5572ad98582">svn_ra.h</a>
</li>
<li>svn_ra_get_file_revs()
: <a class="el" href="svn__ra_8h.html#af06b70c8a7099a521a5dfbab0392c13f">svn_ra.h</a>
</li>
<li>svn_ra_get_file_revs2()
: <a class="el" href="svn__ra_8h.html#aa41da79d2c0faa074122e0ff00c0abbb">svn_ra.h</a>
</li>
<li>svn_ra_get_latest_revnum()
: <a class="el" href="svn__ra_8h.html#a483f8d91fb6f312d96659180fc4b5b71">svn_ra.h</a>
</li>
<li>svn_ra_get_latest_revnum_func_t
: <a class="el" href="svn__ra_8h.html#a18b5c7dfe3f6b5da0a5a2932edc5068f">svn_ra.h</a>
</li>
<li>svn_ra_get_location_segments()
: <a class="el" href="svn__ra_8h.html#a7c1fb82956eb3a3703022de10344acd1">svn_ra.h</a>
</li>
<li>svn_ra_get_locations()
: <a class="el" href="svn__ra_8h.html#afd1adf01620a5253a0e18c83a8968025">svn_ra.h</a>
</li>
<li>svn_ra_get_lock()
: <a class="el" href="svn__ra_8h.html#a20f30bdad25af7b62ed46eb3e0ce927c">svn_ra.h</a>
</li>
<li>svn_ra_get_locks()
: <a class="el" href="svn__ra_8h.html#a58724daf905e6c1b72690169dcb18efa">svn_ra.h</a>
</li>
<li>svn_ra_get_log()
: <a class="el" href="svn__ra_8h.html#a7d484515cd6a1abbae0b888a91de5074">svn_ra.h</a>
</li>
<li>svn_ra_get_log2()
: <a class="el" href="svn__ra_8h.html#a366d8ab12ae02fcade47bcbda7078f0a">svn_ra.h</a>
</li>
<li>svn_ra_get_mergeinfo()
: <a class="el" href="svn__ra_8h.html#a5fed0d7f4e7c3129788b4459afe9867d">svn_ra.h</a>
</li>
<li>svn_ra_get_ra_library()
: <a class="el" href="svn__ra_8h.html#a7227450e16da09eeabf044461307985d">svn_ra.h</a>
</li>
<li>svn_ra_get_repos_root()
: <a class="el" href="svn__ra_8h.html#af9ede44af4d4be1f8a52ed4a56c26495">svn_ra.h</a>
</li>
<li>svn_ra_get_repos_root2()
: <a class="el" href="svn__ra_8h.html#a3532a49244b7e7057471cd0bb221624b">svn_ra.h</a>
</li>
<li>svn_ra_get_session_url()
: <a class="el" href="svn__ra_8h.html#a71fad1aa0f6612260430f468846de8fd">svn_ra.h</a>
</li>
<li>svn_ra_get_uuid()
: <a class="el" href="svn__ra_8h.html#a1b9e28e42765b63d24ae93f83272e1b9">svn_ra.h</a>
</li>
<li>svn_ra_get_uuid2()
: <a class="el" href="svn__ra_8h.html#a54eb10c177f8a634d30569e75e665f6c">svn_ra.h</a>
</li>
<li>svn_ra_get_wc_prop_func_t
: <a class="el" href="svn__ra_8h.html#a7e45246f9e0e0771cf32341052920275">svn_ra.h</a>
</li>
<li>svn_ra_has_capability()
: <a class="el" href="svn__ra_8h.html#a98f829e080652aaf06e78bf33b61c4d0">svn_ra.h</a>
</li>
<li>svn_ra_init_func_t
: <a class="el" href="svn__ra_8h.html#aae8924114d2893a2921afa53b59e533f">svn_ra.h</a>
</li>
<li>svn_ra_init_ra_libs()
: <a class="el" href="svn__ra_8h.html#a9262a57b401223ea5628923988ff50bb">svn_ra.h</a>
</li>
<li>svn_ra_initialize()
: <a class="el" href="svn__ra_8h.html#a79f2e38e49200c1e710c6c86300578f6">svn_ra.h</a>
</li>
<li>svn_ra_invalidate_wc_props_func_t
: <a class="el" href="svn__ra_8h.html#ad75aea6441172c03eabb6e414cd9806a">svn_ra.h</a>
</li>
<li>svn_ra_local_init()
: <a class="el" href="svn__ra_8h.html#aada4d384aa1b3f044962fe7f1a1e4995">svn_ra.h</a>
</li>
<li>svn_ra_lock()
: <a class="el" href="svn__ra_8h.html#a2b4233224aec6229944988d1e2d40ee2">svn_ra.h</a>
</li>
<li>svn_ra_lock_callback_t
: <a class="el" href="svn__ra_8h.html#a129ad53bc913318ef95c38dea5f740d8">svn_ra.h</a>
</li>
<li>svn_ra_open()
: <a class="el" href="svn__ra_8h.html#a9ca356e05ca9ce35d672b62b5fd2e94c">svn_ra.h</a>
</li>
<li>svn_ra_open2()
: <a class="el" href="svn__ra_8h.html#aa2d9f2c59e0079c00bd4745082e838ef">svn_ra.h</a>
</li>
<li>svn_ra_open3()
: <a class="el" href="svn__ra_8h.html#a2543ab564e75c55f801e6ad6dfbf1f7d">svn_ra.h</a>
</li>
<li>svn_ra_plugin_t
: <a class="el" href="svn__ra_8h.html#a4eb0a5e00f2896a41ac6bfb48d9174d7">svn_ra.h</a>
</li>
<li>svn_ra_print_modules()
: <a class="el" href="svn__ra_8h.html#a54da5fc271cb9242a5c6e32d4e63f172">svn_ra.h</a>
</li>
<li>svn_ra_print_ra_libraries()
: <a class="el" href="svn__ra_8h.html#ad88372f65c1d64451d3d782a5a22c587">svn_ra.h</a>
</li>
<li>svn_ra_progress_notify_func_t
: <a class="el" href="svn__ra_8h.html#a44f6e7f50bf0acdee8ee9bdf1ce984c3">svn_ra.h</a>
</li>
<li>svn_ra_push_wc_prop_func_t
: <a class="el" href="svn__ra_8h.html#a35cbc06754d5250e7ae63c33c833fb5a">svn_ra.h</a>
</li>
<li>svn_ra_reparent()
: <a class="el" href="svn__ra_8h.html#a7e9aa7286274bda5cf260c7fa694c7a5">svn_ra.h</a>
</li>
<li>svn_ra_replay()
: <a class="el" href="svn__ra_8h.html#ad79d196db14e261a932f3207f41da5ae">svn_ra.h</a>
</li>
<li>svn_ra_replay_range()
: <a class="el" href="svn__ra_8h.html#a9fbcde06ba0b9ddb331631852f3277bd">svn_ra.h</a>
</li>
<li>svn_ra_replay_revfinish_callback_t
: <a class="el" href="svn__ra_8h.html#aa815d4bdd7522061e89474fcbded072e">svn_ra.h</a>
</li>
<li>svn_ra_replay_revstart_callback_t
: <a class="el" href="svn__ra_8h.html#aa55458ae9cf8156cbe9648c1151e685e">svn_ra.h</a>
</li>
<li>svn_ra_reporter2_t
: <a class="el" href="svn__ra_8h.html#aaa1178090fba5cfd77e8d72b98c44c61">svn_ra.h</a>
</li>
<li>svn_ra_reporter3_t
: <a class="el" href="svn__ra_8h.html#a9dd4c08bd97373d89cc24fbbd4ee21a3">svn_ra.h</a>
</li>
<li>svn_ra_reporter_t
: <a class="el" href="svn__ra_8h.html#a4a0b95fef232c9b745a399f68d36b32b">svn_ra.h</a>
</li>
<li>svn_ra_rev_prop()
: <a class="el" href="svn__ra_8h.html#a6a19b601d84c1507a95f301f63b7fd25">svn_ra.h</a>
</li>
<li>svn_ra_rev_proplist()
: <a class="el" href="svn__ra_8h.html#a68debc38add97c9bd897278b9e4cc018">svn_ra.h</a>
</li>
<li>svn_ra_serf_init()
: <a class="el" href="svn__ra_8h.html#ad39893f2a04a980d26936b0d85223c52">svn_ra.h</a>
</li>
<li>svn_ra_session_t
: <a class="el" href="svn__ra_8h.html#ac3a7f3c8f2562ed346c2431c4c94f507">svn_ra.h</a>
</li>
<li>svn_ra_set_wc_prop_func_t
: <a class="el" href="svn__ra_8h.html#afcc7f90103b9f382aac31013ff8ab15b">svn_ra.h</a>
</li>
<li>svn_ra_stat()
: <a class="el" href="svn__ra_8h.html#abfe91a8afdd4cde0b12688dc588b8ebd">svn_ra.h</a>
</li>
<li>SVN_RA_SVN_CAP_EDIT_PIPELINE
: <a class="el" href="svn__ra__svn_8h.html#ac0ee29fdfb2b14d0219ce6ef177e8c6f">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_cmd_entry_t
: <a class="el" href="svn__ra__svn_8h.html#ac04bd6bb4f7ab48464e48dfc3c79bc25">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_command_handler
: <a class="el" href="svn__ra__svn_8h.html#a263215e0332d07752e42df88e0d68a2f">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_conn_remote_host()
: <a class="el" href="svn__ra__svn_8h.html#a11bdc8ac443b093ec70e79c95e89eae1">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_conn_t
: <a class="el" href="svn__ra__svn_8h.html#a1791de5c838347a0faf7939f0cb2e043">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_cram_server()
: <a class="el" href="svn__ra__svn_8h.html#a5cb7068e6e8eca7b20e140ee2e4b5be5">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_create_conn()
: <a class="el" href="svn__ra__svn_8h.html#a775d6e7ac47cf36fee531c51c5428d95">svn_ra_svn.h</a>
</li>
<li>SVN_RA_SVN_DIRENT_CREATED_REV
: <a class="el" href="group__ra__svn__dirent__fields.html#ga02aa065fb808809f7bbc3e88f541e532">svn_ra_svn.h</a>
</li>
<li>SVN_RA_SVN_DIRENT_HAS_PROPS
: <a class="el" href="group__ra__svn__dirent__fields.html#ga2b1a602f0a4f9481e8b54e1cce00c8a1">svn_ra_svn.h</a>
</li>
<li>SVN_RA_SVN_DIRENT_KIND
: <a class="el" href="group__ra__svn__dirent__fields.html#ga57c54e71e9b8001cde20cd9c14ba2b58">svn_ra_svn.h</a>
</li>
<li>SVN_RA_SVN_DIRENT_LAST_AUTHOR
: <a class="el" href="group__ra__svn__dirent__fields.html#gaf48ef4862b8b1dbc59d1429597f5ad40">svn_ra_svn.h</a>
</li>
<li>SVN_RA_SVN_DIRENT_SIZE
: <a class="el" href="group__ra__svn__dirent__fields.html#ga695a9c6b56e71e771be0b06438a3b215">svn_ra_svn.h</a>
</li>
<li>SVN_RA_SVN_DIRENT_TIME
: <a class="el" href="group__ra__svn__dirent__fields.html#gae760b1f5c458daeab598c09b03529080">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_drive_editor()
: <a class="el" href="svn__ra__svn_8h.html#a57820414393d510ae1c0f3756906f3d5">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_drive_editor2()
: <a class="el" href="svn__ra__svn_8h.html#a0ff4a5a551a5a885de81d8b2898b0ab1">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_end_list()
: <a class="el" href="svn__ra__svn_8h.html#aae0f190270cfe87b19d38a533ea0dea3">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_flush()
: <a class="el" href="svn__ra__svn_8h.html#abeafa59754d0da13ca45c0fb9d2b7105">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_get_editor()
: <a class="el" href="svn__ra__svn_8h.html#a338425f7a8fa9e0baa35cf7122206f5b">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_handle_commands()
: <a class="el" href="svn__ra__svn_8h.html#aa39e750851c82affcf6e8ff900502882">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_handle_commands2()
: <a class="el" href="svn__ra__svn_8h.html#a5507592eb86fbb8807359425190c0025">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_has_capability()
: <a class="el" href="svn__ra__svn_8h.html#a4572cb8fb827a2d43881ccab7791743a">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_init()
: <a class="el" href="svn__ra_8h.html#ac18324af265efd7a44d0c031483fb208">svn_ra.h</a>
</li>
<li>svn_ra_svn_item_t
: <a class="el" href="svn__ra__svn_8h.html#a1dc3e158e9067eea2693e4196347ca85">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_parse_proplist()
: <a class="el" href="svn__ra__svn_8h.html#a8a771da9abd520f66b32566b8ab99905">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_parse_tuple()
: <a class="el" href="svn__ra__svn_8h.html#a1ad23d04cf2c99277e74aa3579e3166f">svn_ra_svn.h</a>
</li>
<li>SVN_RA_SVN_PORT
: <a class="el" href="svn__ra__svn_8h.html#ae0e3d4fc3c74c8f6062899b8995bbee5">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_read_cmd_response()
: <a class="el" href="svn__ra__svn_8h.html#a355479e94c812c250e233f5287718133">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_read_item()
: <a class="el" href="svn__ra__svn_8h.html#a054e65557e26d30a0f4b655839f73d8e">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_read_tuple()
: <a class="el" href="svn__ra__svn_8h.html#ab7909e29a780d40093a202feadb8359a">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_set_capabilities()
: <a class="el" href="svn__ra__svn_8h.html#a1da3f1724061eb6d7b1eef5e2df1273c">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_skip_leading_garbage()
: <a class="el" href="svn__ra__svn_8h.html#a772a21bdd3b2d0ab7216745bf5772116">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_start_list()
: <a class="el" href="svn__ra__svn_8h.html#a13a9cfd41e5935ef2346a3cce936c7fd">svn_ra_svn.h</a>
</li>
<li>SVN_RA_SVN_UNSPECIFIED_NUMBER
: <a class="el" href="svn__ra__svn_8h.html#a5f6bf85e63be94c161cc3e2e2afc0985">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_version()
: <a class="el" href="svn__ra__svn_8h.html#a7b655de213bc2ce7656027cbc1f48cff">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_write_cmd()
: <a class="el" href="svn__ra__svn_8h.html#af15ea6eb7cc42d3153098800e3fdb94b">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_write_cmd_failure()
: <a class="el" href="svn__ra__svn_8h.html#a550b747e1d40ac8441908029147228ca">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_write_cmd_response()
: <a class="el" href="svn__ra__svn_8h.html#ae3ebeae8904556183a5cef212951f706">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_write_cstring()
: <a class="el" href="svn__ra__svn_8h.html#aa0ae0696e25c8a4f334721a054e64a4f">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_write_number()
: <a class="el" href="svn__ra__svn_8h.html#a32bb1636947fc268dfbc9654e239f0cd">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_write_proplist()
: <a class="el" href="svn__ra__svn_8h.html#ad9eaa7f84b44a546984c4e1820570a8d">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_write_string()
: <a class="el" href="svn__ra__svn_8h.html#a18bce76edb7547d1d4354a43871f92df">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_write_tuple()
: <a class="el" href="svn__ra__svn_8h.html#a485ffa27bbea0744a5c3a53f46e04c54">svn_ra_svn.h</a>
</li>
<li>svn_ra_svn_write_word()
: <a class="el" href="svn__ra__svn_8h.html#a0578f33134be63d940746d85c92d215b">svn_ra_svn.h</a>
</li>
<li>svn_ra_unlock()
: <a class="el" href="svn__ra_8h.html#a03222b1947a2eda17f99c8e0acdb4cca">svn_ra.h</a>
</li>
<li>svn_ra_version()
: <a class="el" href="svn__ra_8h.html#affddbb41c21901436e172f13db1c3715">svn_ra.h</a>
</li>
<li>svn_rangelist_diff()
: <a class="el" href="svn__mergeinfo_8h.html#ad8d899c0bdad401c8ca630761beb4ff4">svn_mergeinfo.h</a>
</li>
<li>svn_rangelist_dup()
: <a class="el" href="svn__mergeinfo_8h.html#a8246717e265f632e3ac7d6eed3e70a87">svn_mergeinfo.h</a>
</li>
<li>svn_rangelist_inheritable()
: <a class="el" href="svn__mergeinfo_8h.html#a0a8333f818f22f67bbcf01899e73f660">svn_mergeinfo.h</a>
</li>
<li>svn_rangelist_intersect()
: <a class="el" href="svn__mergeinfo_8h.html#a2bc808022ff09bb32791fb25132948ee">svn_mergeinfo.h</a>
</li>
<li>svn_rangelist_merge()
: <a class="el" href="svn__mergeinfo_8h.html#aabd16b8d6f32ecce834b240dfb4e559e">svn_mergeinfo.h</a>
</li>
<li>svn_rangelist_remove()
: <a class="el" href="svn__mergeinfo_8h.html#aa70ce1f11dec8b15f1836740e7240fef">svn_mergeinfo.h</a>
</li>
<li>svn_rangelist_reverse()
: <a class="el" href="svn__mergeinfo_8h.html#a6d5a31b9ddb2c98deca8f722042522b0">svn_mergeinfo.h</a>
</li>
<li>svn_rangelist_to_string()
: <a class="el" href="svn__mergeinfo_8h.html#a08a20e3e45b984c7a08cb95037a7d9a3">svn_mergeinfo.h</a>
</li>
<li>svn_read_fn_t
: <a class="el" href="group__svn__io__byte__streams.html#ga9a8939b5258b070a48aa1e0cd154909a">svn_io.h</a>
</li>
<li>svn_recurse_kind
: <a class="el" href="svn__types_8h.html#af81db79c4e4bbc2304dd95957bc9a905">svn_types.h</a>
</li>
<li>svn_repos_abort_report()
: <a class="el" href="svn__repos_8h.html#a10907f7d26c89d77c8d2bff4fff6c706">svn_repos.h</a>
</li>
<li>svn_repos_authz_access_t
: <a class="el" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26">svn_repos.h</a>
</li>
<li>svn_repos_authz_callback_t
: <a class="el" href="svn__repos_8h.html#aface4990939fd87037b6e7b7cdff47ca">svn_repos.h</a>
</li>
<li>svn_repos_authz_check_access()
: <a class="el" href="svn__repos_8h.html#a407a6d4ba1171c379dca152a62ede1df">svn_repos.h</a>
</li>
<li>svn_repos_authz_func_t
: <a class="el" href="svn__repos_8h.html#ad36e1f3f846af40f17422af70f08ccf8">svn_repos.h</a>
</li>
<li>svn_repos_authz_read()
: <a class="el" href="svn__repos_8h.html#af84d37ff02c7c85b0a9d8f77adcffb07">svn_repos.h</a>
</li>
<li>svn_repos_begin_report()
: <a class="el" href="svn__repos_8h.html#a93bb88154b6ea6afa95e9f29ca504660">svn_repos.h</a>
</li>
<li>svn_repos_begin_report2()
: <a class="el" href="svn__repos_8h.html#ac0c2d40c2ad3856b51eb07f121382ccb">svn_repos.h</a>
</li>
<li>SVN_REPOS_CAPABILITY_MERGEINFO
: <a class="el" href="svn__repos_8h.html#aab01a6ea17c5bb1ed8f841afeb4a79c8">svn_repos.h</a>
</li>
<li>svn_repos_check_revision_access()
: <a class="el" href="svn__repos_8h.html#a64d482af56380b60017fe6d8008822b1">svn_repos.h</a>
</li>
<li>svn_repos_conf_dir()
: <a class="el" href="svn__repos_8h.html#a5219614d1150381c8d09427e0c78666e">svn_repos.h</a>
</li>
<li>svn_repos_create()
: <a class="el" href="svn__repos_8h.html#aadb874232868c06984c2276e866f3929">svn_repos.h</a>
</li>
<li>svn_repos_dated_revision()
: <a class="el" href="svn__repos_8h.html#a2f051f6514b2e0363322c55015a1f3c8">svn_repos.h</a>
</li>
<li>svn_repos_db_env()
: <a class="el" href="svn__repos_8h.html#aad54cd706f073b018cfc62495fdb4bb9">svn_repos.h</a>
</li>
<li>svn_repos_db_lockfile()
: <a class="el" href="svn__repos_8h.html#a0ec4ecf84866f735491b03f37ec2ddb7">svn_repos.h</a>
</li>
<li>svn_repos_db_logfiles()
: <a class="el" href="svn__repos_8h.html#aa7f48ea9484dcee7e67eb0cea41945ad">svn_repos.h</a>
</li>
<li>svn_repos_db_logs_lockfile()
: <a class="el" href="svn__repos_8h.html#a2f2d5c4aa4da3269ef2efd8a3bec9c24">svn_repos.h</a>
</li>
<li>svn_repos_delete()
: <a class="el" href="svn__repos_8h.html#a65d111363700108428b5e9358c8cddfb">svn_repos.h</a>
</li>
<li>svn_repos_delete_path()
: <a class="el" href="svn__repos_8h.html#a75d0a35939d9e37586db2e7c3ad2d87e">svn_repos.h</a>
</li>
<li>svn_repos_deleted_rev()
: <a class="el" href="svn__repos_8h.html#ac5c580685f2a3324b64bb01fdee9e3a0">svn_repos.h</a>
</li>
<li>svn_repos_dir_delta()
: <a class="el" href="svn__repos_8h.html#a75c041f294a7b3d6c70c4178b9decbac">svn_repos.h</a>
</li>
<li>svn_repos_dir_delta2()
: <a class="el" href="svn__repos_8h.html#a3485c1fbcf0585bdeaf13379f7217121">svn_repos.h</a>
</li>
<li>svn_repos_dump_fs()
: <a class="el" href="group__svn__repos__dump__load.html#ga4cbd1b87289a2cff7bf1e114537a040a">svn_repos.h</a>
</li>
<li>svn_repos_dump_fs2()
: <a class="el" href="group__svn__repos__dump__load.html#ga197042c66a63ee85b19bd4186bea97d8">svn_repos.h</a>
</li>
<li>SVN_REPOS_DUMPFILE_PROP_DELTA
: <a class="el" href="group__svn__repos__dump__load.html#gae55aa05a65b2fefeaf62c0ec5d5871b7">svn_repos.h</a>
</li>
<li>SVN_REPOS_DUMPFILE_TEXT_DELTA
: <a class="el" href="group__svn__repos__dump__load.html#ga87121466d49a1b73498b6d663caff3df">svn_repos.h</a>
</li>
<li>SVN_REPOS_DUMPFILE_TEXT_DELTA_BASE_CHECKSUM
: <a class="el" href="group__svn__repos__dump__load.html#gaaa5c18f984678fd4592eb4c286f7dc54">svn_repos.h</a>
</li>
<li>SVN_REPOS_DUMPFILE_TEXT_DELTA_BASE_MD5
: <a class="el" href="group__svn__repos__dump__load.html#ga7ccb91bebc77544d7b8be28bd86641fd">svn_repos.h</a>
</li>
<li>SVN_REPOS_DUMPFILE_TEXT_DELTA_BASE_SHA1
: <a class="el" href="group__svn__repos__dump__load.html#ga14d9009204e6c5788c8aaa328e4c6370">svn_repos.h</a>
</li>
<li>svn_repos_file_rev_handler_t
: <a class="el" href="svn__repos_8h.html#a4610a1f09d8e2be17e054a8d82e4475a">svn_repos.h</a>
</li>
<li>svn_repos_find_root_path()
: <a class="el" href="svn__repos_8h.html#a5712d7d0db4aa95992dda1ff5597817f">svn_repos.h</a>
</li>
<li>svn_repos_finish_report()
: <a class="el" href="svn__repos_8h.html#a4731fce6f6fe11b01604c16cbbb30fe3">svn_repos.h</a>
</li>
<li>svn_repos_fs()
: <a class="el" href="svn__repos_8h.html#a7c2f2ccd59bb55a6db6e567960bc76da">svn_repos.h</a>
</li>
<li>svn_repos_fs_begin_txn_for_commit()
: <a class="el" href="group__svn__repos__hook__wrappers.html#gaff82acc57f89eb74c4f33071dc820506">svn_repos.h</a>
</li>
<li>svn_repos_fs_begin_txn_for_commit2()
: <a class="el" href="group__svn__repos__hook__wrappers.html#gaf4b3f548b788382018fb6fe2c29e7628">svn_repos.h</a>
</li>
<li>svn_repos_fs_begin_txn_for_update()
: <a class="el" href="group__svn__repos__hook__wrappers.html#ga7cd7aa3f17488f3471af3b31548ed3ca">svn_repos.h</a>
</li>
<li>svn_repos_fs_change_node_prop()
: <a class="el" href="group__svn__repos__hook__wrappers.html#ga5794f6cf8cc9dd49df94d0bb90d2c4c3">svn_repos.h</a>
</li>
<li>svn_repos_fs_change_rev_prop()
: <a class="el" href="group__svn__repos__hook__wrappers.html#ga961084af28047d77293a8c93bba145ac">svn_repos.h</a>
</li>
<li>svn_repos_fs_change_rev_prop2()
: <a class="el" href="group__svn__repos__hook__wrappers.html#ga7732815b4c038205153fa6d0c43be466">svn_repos.h</a>
</li>
<li>svn_repos_fs_change_rev_prop3()
: <a class="el" href="group__svn__repos__hook__wrappers.html#ga34ee28b0eee003185bacc125f6b70462">svn_repos.h</a>
</li>
<li>svn_repos_fs_change_txn_prop()
: <a class="el" href="group__svn__repos__hook__wrappers.html#ga97328b88945142c9d79db552001e80c6">svn_repos.h</a>
</li>
<li>svn_repos_fs_change_txn_props()
: <a class="el" href="group__svn__repos__hook__wrappers.html#ga115a7c13dfd39c03cabfc2feeec9776c">svn_repos.h</a>
</li>
<li>svn_repos_fs_commit_txn()
: <a class="el" href="group__svn__repos__hook__wrappers.html#gab93801ca0f62f026b4163307b7eec2c4">svn_repos.h</a>
</li>
<li>svn_repos_fs_get_locks()
: <a class="el" href="group__svn__repos__fs__locks.html#ga1ae7bdbf6c15403e790f21c48c38d88d">svn_repos.h</a>
</li>
<li>svn_repos_fs_get_mergeinfo()
: <a class="el" href="svn__repos_8h.html#aa3ecd8110f6e4d58e35f2ea16dc12ea1">svn_repos.h</a>
</li>
<li>svn_repos_fs_lock()
: <a class="el" href="group__svn__repos__fs__locks.html#gaa3d5600c8001c0e4c71feb513851eff3">svn_repos.h</a>
</li>
<li>svn_repos_fs_pack()
: <a class="el" href="svn__repos_8h.html#a7f2ea9f2d6e5bd0802decbbc94d5dab7">svn_repos.h</a>
</li>
<li>svn_repos_fs_revision_prop()
: <a class="el" href="group__svn__repos__hook__wrappers.html#ga1b9c043110f75c99794f1d7068531717">svn_repos.h</a>
</li>
<li>svn_repos_fs_revision_proplist()
: <a class="el" href="group__svn__repos__hook__wrappers.html#ga595dbea42135652a5abaf96117f1bf7c">svn_repos.h</a>
</li>
<li>svn_repos_fs_unlock()
: <a class="el" href="group__svn__repos__fs__locks.html#ga3baa66ae6c50e9f61dc6473311b00a1d">svn_repos.h</a>
</li>
<li>svn_repos_get_commit_editor()
: <a class="el" href="svn__repos_8h.html#a6454365f49124c11c081e7a363572c0c">svn_repos.h</a>
</li>
<li>svn_repos_get_commit_editor2()
: <a class="el" href="svn__repos_8h.html#ac53b95e45721b395a8d39db2a1fc9ea4">svn_repos.h</a>
</li>
<li>svn_repos_get_commit_editor3()
: <a class="el" href="svn__repos_8h.html#ad41a82d63e825b41183a13870bcd1d15">svn_repos.h</a>
</li>
<li>svn_repos_get_commit_editor4()
: <a class="el" href="svn__repos_8h.html#a4577d438456135507931728b9479f33b">svn_repos.h</a>
</li>
<li>svn_repos_get_commit_editor5()
: <a class="el" href="svn__repos_8h.html#adb74c9da3d485a73644a722a7a3d6297">svn_repos.h</a>
</li>
<li>svn_repos_get_committed_info()
: <a class="el" href="svn__repos_8h.html#a3f6c18a65792047928d2f0b35d5de177">svn_repos.h</a>
</li>
<li>svn_repos_get_file_revs()
: <a class="el" href="svn__repos_8h.html#a9bfe434abbfa95a1871b9e37141a04ca">svn_repos.h</a>
</li>
<li>svn_repos_get_file_revs2()
: <a class="el" href="svn__repos_8h.html#aaa6b9cc6022d3f2761be16407ba248b4">svn_repos.h</a>
</li>
<li>svn_repos_get_fs_build_parser()
: <a class="el" href="group__svn__repos__dump__load.html#gadf1ab8b01abc03d1b045d090cd78ad8b">svn_repos.h</a>
</li>
<li>svn_repos_get_fs_build_parser2()
: <a class="el" href="group__svn__repos__dump__load.html#ga77d6f795abc868bb0321b0e1f1f4005f">svn_repos.h</a>
</li>
<li>svn_repos_get_logs()
: <a class="el" href="svn__repos_8h.html#a55be2364d9b275c79781ce92384029c9">svn_repos.h</a>
</li>
<li>svn_repos_get_logs2()
: <a class="el" href="svn__repos_8h.html#a4c8a93d238c3f49fb3646921a989e6e5">svn_repos.h</a>
</li>
<li>svn_repos_get_logs3()
: <a class="el" href="svn__repos_8h.html#a4a76e927eeffde02ab6637720b4444f3">svn_repos.h</a>
</li>
<li>svn_repos_get_logs4()
: <a class="el" href="svn__repos_8h.html#aad951f77f0b023456f98daf49f905185">svn_repos.h</a>
</li>
<li>svn_repos_has_capability()
: <a class="el" href="svn__repos_8h.html#a8b1af9654f33646f3f12560508ed36e3">svn_repos.h</a>
</li>
<li>svn_repos_history()
: <a class="el" href="svn__repos_8h.html#a4217c78836e6c34698277125be03c930">svn_repos.h</a>
</li>
<li>svn_repos_history2()
: <a class="el" href="svn__repos_8h.html#abfc943b44762abba5b3ade9edd6edf7a">svn_repos.h</a>
</li>
<li>svn_repos_history_func_t
: <a class="el" href="svn__repos_8h.html#a92f554e0857cba7bfe3c45c5b94b9373">svn_repos.h</a>
</li>
<li>svn_repos_hook_dir()
: <a class="el" href="svn__repos_8h.html#acc4d48d389faf67e155e31d4ff7dbfc5">svn_repos.h</a>
</li>
<li>svn_repos_hotcopy()
: <a class="el" href="svn__repos_8h.html#a8546d2ec882dcc05454337ea2cb40e6c">svn_repos.h</a>
</li>
<li>svn_repos_link_path()
: <a class="el" href="svn__repos_8h.html#a5df2b86cc0cd3477669c7f44bb987890">svn_repos.h</a>
</li>
<li>svn_repos_link_path2()
: <a class="el" href="svn__repos_8h.html#a26dcc78a980e2c0d1c1a66cf55e5a5ce">svn_repos.h</a>
</li>
<li>svn_repos_link_path3()
: <a class="el" href="svn__repos_8h.html#a149b37240a92f99324adb4ca3e46ddaf">svn_repos.h</a>
</li>
<li>svn_repos_load_fs()
: <a class="el" href="group__svn__repos__dump__load.html#ga3f159b7efd59c845860e99a734841285">svn_repos.h</a>
</li>
<li>svn_repos_load_fs2()
: <a class="el" href="group__svn__repos__dump__load.html#gaaa3af3c924339279ba9a528f441210ea">svn_repos.h</a>
</li>
<li>svn_repos_load_uuid
: <a class="el" href="group__svn__repos__dump__load.html#ga3f25f6afc6c9fc6de9327ea8960a5360">svn_repos.h</a>
</li>
<li>svn_repos_lock_dir()
: <a class="el" href="svn__repos_8h.html#ac459954f7e5689ca531a6c36282860f7">svn_repos.h</a>
</li>
<li>svn_repos_node_editor()
: <a class="el" href="group__svn__repos__inspection.html#gacd092275acf33278f7d8eda0ccff90c8">svn_repos.h</a>
</li>
<li>svn_repos_node_from_baton()
: <a class="el" href="group__svn__repos__inspection.html#ga6386ed4e07ce0ee54ddda4712834b55c">svn_repos.h</a>
</li>
<li>svn_repos_node_location_segments()
: <a class="el" href="svn__repos_8h.html#a7bb95b9e824a4f4947a70443071e6ca3">svn_repos.h</a>
</li>
<li>svn_repos_node_t
: <a class="el" href="group__svn__repos__inspection.html#ga2bb4285685483fde52f69ff63c07bb35">svn_repos.h</a>
</li>
<li>svn_repos_open()
: <a class="el" href="svn__repos_8h.html#a2703b5e8f427145961f794c1abe4fa11">svn_repos.h</a>
</li>
<li>svn_repos_parse_dumpstream()
: <a class="el" href="group__svn__repos__dump__load.html#ga62a01bf6688524b7ac598ee8c7b0290a">svn_repos.h</a>
</li>
<li>svn_repos_parse_dumpstream2()
: <a class="el" href="group__svn__repos__dump__load.html#ga9bf944dbcffb79e1afe8bda810e1b85a">svn_repos.h</a>
</li>
<li>svn_repos_parse_fns2_t
: <a class="el" href="group__svn__repos__dump__load.html#gadd77d65bf6708f7115532af4b3fbd70b">svn_repos.h</a>
</li>
<li>svn_repos_parser_fns2_t
: <a class="el" href="group__svn__repos__dump__load.html#gaed00d258abbe1a0fdc2cc4f89b420daf">svn_repos.h</a>
</li>
<li>svn_repos_parser_fns_t
: <a class="el" href="group__svn__repos__dump__load.html#ga03b3b5fdffc4cd7b7ce052542562f131">svn_repos.h</a>
</li>
<li>svn_repos_path()
: <a class="el" href="svn__repos_8h.html#a87ac5e8f9c9b89ca19491e1dc8a248e2">svn_repos.h</a>
</li>
<li>svn_repos_post_commit_hook()
: <a class="el" href="svn__repos_8h.html#a0cf430715163996d157ea633d67fc702">svn_repos.h</a>
</li>
<li>svn_repos_post_lock_hook()
: <a class="el" href="group__svn__repos__lock__hooks.html#gac2b22ebd12a184b0f3962f3d9511d477">svn_repos.h</a>
</li>
<li>svn_repos_post_revprop_change_hook()
: <a class="el" href="svn__repos_8h.html#a7dc718b10de2ccb7a41e3c6af566fbcc">svn_repos.h</a>
</li>
<li>svn_repos_post_unlock_hook()
: <a class="el" href="group__svn__repos__lock__hooks.html#ga11407576231071bbe44f9b1d5ab1192e">svn_repos.h</a>
</li>
<li>svn_repos_pre_commit_hook()
: <a class="el" href="svn__repos_8h.html#ad33328d183bf8266253d5094c2373add">svn_repos.h</a>
</li>
<li>svn_repos_pre_lock_hook()
: <a class="el" href="group__svn__repos__lock__hooks.html#ga4761798bdb8b640a0a9a31024116517a">svn_repos.h</a>
</li>
<li>svn_repos_pre_revprop_change_hook()
: <a class="el" href="svn__repos_8h.html#a328a4eef530a77f12599fd7575580cf3">svn_repos.h</a>
</li>
<li>svn_repos_pre_unlock_hook()
: <a class="el" href="group__svn__repos__lock__hooks.html#ga5eec112c090e76d4b7bc362a3a948b41">svn_repos.h</a>
</li>
<li>svn_repos_recover()
: <a class="el" href="svn__repos_8h.html#ae6c218d946853ce1d51a98e5d8ed5868">svn_repos.h</a>
</li>
<li>svn_repos_recover2()
: <a class="el" href="svn__repos_8h.html#aac5fa56054e5d031ba0353d6e56a9b00">svn_repos.h</a>
</li>
<li>svn_repos_recover3()
: <a class="el" href="svn__repos_8h.html#a5fb2a1cd5c0a0bbc132cc23def589b43">svn_repos.h</a>
</li>
<li>svn_repos_remember_client_capabilities()
: <a class="el" href="svn__repos_8h.html#a37b169fb9bf22603c5b96530e7c769e2">svn_repos.h</a>
</li>
<li>svn_repos_replay()
: <a class="el" href="svn__repos_8h.html#a665ce4abdd61d1a820649d59f09c487b">svn_repos.h</a>
</li>
<li>svn_repos_replay2()
: <a class="el" href="svn__repos_8h.html#aef0fa3335d10b603cfbae5efc7a5d016">svn_repos.h</a>
</li>
<li>svn_repos_revision_access_level_t
: <a class="el" href="svn__repos_8h.html#a15467fb538a4afb76469ad37d39adeb8">svn_repos.h</a>
</li>
<li>svn_repos_set_path()
: <a class="el" href="svn__repos_8h.html#a8ce3bb452448deb9b1d06d8548093b04">svn_repos.h</a>
</li>
<li>svn_repos_set_path2()
: <a class="el" href="svn__repos_8h.html#a505968515d92df76cc76295708dbfe69">svn_repos.h</a>
</li>
<li>svn_repos_set_path3()
: <a class="el" href="svn__repos_8h.html#a82ba182357ef3f409431da4207214d5a">svn_repos.h</a>
</li>
<li>svn_repos_start_commit_hook()
: <a class="el" href="svn__repos_8h.html#a68649aa74c875e06bd184cf116adf98c">svn_repos.h</a>
</li>
<li>svn_repos_stat()
: <a class="el" href="svn__repos_8h.html#ae938398bec69b31ac10ed1d8be2d73f3">svn_repos.h</a>
</li>
<li>svn_repos_svnserve_conf()
: <a class="el" href="svn__repos_8h.html#a8cb5523666ac827742bfb1154cc49df0">svn_repos.h</a>
</li>
<li>svn_repos_t
: <a class="el" href="svn__repos_8h.html#aab0243728cac2a99eeaa18d7e72f77de">svn_repos.h</a>
</li>
<li>svn_repos_trace_node_locations()
: <a class="el" href="svn__repos_8h.html#ac31e691e98b23dfed2943c7b021b6cee">svn_repos.h</a>
</li>
<li>svn_repos_upgrade()
: <a class="el" href="svn__repos_8h.html#afa89fd30c6a04e09d025bcf1e30148cd">svn_repos.h</a>
</li>
<li>svn_repos_verify_fs()
: <a class="el" href="group__svn__repos__dump__load.html#ga4e92b908f1c85cdacce5a1cf20a18896">svn_repos.h</a>
</li>
<li>svn_repos_version()
: <a class="el" href="svn__repos_8h.html#a3b81bc5193a4fc478c7668717493add6">svn_repos.h</a>
</li>
<li>svn_revnum_parse()
: <a class="el" href="svn__types_8h.html#aeb14b5f3ca4e6d152419b8f2d81bf6c0">svn_types.h</a>
</li>
<li>svn_revnum_t
: <a class="el" href="svn__types_8h.html#af16427ed53d30f27da225c56552d2a89">svn_types.h</a>
</li>
<li>SVN_REVNUM_T_FMT
: <a class="el" href="svn__types_8h.html#a417741eb1f9b222dae237f6942a4b2f0">svn_types.h</a>
</li>
<li>svn_sleep_for_timestamps()
: <a class="el" href="svn__time_8h.html#a484368d1bad2d6e61a444336acc7c6be">svn_time.h</a>
</li>
<li>svn_sort__hash()
: <a class="el" href="svn__sorts_8h.html#ad90c805453e6015d2d182d651c964009">svn_sorts.h</a>
</li>
<li>svn_sort__item_t
: <a class="el" href="svn__sorts_8h.html#af02d34fd4f4a82763ee9f1616b11afbb">svn_sorts.h</a>
</li>
<li>svn_sort_compare_items_as_paths()
: <a class="el" href="svn__sorts_8h.html#aa19ecf19e3040f6fe234f7406493c459">svn_sorts.h</a>
</li>
<li>svn_sort_compare_items_lexically()
: <a class="el" href="svn__sorts_8h.html#a01a31be6b873bd72546a24a74204df1b">svn_sorts.h</a>
</li>
<li>svn_sort_compare_paths()
: <a class="el" href="svn__sorts_8h.html#ad42bcf05d0e53470ab8424c1c3f09217">svn_sorts.h</a>
</li>
<li>svn_sort_compare_ranges()
: <a class="el" href="svn__sorts_8h.html#a58a32c4f0a5c14672865be8768b1113a">svn_sorts.h</a>
</li>
<li>svn_sort_compare_revisions()
: <a class="el" href="svn__sorts_8h.html#abdb819edeff863b1c9dd366cb073623c">svn_sorts.h</a>
</li>
<li>SVN_STR_TO_REV
: <a class="el" href="svn__types_8h.html#a57b4828e19737ceb8f42676dcbe41895">svn_types.h</a>
</li>
<li>svn_stream_checksummed()
: <a class="el" href="group__svn__io__byte__streams.html#gadda74c8a8bf6d4dc64488979aa197afc">svn_io.h</a>
</li>
<li>svn_stream_checksummed2()
: <a class="el" href="group__svn__io__byte__streams.html#ga823456ae87bbacf8b7022e8ea4c0d356">svn_io.h</a>
</li>
<li>SVN_STREAM_CHUNK_SIZE
: <a class="el" href="svn__types_8h.html#a4ef9c8aee97e4efc781c5e12905bf532">svn_types.h</a>
</li>
<li>svn_stream_close()
: <a class="el" href="group__svn__io__byte__streams.html#ga7d9cdab4d5d8707d59a1b1d3dab95bb4">svn_io.h</a>
</li>
<li>svn_stream_compressed()
: <a class="el" href="group__svn__io__byte__streams.html#ga10756ab562fd20d32fb880c859607b4c">svn_io.h</a>
</li>
<li>svn_stream_contents_same()
: <a class="el" href="group__svn__io__byte__streams.html#ga14b9375f4e0300888b853650e15a987a">svn_io.h</a>
</li>
<li>svn_stream_copy()
: <a class="el" href="group__svn__io__byte__streams.html#ga444db383401ed714a240ff6ca5ca76b3">svn_io.h</a>
</li>
<li>svn_stream_copy2()
: <a class="el" href="group__svn__io__byte__streams.html#ga1960de4b4eb0cf1a69a5ba5e11aaa6be">svn_io.h</a>
</li>
<li>svn_stream_copy3()
: <a class="el" href="group__svn__io__byte__streams.html#ga674a71b48f810dd21ad2db6fd611930d">svn_io.h</a>
</li>
<li>svn_stream_create()
: <a class="el" href="group__svn__io__byte__streams.html#gadc3e897290c9479c6b903876d18dc87c">svn_io.h</a>
</li>
<li>svn_stream_disown()
: <a class="el" href="group__svn__io__byte__streams.html#ga61c69116290c1f5e5fedd91ed7bed5ca">svn_io.h</a>
</li>
<li>svn_stream_empty()
: <a class="el" href="group__svn__io__byte__streams.html#ga9f0acad4da18e90c1dc5250643af7049">svn_io.h</a>
</li>
<li>svn_stream_for_stdout()
: <a class="el" href="group__svn__io__byte__streams.html#ga64eca282d3b75b431a6f8ae5a6637fbb">svn_io.h</a>
</li>
<li>svn_stream_from_aprfile()
: <a class="el" href="group__svn__io__byte__streams.html#gad12a2e4cbc23bcf8ee3f650966b8c43b">svn_io.h</a>
</li>
<li>svn_stream_from_aprfile2()
: <a class="el" href="group__svn__io__byte__streams.html#gadf2971328919edf3fed5ef8353a90525">svn_io.h</a>
</li>
<li>svn_stream_from_string()
: <a class="el" href="group__svn__io__byte__streams.html#ga8e85f7340b0f3471fb79c1bc501e4fea">svn_io.h</a>
</li>
<li>svn_stream_from_stringbuf()
: <a class="el" href="group__svn__io__byte__streams.html#gabe260b52fa278bc63ba75ea695e54303">svn_io.h</a>
</li>
<li>svn_stream_open_readonly()
: <a class="el" href="group__svn__io__byte__streams.html#ga4d03d151fe2d8fb4068dab914823d059">svn_io.h</a>
</li>
<li>svn_stream_open_unique()
: <a class="el" href="group__svn__io__byte__streams.html#ga821ab7add7a0216c86b1a7f94456fae9">svn_io.h</a>
</li>
<li>svn_stream_open_writable()
: <a class="el" href="group__svn__io__byte__streams.html#gace8995769bb736796262450ef90f033e">svn_io.h</a>
</li>
<li>svn_stream_printf()
: <a class="el" href="group__svn__io__byte__streams.html#ga8665c4828daad13a35fd7e670552d888">svn_io.h</a>
</li>
<li>svn_stream_printf_from_utf8()
: <a class="el" href="group__svn__io__byte__streams.html#gacfb10864df6c3a6fd6e5fc08ae8ef7e8">svn_io.h</a>
</li>
<li>svn_stream_read()
: <a class="el" href="group__svn__io__byte__streams.html#ga241e8929f8f7631a629142bd749b25fc">svn_io.h</a>
</li>
<li>svn_stream_readline()
: <a class="el" href="group__svn__io__byte__streams.html#gaccbf1cdff3857cad09096f8f01f37260">svn_io.h</a>
</li>
<li>svn_stream_set_baton()
: <a class="el" href="group__svn__io__byte__streams.html#ga0ff601f7fb4a7c8c92770edd7376b052">svn_io.h</a>
</li>
<li>svn_stream_set_close()
: <a class="el" href="group__svn__io__byte__streams.html#ga090c93a72964b78a00de75fa10fc5078">svn_io.h</a>
</li>
<li>svn_stream_set_read()
: <a class="el" href="group__svn__io__byte__streams.html#gae9ebdcf950b897d9c0cb89c331262aed">svn_io.h</a>
</li>
<li>svn_stream_set_write()
: <a class="el" href="group__svn__io__byte__streams.html#gaea19e182974e64a77d3f949a25f496a1">svn_io.h</a>
</li>
<li>svn_stream_t
: <a class="el" href="group__svn__io__byte__streams.html#ga06d6291c397e63f895deb92a2c14e6af">svn_io.h</a>
</li>
<li>svn_stream_write()
: <a class="el" href="group__svn__io__byte__streams.html#ga0094764a89afdedecac79df9ad1ebccb">svn_io.h</a>
</li>
<li>svn_strerror()
: <a class="el" href="svn__error_8h.html#ae47ab028b9c77e76979ad8cb5b1d017c">svn_error.h</a>
</li>
<li>svn_string_compare()
: <a class="el" href="group__svn__string__svn__string__t.html#gadb0c115b0e43071290450146585701d4">svn_string.h</a>
</li>
<li>svn_string_compare_stringbuf()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga7fd0407b0fd66e903255e2b8ad61a9cc">svn_string.h</a>
</li>
<li>svn_string_create()
: <a class="el" href="group__svn__string__svn__string__t.html#gad95dc9d38e6bdc84747f3ef9d3e35fe0">svn_string.h</a>
</li>
<li>svn_string_create_from_buf()
: <a class="el" href="group__svn__string__svn__string__t.html#gae371a744fa00e25cb91e326b628c0d58">svn_string.h</a>
</li>
<li>svn_string_createf()
: <a class="el" href="group__svn__string__svn__string__t.html#ga5b482947bdf2b1a1cbb3a1a9aaf011e5">svn_string.h</a>
</li>
<li>svn_string_createv()
: <a class="el" href="group__svn__string__svn__string__t.html#ga4f022a5854556fd0295c48e8fa981bf2">svn_string.h</a>
</li>
<li>svn_string_dup()
: <a class="el" href="group__svn__string__svn__string__t.html#gafbbbff4a252b2cc528f17d908a05f63e">svn_string.h</a>
</li>
<li>svn_string_find_char_backward()
: <a class="el" href="group__svn__string__svn__string__t.html#ga60d959ad747d999baf4cc0582f1ecfa0">svn_string.h</a>
</li>
<li>svn_string_first_non_whitespace()
: <a class="el" href="group__svn__string__svn__string__t.html#gaef03ff9a4a6164c224ab26cb89088f98">svn_string.h</a>
</li>
<li>svn_string_from_stream()
: <a class="el" href="group__svn__io__byte__streams.html#ga91b87b96c3f9a302d390263bd0d451a2">svn_io.h</a>
</li>
<li>svn_string_isempty()
: <a class="el" href="group__svn__string__svn__string__t.html#ga2891cd984b7ae945c9a91ba79d1d378a">svn_string.h</a>
</li>
<li>svn_string_ncreate()
: <a class="el" href="group__svn__string__svn__string__t.html#gac3d86b18881673a058d2436abc4f3b3d">svn_string.h</a>
</li>
<li>svn_string_t
: <a class="el" href="group__svn__string.html#gaa3c24f4e0bc88b3aaf74ca4fbb3acff2">svn_string.h</a>
</li>
<li>svn_stringbuf_appendbytes()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga1c60f08eaa9f01d244072291f4cf42d0">svn_string.h</a>
</li>
<li>svn_stringbuf_appendcstr()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga21e883d584131b35082f23d27fe877ea">svn_string.h</a>
</li>
<li>svn_stringbuf_appendstr()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga670edcdb88bcbfc421f06b58683a5efb">svn_string.h</a>
</li>
<li>svn_stringbuf_chop()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga49dc0be31e13c8264575723cf4695c68">svn_string.h</a>
</li>
<li>svn_stringbuf_compare()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga58bf192fb1bab3755a3cb9699ab472c4">svn_string.h</a>
</li>
<li>svn_stringbuf_create()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga8601f093a616a8e02037dc8e8a90f91a">svn_string.h</a>
</li>
<li>svn_stringbuf_create_ensure()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga75ce9fc03e6382cd7a259042834355b3">svn_string.h</a>
</li>
<li>svn_stringbuf_create_from_string()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#gaa7d76a0ae1245b7695b290b91cda4947">svn_string.h</a>
</li>
<li>svn_stringbuf_createf()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga0b1ed3183852be19b758ff0dbd743ef2">svn_string.h</a>
</li>
<li>svn_stringbuf_createv()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#gac220c36f36b2aff8ec230e947a343a0c">svn_string.h</a>
</li>
<li>svn_stringbuf_dup()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#gad96ee402d1430439779f7e19159ecd78">svn_string.h</a>
</li>
<li>svn_stringbuf_ensure()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga647abffad5b778d01557d7fba6551f64">svn_string.h</a>
</li>
<li>svn_stringbuf_fillchar()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga4373bb2fae064fb648344f49f24fc96c">svn_string.h</a>
</li>
<li>svn_stringbuf_find_char_backward()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#gaa277b724082d592ac403a3c14a1f8636">svn_string.h</a>
</li>
<li>svn_stringbuf_first_non_whitespace()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga4fc22d2b21e2e8d4bcd1d71f3ed662e8">svn_string.h</a>
</li>
<li>svn_stringbuf_from_aprfile()
: <a class="el" href="svn__io_8h.html#a59b7be5b78cc045ed972b226e06ab509">svn_io.h</a>
</li>
<li>svn_stringbuf_from_file()
: <a class="el" href="svn__io_8h.html#a2ffefcabf44f9e9fb2f71d409fcf782e">svn_io.h</a>
</li>
<li>svn_stringbuf_from_file2()
: <a class="el" href="svn__io_8h.html#a9135b41547d59296fc54c8316278a0d6">svn_io.h</a>
</li>
<li>svn_stringbuf_isempty()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga40f3e623c857983b4b56e603431a00fa">svn_string.h</a>
</li>
<li>svn_stringbuf_ncreate()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga52aff4fcf51690403e493bb35ac87991">svn_string.h</a>
</li>
<li>svn_stringbuf_set()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga026d3c9d0850c9b3131dcb37400de532">svn_string.h</a>
</li>
<li>svn_stringbuf_setempty()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#gab83a676f045b8661689f04a59e0efce9">svn_string.h</a>
</li>
<li>svn_stringbuf_strip_whitespace()
: <a class="el" href="group__svn__string__svn__stringbuf__t.html#ga6509ce58676a3f404250ea8653034a20">svn_string.h</a>
</li>
<li>svn_stringbuf_t
: <a class="el" href="group__svn__string.html#ga75e4f8a8d92ddac53a8b8baae1302c4a">svn_string.h</a>
</li>
<li>svn_subr_version()
: <a class="el" href="svn__version_8h.html#a6ca122c686d600812be9511f3ca8e194">svn_version.h</a>
</li>
<li>svn_subst_build_keywords()
: <a class="el" href="svn__subst_8h.html#ab004042c7b9a26349d68d625128041c8">svn_subst.h</a>
</li>
<li>svn_subst_build_keywords2()
: <a class="el" href="svn__subst_8h.html#a42f73d2001ac889b1d9883c5601e55f8">svn_subst.h</a>
</li>
<li>svn_subst_copy_and_translate()
: <a class="el" href="svn__subst_8h.html#aa9dfe3fade520c1ca5b1edbe50989658">svn_subst.h</a>
</li>
<li>svn_subst_copy_and_translate2()
: <a class="el" href="svn__subst_8h.html#a9bbccf6a71c3e07a112e1e44f9ecec98">svn_subst.h</a>
</li>
<li>svn_subst_copy_and_translate3()
: <a class="el" href="svn__subst_8h.html#a18dbb80be4ef26b2a978454716539d0c">svn_subst.h</a>
</li>
<li>svn_subst_create_specialfile()
: <a class="el" href="svn__subst_8h.html#adc53c6941cb7760a87dc86e87dbe5741">svn_subst.h</a>
</li>
<li>svn_subst_detranslate_string()
: <a class="el" href="svn__subst_8h.html#a7b0510e7ebae885c80b227ccc3a13685">svn_subst.h</a>
</li>
<li>svn_subst_eol_style
: <a class="el" href="svn__subst_8h.html#a160543c34edb8318de8cbe4543bbca28">svn_subst.h</a>
</li>
<li>svn_subst_eol_style_fixed
: <a class="el" href="svn__subst_8h.html#a160543c34edb8318de8cbe4543bbca28a6e778790cbc23c4028f73aaaf5524069">svn_subst.h</a>
</li>
<li>svn_subst_eol_style_from_value()
: <a class="el" href="svn__subst_8h.html#adee8f25af905f8a450092b61ba79ea5c">svn_subst.h</a>
</li>
<li>svn_subst_eol_style_native
: <a class="el" href="svn__subst_8h.html#a160543c34edb8318de8cbe4543bbca28a2fdd9ef5ba015f6ecc6d59458df5c055">svn_subst.h</a>
</li>
<li>svn_subst_eol_style_none
: <a class="el" href="svn__subst_8h.html#a160543c34edb8318de8cbe4543bbca28ac33cc2b19c97a910b90d4efef275043f">svn_subst.h</a>
</li>
<li>svn_subst_eol_style_t
: <a class="el" href="svn__subst_8h.html#a82d6196808784a7a73e098f8d8534edb">svn_subst.h</a>
</li>
<li>svn_subst_eol_style_unknown
: <a class="el" href="svn__subst_8h.html#a160543c34edb8318de8cbe4543bbca28a6e1bf631a8574e3cf1e52b6599785fdf">svn_subst.h</a>
</li>
<li>svn_subst_keywords_differ()
: <a class="el" href="svn__subst_8h.html#a598cb9236b80298a904c4b8d7b5ab113">svn_subst.h</a>
</li>
<li>svn_subst_keywords_differ2()
: <a class="el" href="svn__subst_8h.html#ac1bd03f2381659cd0358dd74e7f882e5">svn_subst.h</a>
</li>
<li>svn_subst_keywords_t
: <a class="el" href="svn__subst_8h.html#a23f86ade6d1361383d284d423bd333ce">svn_subst.h</a>
</li>
<li>SVN_SUBST_NATIVE_EOL_STR
: <a class="el" href="svn__subst_8h.html#a2b96491e8354387681b06b54d317b10f">svn_subst.h</a>
</li>
<li>svn_subst_read_specialfile()
: <a class="el" href="svn__subst_8h.html#a8e764bcb9bebd55a9679308d439cf35f">svn_subst.h</a>
</li>
<li>svn_subst_stream_detranslated()
: <a class="el" href="svn__subst_8h.html#a9174c224c4fc71aaba0d2b9e93482df6">svn_subst.h</a>
</li>
<li>svn_subst_stream_from_specialfile()
: <a class="el" href="svn__subst_8h.html#ae4e5f664140910fecfce37994ba949dc">svn_subst.h</a>
</li>
<li>svn_subst_stream_translated()
: <a class="el" href="svn__subst_8h.html#add5d644ecc07e3d679c6e69c3ea0f1da">svn_subst.h</a>
</li>
<li>svn_subst_stream_translated_to_normal_form()
: <a class="el" href="svn__subst_8h.html#a4f47ae70ef1b063543924891f3fb71d6">svn_subst.h</a>
</li>
<li>svn_subst_translate_cstring()
: <a class="el" href="svn__subst_8h.html#aab1b28fcddc78254ca6b6ed4ad149b89">svn_subst.h</a>
</li>
<li>svn_subst_translate_cstring2()
: <a class="el" href="svn__subst_8h.html#a9030b641b1ef299e68c35670014ea747">svn_subst.h</a>
</li>
<li>svn_subst_translate_stream()
: <a class="el" href="svn__subst_8h.html#a81b349bf8cb380a0421327013e00d626">svn_subst.h</a>
</li>
<li>svn_subst_translate_stream2()
: <a class="el" href="svn__subst_8h.html#a4b2918175c4dbeef269a8537aa33c5bb">svn_subst.h</a>
</li>
<li>svn_subst_translate_stream3()
: <a class="el" href="svn__subst_8h.html#a8055c67113fea26360d05820e91de8b1">svn_subst.h</a>
</li>
<li>svn_subst_translate_string()
: <a class="el" href="svn__subst_8h.html#a626c5dcfbbf5057ebc0e384187f6d330">svn_subst.h</a>
</li>
<li>svn_subst_translate_to_normal_form()
: <a class="el" href="svn__subst_8h.html#ace41f93ffd67e19f15cc705a855e8a98">svn_subst.h</a>
</li>
<li>svn_subst_translation_required()
: <a class="el" href="svn__subst_8h.html#a8655a649e193b8eb96ba8ea59433a6b3">svn_subst.h</a>
</li>
<li>SVN_SVNDIFF_MIME_TYPE
: <a class="el" href="svn__dav_8h.html#a29e26eb8fbe580c808378be08f46b618">svn_dav.h</a>
</li>
<li>svn_time_from_cstring()
: <a class="el" href="svn__time_8h.html#accec8c3c6775d4cf32cb51641dd9e644">svn_time.h</a>
</li>
<li>svn_time_to_cstring()
: <a class="el" href="svn__time_8h.html#adbaf5e57fe8ea1debf4d80ef730ac5cd">svn_time.h</a>
</li>
<li>svn_time_to_human_cstring()
: <a class="el" href="svn__time_8h.html#a315b30eb06a4d8694eecd7a8b73a2db9">svn_time.h</a>
</li>
<li>svn_txdelta()
: <a class="el" href="group__svn__delta__txt__delta.html#gaa0b249e231d98783f961cde277b908e7">svn_delta.h</a>
</li>
<li>svn_txdelta_apply()
: <a class="el" href="group__svn__delta__txt__delta.html#gaa3a54c3cdde467a57666ee8d13141738">svn_delta.h</a>
</li>
<li>svn_txdelta_apply_instructions()
: <a class="el" href="group__svn__delta__txt__delta.html#ga91ce8c5539fd82aa891da56d10262677">svn_delta.h</a>
</li>
<li>svn_txdelta_compose_windows()
: <a class="el" href="group__svn__delta__txt__delta.html#ga208f3793d9c65578c6fc85bb0d8246d9">svn_delta.h</a>
</li>
<li>svn_txdelta_md5_digest()
: <a class="el" href="group__svn__delta__txt__delta.html#ga5c19d9f9e5049865212fa5cd1ae3df0b">svn_delta.h</a>
</li>
<li>svn_txdelta_md5_digest_fn_t
: <a class="el" href="group__svn__delta__txt__delta.html#gacda8999d7a2265e755f242046e28b5e9">svn_delta.h</a>
</li>
<li>svn_txdelta_new
: <a class="el" href="group__svn__delta__txt__delta.html#ggaf3573b839c4304ba1da5b1439670f8b2a3200127b02e484799d0ad81c6761db60">svn_delta.h</a>
</li>
<li>svn_txdelta_next_window()
: <a class="el" href="group__svn__delta__txt__delta.html#gac27c74c1dacbb03d733367858e397d51">svn_delta.h</a>
</li>
<li>svn_txdelta_next_window_fn_t
: <a class="el" href="group__svn__delta__txt__delta.html#ga296cf74e5f15272c6c3d00004eddf406">svn_delta.h</a>
</li>
<li>svn_txdelta_op_t
: <a class="el" href="group__svn__delta__txt__delta.html#ga0c60d5b6ad779d143512fcf717bdd7b4">svn_delta.h</a>
</li>
<li>svn_txdelta_parse_svndiff()
: <a class="el" href="group__svn__delta__txt__delta.html#gaa1bf544259b22caf4652535e748ad1cf">svn_delta.h</a>
</li>
<li>svn_txdelta_read_svndiff_window()
: <a class="el" href="group__svn__delta__txt__delta.html#ga57e1426719fe0dce03fbe227c7bc93e4">svn_delta.h</a>
</li>
<li>svn_txdelta_run()
: <a class="el" href="group__svn__delta__txt__delta.html#gaea2ff65d216625dc40c87eccd8ee2f30">svn_delta.h</a>
</li>
<li>svn_txdelta_send_stream()
: <a class="el" href="group__svn__delta__txt__delta.html#ga2ff49b23d075adb6a70576e122692df5">svn_delta.h</a>
</li>
<li>svn_txdelta_send_string()
: <a class="el" href="group__svn__delta__txt__delta.html#ga3ec9b8d77259b8de4edf33ad775dc4b0">svn_delta.h</a>
</li>
<li>svn_txdelta_send_txstream()
: <a class="el" href="group__svn__delta__txt__delta.html#ga9e98ac11b1719e838de16eac06812e9d">svn_delta.h</a>
</li>
<li>svn_txdelta_skip_svndiff_window()
: <a class="el" href="group__svn__delta__txt__delta.html#ga210cb0b472413741f63b903f413450f3">svn_delta.h</a>
</li>
<li>svn_txdelta_source
: <a class="el" href="group__svn__delta__txt__delta.html#ggaf3573b839c4304ba1da5b1439670f8b2afe06d9c8967b916063ecb3f5f9b55def">svn_delta.h</a>
</li>
<li>svn_txdelta_stream_create()
: <a class="el" href="group__svn__delta__txt__delta.html#gab4e0ec602322485190a512512e874d73">svn_delta.h</a>
</li>
<li>svn_txdelta_stream_t
: <a class="el" href="group__svn__delta__txt__delta.html#gaf599af000e3c3b976c17fd4e101ff7cf">svn_delta.h</a>
</li>
<li>svn_txdelta_target
: <a class="el" href="group__svn__delta__txt__delta.html#ggaf3573b839c4304ba1da5b1439670f8b2a062da1724f5f9232e50204d4fbb50099">svn_delta.h</a>
</li>
<li>svn_txdelta_target_push()
: <a class="el" href="group__svn__delta__txt__delta.html#gaa2f6fd3e26aafb6fb9e283c0f9a0f50c">svn_delta.h</a>
</li>
<li>svn_txdelta_to_svndiff()
: <a class="el" href="group__svn__delta__txt__delta.html#ga21c7186240b711f22c195bee3afcdcc1">svn_delta.h</a>
</li>
<li>svn_txdelta_to_svndiff2()
: <a class="el" href="group__svn__delta__txt__delta.html#gaf7354f923339d3338c3083e91bfee472">svn_delta.h</a>
</li>
<li>svn_txdelta_window_dup()
: <a class="el" href="group__svn__delta__txt__delta.html#ga743bfce28d8d52bfe5aead62362e9c16">svn_delta.h</a>
</li>
<li>svn_txdelta_window_handler_t
: <a class="el" href="group__svn__delta__txt__delta.html#ga1c0d461a3f244928d7f0339c1cbe3219">svn_delta.h</a>
</li>
<li>svn_txdelta_window_t
: <a class="el" href="group__svn__delta__txt__delta.html#ga6e0e01f29123ab12ad69d21966a8007a">svn_delta.h</a>
</li>
<li>svn_user_get_homedir()
: <a class="el" href="svn__user_8h.html#ad4c9deedcdb3b00aa57585c6355177f0">svn_user.h</a>
</li>
<li>svn_user_get_name()
: <a class="el" href="svn__user_8h.html#a37acb0b35fef00a663b733a792f07d79">svn_user.h</a>
</li>
<li>svn_utf_cstring_from_utf8()
: <a class="el" href="svn__utf_8h.html#aa2172680e78136308c224bdb64dc8566">svn_utf.h</a>
</li>
<li>svn_utf_cstring_from_utf8_ex()
: <a class="el" href="svn__utf_8h.html#adc513fbd1ea98495c3e64f6fb2a69d30">svn_utf.h</a>
</li>
<li>svn_utf_cstring_from_utf8_ex2()
: <a class="el" href="svn__utf_8h.html#af3fc8b8da227d8450bea3b8fdbe3c676">svn_utf.h</a>
</li>
<li>svn_utf_cstring_from_utf8_fuzzy()
: <a class="el" href="svn__utf_8h.html#a7fe0b3c68f4ebe78569ae3964b810d1c">svn_utf.h</a>
</li>
<li>svn_utf_cstring_from_utf8_string()
: <a class="el" href="svn__utf_8h.html#a4d7d5a8619549857b017b7e9af201c40">svn_utf.h</a>
</li>
<li>svn_utf_cstring_from_utf8_stringbuf()
: <a class="el" href="svn__utf_8h.html#ad8d14aad49446aefa9f612151c6c9687">svn_utf.h</a>
</li>
<li>svn_utf_cstring_to_utf8()
: <a class="el" href="svn__utf_8h.html#a60643c7068eaf42cd72ede39d15df8ea">svn_utf.h</a>
</li>
<li>svn_utf_cstring_to_utf8_ex()
: <a class="el" href="svn__utf_8h.html#aad4fb10333a0acdc656afd8c29aed3dd">svn_utf.h</a>
</li>
<li>svn_utf_cstring_to_utf8_ex2()
: <a class="el" href="svn__utf_8h.html#afc46ab8e7269b0e0e3d2f7b2750b1e23">svn_utf.h</a>
</li>
<li>svn_utf_initialize()
: <a class="el" href="svn__utf_8h.html#af0eb451857e73fe18690e2261c6f92af">svn_utf.h</a>
</li>
<li>svn_utf_string_from_utf8()
: <a class="el" href="svn__utf_8h.html#a3eb8fdf677baa5605da3a9d1300704c8">svn_utf.h</a>
</li>
<li>svn_utf_string_to_utf8()
: <a class="el" href="svn__utf_8h.html#a6aa616f8a8f6aef589a02de9d547f193">svn_utf.h</a>
</li>
<li>svn_utf_stringbuf_from_utf8()
: <a class="el" href="svn__utf_8h.html#addd3589acabb10304141250d39f73f38">svn_utf.h</a>
</li>
<li>svn_utf_stringbuf_to_utf8()
: <a class="el" href="svn__utf_8h.html#aa014652a1811ad17c9f9fcdce440ec89">svn_utf.h</a>
</li>
<li>svn_uuid_generate()
: <a class="el" href="svn__types_8h.html#a308af54ac5645f38f7b09c6b64bfde36">svn_types.h</a>
</li>
<li>svn_ver_check_list()
: <a class="el" href="svn__version_8h.html#ad6e5007710eea3c20705986913454332">svn_version.h</a>
</li>
<li>svn_ver_compatible()
: <a class="el" href="svn__version_8h.html#ae9168f622dd12c4a1ac63925c9e6ba36">svn_version.h</a>
</li>
<li>svn_ver_equal()
: <a class="el" href="svn__version_8h.html#adbbb8d2d87322b74493cb31a0e30ecb3">svn_version.h</a>
</li>
<li>SVN_VER_LIBRARY
: <a class="el" href="svn__version_8h.html#a5b587a9a58e8f7c965c970e1ccda3402">svn_version.h</a>
</li>
<li>SVN_VER_MAJOR
: <a class="el" href="svn__version_8h.html#ae6c5b574cd86775ddce4ca556db86ac2">svn_version.h</a>
</li>
<li>SVN_VER_MICRO
: <a class="el" href="svn__version_8h.html#a134170c4b859591ab0c391359f9b0f1b">svn_version.h</a>
</li>
<li>SVN_VER_MINOR
: <a class="el" href="svn__version_8h.html#af6130e002620fe2f54046eaf942915be">svn_version.h</a>
</li>
<li>SVN_VER_NUM
: <a class="el" href="svn__version_8h.html#a6b4a8a712a0b2bebcd7298e63c7763bc">svn_version.h</a>
</li>
<li>SVN_VER_NUMBER
: <a class="el" href="svn__version_8h.html#a81ef589373578f56af923e0c4cee3a4f">svn_version.h</a>
</li>
<li>SVN_VER_NUMTAG
: <a class="el" href="svn__version_8h.html#af26d9197a1089efc7eb422ab8127bf43">svn_version.h</a>
</li>
<li>SVN_VER_PATCH
: <a class="el" href="svn__version_8h.html#a08f0ef71d6056b8b42db733bd47a5a7a">svn_version.h</a>
</li>
<li>SVN_VER_REVISION
: <a class="el" href="svn__version_8h.html#adfed78db6ba382ccbf1f9b2f3bd8ffec">svn_version.h</a>
</li>
<li>SVN_VER_TAG
: <a class="el" href="svn__version_8h.html#ab7d6a49bf7de56d46964aa1d9610e189">svn_version.h</a>
</li>
<li>SVN_VERSION
: <a class="el" href="svn__version_8h.html#a889af6925b48980c270c7ec512665adb">svn_version.h</a>
</li>
<li>SVN_VERSION_BODY
: <a class="el" href="svn__version_8h.html#ac7737de021eebfd9e96058f378f2b521">svn_version.h</a>
</li>
<li>svn_version_checklist_t
: <a class="el" href="svn__version_8h.html#a0e400577e1cb15e8ec88718ea87bf4f8">svn_version.h</a>
</li>
<li>SVN_VERSION_DEFINE
: <a class="el" href="svn__version_8h.html#a1a118a8b30aea80693d452a496c86e9d">svn_version.h</a>
</li>
<li>svn_version_func_t
: <a class="el" href="svn__version_8h.html#ad1c64688ddba424565b084068b4dbe22">svn_version.h</a>
</li>
<li>svn_version_t
: <a class="el" href="svn__version_8h.html#a9f048166f6ec2974a05fa1d659ba9d9b">svn_version.h</a>
</li>
<li>svn_wc_add()
: <a class="el" href="group__svn__wc.html#gace37ab3ad1f94adf21e30e0795e9179f">svn_wc.h</a>
</li>
<li>svn_wc_add2()
: <a class="el" href="group__svn__wc.html#gab9c690a572a5e13418e8f58d4e58d9b6">svn_wc.h</a>
</li>
<li>svn_wc_add3()
: <a class="el" href="group__svn__wc.html#gaf5a440e1bbb7f13d80995d64c55b1044">svn_wc.h</a>
</li>
<li>svn_wc_add_lock()
: <a class="el" href="group__svn__wc.html#gaccb54000ef3a6efbd5a886ff28c579de">svn_wc.h</a>
</li>
<li>svn_wc_add_repos_file()
: <a class="el" href="group__svn__wc.html#ga2bec19fd4aeda3a9ed2c667dd4df879c">svn_wc.h</a>
</li>
<li>svn_wc_add_repos_file2()
: <a class="el" href="group__svn__wc.html#gacd74be608158aacf75d1e18ffe24100f">svn_wc.h</a>
</li>
<li>svn_wc_add_repos_file3()
: <a class="el" href="group__svn__wc.html#ga9cf3280194d1e52abc4afbbf467413e2">svn_wc.h</a>
</li>
<li>svn_wc_adm_access_path()
: <a class="el" href="group__svn__wc.html#ga1ae775ef2795b1185f5045cba43220f9">svn_wc.h</a>
</li>
<li>svn_wc_adm_access_pool()
: <a class="el" href="group__svn__wc.html#ga5b41cc9abfa8bc0b3c7ff6c93994dbd2">svn_wc.h</a>
</li>
<li>svn_wc_adm_access_t
: <a class="el" href="group__svn__wc.html#ga2c3046ab8806025e6670a763aa223577">svn_wc.h</a>
</li>
<li>svn_wc_adm_close2()
: <a class="el" href="group__svn__wc.html#ga0e08699d39123ad0a10f25864ff18cc8">svn_wc.h</a>
</li>
<li>SVN_WC_ADM_DIR_NAME
: <a class="el" href="group__svn__wc.html#ga7e49218c791f4362df5b166162b3fc0c">svn_wc.h</a>
</li>
<li>svn_wc_adm_locked()
: <a class="el" href="group__svn__wc.html#gad32ff3d5066d7997af0f7f91cb62eeb2">svn_wc.h</a>
</li>
<li>svn_wc_adm_open()
: <a class="el" href="group__svn__wc.html#ga80292eb05f5147165bf64a5125318a43">svn_wc.h</a>
</li>
<li>svn_wc_adm_open2()
: <a class="el" href="group__svn__wc.html#ga118cf24d8f4dbd85c2fd377873489715">svn_wc.h</a>
</li>
<li>svn_wc_adm_open3()
: <a class="el" href="group__svn__wc.html#gaddf0e029434ea0c11afca9aaec37989e">svn_wc.h</a>
</li>
<li>svn_wc_adm_open_anchor()
: <a class="el" href="group__svn__wc.html#ga815baadf43d3b81c1d24acfd77a80881">svn_wc.h</a>
</li>
<li>svn_wc_adm_probe_open()
: <a class="el" href="group__svn__wc.html#ga8f6dc11fdaf7444b29eb04ca58a9ec06">svn_wc.h</a>
</li>
<li>svn_wc_adm_probe_open2()
: <a class="el" href="group__svn__wc.html#ga0b354346d178c60dcb2c65c223f5b6b4">svn_wc.h</a>
</li>
<li>svn_wc_adm_probe_open3()
: <a class="el" href="group__svn__wc.html#ga971e7caac7597c29fd0e8e7d5e29da78">svn_wc.h</a>
</li>
<li>svn_wc_adm_probe_retrieve()
: <a class="el" href="group__svn__wc.html#ga47b1104d8a1376cd9c8532a261805e6e">svn_wc.h</a>
</li>
<li>svn_wc_adm_probe_try()
: <a class="el" href="group__svn__wc.html#gae4d2de08de13ffc40789a2b2c3736d0a">svn_wc.h</a>
</li>
<li>svn_wc_adm_probe_try2()
: <a class="el" href="group__svn__wc.html#ga631aca7597279d301659392f21ea00a8">svn_wc.h</a>
</li>
<li>svn_wc_adm_probe_try3()
: <a class="el" href="group__svn__wc.html#ga94b2ca8feb1118f5c234ed2951e3ae73">svn_wc.h</a>
</li>
<li>svn_wc_adm_retrieve()
: <a class="el" href="group__svn__wc.html#gafcb8ef7b4025bdff2c0fdf277bdadf09">svn_wc.h</a>
</li>
<li>svn_wc_canonicalize_svn_prop()
: <a class="el" href="group__svn__wc.html#ga83296313ec59cc825176224ac8282ec2">svn_wc.h</a>
</li>
<li>svn_wc_canonicalize_svn_prop_get_file_t
: <a class="el" href="group__svn__wc.html#ga8bf745d3662a99dcbdf03e0c5f724ed0">svn_wc.h</a>
</li>
<li>svn_wc_check_wc()
: <a class="el" href="group__svn__wc.html#ga2056dc218d262eca9102e0260b6bc0d7">svn_wc.h</a>
</li>
<li>svn_wc_cleanup()
: <a class="el" href="group__svn__wc.html#gabaac0f153e57c4f63ef5700256ff6fa7">svn_wc.h</a>
</li>
<li>svn_wc_cleanup2()
: <a class="el" href="group__svn__wc.html#gaa5b2ce85bad8598f27ece55359b37e40">svn_wc.h</a>
</li>
<li>svn_wc_committed_queue_create()
: <a class="el" href="group__svn__wc.html#ga32461ffb9ca12374861ec37b79718a73">svn_wc.h</a>
</li>
<li>svn_wc_committed_queue_t
: <a class="el" href="group__svn__wc.html#gab5313e08f94a081034e8453609bb7638">svn_wc.h</a>
</li>
<li>svn_wc_conflict_action_t
: <a class="el" href="group__svn__wc__conflict.html#ga730b79bbfa57e963f8649a0ce25379dc">svn_wc.h</a>
</li>
<li>svn_wc_conflict_choice_t
: <a class="el" href="group__svn__wc__conflict.html#ga040e000024033dd2721a4ddce5561431">svn_wc.h</a>
</li>
<li>svn_wc_conflict_description_create_prop()
: <a class="el" href="group__svn__wc__conflict.html#gafaa6290752f95810592245bd4b8a6a11">svn_wc.h</a>
</li>
<li>svn_wc_conflict_description_create_text()
: <a class="el" href="group__svn__wc__conflict.html#ga1261e529b00366a671875e3edf21627b">svn_wc.h</a>
</li>
<li>svn_wc_conflict_description_create_tree()
: <a class="el" href="group__svn__wc__conflict.html#ga9bf1da260647786fa2da896b166d589e">svn_wc.h</a>
</li>
<li>svn_wc_conflict_description_t
: <a class="el" href="group__svn__wc__conflict.html#ga2c547588f4c226b5b99d39b9c918b2cc">svn_wc.h</a>
</li>
<li>svn_wc_conflict_kind_property
: <a class="el" href="group__svn__wc__conflict.html#ggaac1aede3523f061c66fca467fb88d7fba5a0c8b718dd142629e26a438d3e6289a">svn_wc.h</a>
</li>
<li>svn_wc_conflict_kind_t
: <a class="el" href="group__svn__wc__conflict.html#gaac1aede3523f061c66fca467fb88d7fb">svn_wc.h</a>
</li>
<li>svn_wc_conflict_kind_text
: <a class="el" href="group__svn__wc__conflict.html#ggaac1aede3523f061c66fca467fb88d7fba414ce713bbe806e29c9b04fb8108395b">svn_wc.h</a>
</li>
<li>svn_wc_conflict_kind_tree
: <a class="el" href="group__svn__wc__conflict.html#ggaac1aede3523f061c66fca467fb88d7fbac8df3de851b3ca11ae514c8b010554c8">svn_wc.h</a>
</li>
<li>svn_wc_conflict_reason_added
: <a class="el" href="group__svn__wc__conflict.html#gga4097310282eb9ad622aa52a6efb99dffa3b2f1ecd2b98dd3734830ff53c07cf7f">svn_wc.h</a>
</li>
<li>svn_wc_conflict_reason_deleted
: <a class="el" href="group__svn__wc__conflict.html#gga4097310282eb9ad622aa52a6efb99dffa56182b82145a71b454f966338ba7285f">svn_wc.h</a>
</li>
<li>svn_wc_conflict_reason_edited
: <a class="el" href="group__svn__wc__conflict.html#gga4097310282eb9ad622aa52a6efb99dffa1e8f66241eb2f0058af56617c8e930c9">svn_wc.h</a>
</li>
<li>svn_wc_conflict_reason_missing
: <a class="el" href="group__svn__wc__conflict.html#gga4097310282eb9ad622aa52a6efb99dffaee315a796384a8150f4b030233e0aa45">svn_wc.h</a>
</li>
<li>svn_wc_conflict_reason_obstructed
: <a class="el" href="group__svn__wc__conflict.html#gga4097310282eb9ad622aa52a6efb99dffa047ab9d5cc19f78429b5ed891162175d">svn_wc.h</a>
</li>
<li>svn_wc_conflict_reason_t
: <a class="el" href="group__svn__wc__conflict.html#gac964929fd225811163f8a3d5b891096a">svn_wc.h</a>
</li>
<li>svn_wc_conflict_reason_unversioned
: <a class="el" href="group__svn__wc__conflict.html#gga4097310282eb9ad622aa52a6efb99dffab705002ab5a130deba6426ed1debfa5e">svn_wc.h</a>
</li>
<li>svn_wc_conflict_resolver_func_t
: <a class="el" href="group__svn__wc__conflict.html#gaad913ce66a4c5efdd82397da73e6a21d">svn_wc.h</a>
</li>
<li>svn_wc_conflict_result_t
: <a class="el" href="group__svn__wc__conflict.html#gaffde3aec234c1d62160761f08a2686cb">svn_wc.h</a>
</li>
<li>svn_wc_conflict_version_create()
: <a class="el" href="group__svn__wc__conflict.html#ga462a5f04be5d9f546414f3284ee63b23">svn_wc.h</a>
</li>
<li>svn_wc_conflict_version_dup()
: <a class="el" href="group__svn__wc__conflict.html#ga2ef3ff03a84483abddcf9136c82fb1c1">svn_wc.h</a>
</li>
<li>svn_wc_conflict_version_t
: <a class="el" href="group__svn__wc__conflict.html#gab249de710489f171377fd85edc27d916">svn_wc.h</a>
</li>
<li>svn_wc_conflicted_p()
: <a class="el" href="group__svn__wc.html#gaf436fc679467645939ab22ba9b7b504f">svn_wc.h</a>
</li>
<li>svn_wc_conflicted_p2()
: <a class="el" href="group__svn__wc.html#gac5c8afaab3705c51213f2443c106826b">svn_wc.h</a>
</li>
<li>svn_wc_copy()
: <a class="el" href="group__svn__wc.html#ga196abed06b6cc8d3e385c40172fd8a9f">svn_wc.h</a>
</li>
<li>svn_wc_copy2()
: <a class="el" href="group__svn__wc.html#ga4db028d5bd4921e3e087137274f6cd8f">svn_wc.h</a>
</li>
<li>svn_wc_crawl_revisions()
: <a class="el" href="group__svn__wc.html#ga6fd1aa796f77881329c0a4cd49c2faea">svn_wc.h</a>
</li>
<li>svn_wc_crawl_revisions2()
: <a class="el" href="group__svn__wc.html#ga9aacdf613889a86c23af70544103132a">svn_wc.h</a>
</li>
<li>svn_wc_crawl_revisions3()
: <a class="el" href="group__svn__wc.html#ga2868b152e3e698645a7a0962f238b72c">svn_wc.h</a>
</li>
<li>svn_wc_crawl_revisions4()
: <a class="el" href="group__svn__wc.html#ga4c9e88432451dd2348b65b8c9976e3ec">svn_wc.h</a>
</li>
<li>svn_wc_create_conflict_result()
: <a class="el" href="group__svn__wc__conflict.html#ga704f013e1e358524bea8339baa344139">svn_wc.h</a>
</li>
<li>svn_wc_create_notify()
: <a class="el" href="group__svn__wc__notifications.html#gaffde9d9cea32a599c610a36bfcdb0496">svn_wc.h</a>
</li>
<li>svn_wc_create_notify_url()
: <a class="el" href="group__svn__wc__notifications.html#ga3af63042b1ca5caa280348f2dd1e1f55">svn_wc.h</a>
</li>
<li>svn_wc_create_tmp_file()
: <a class="el" href="group__svn__wc.html#gae048d6d99e03b9f8abb0afb82864c241">svn_wc.h</a>
</li>
<li>svn_wc_create_tmp_file2()
: <a class="el" href="group__svn__wc.html#ga6818b0d51ffe2cf8c53b19397e41ddbc">svn_wc.h</a>
</li>
<li>svn_wc_crop_tree()
: <a class="el" href="group__svn__wc.html#ga6d1f174d2299f53237e6cc4d4f32ef04">svn_wc.h</a>
</li>
<li>svn_wc_delete()
: <a class="el" href="group__svn__wc.html#gac06874bc919b5c51a8d2f56ad8dbaa08">svn_wc.h</a>
</li>
<li>svn_wc_delete2()
: <a class="el" href="group__svn__wc.html#ga139d40a7260782c3c6b7fefebde4e82c">svn_wc.h</a>
</li>
<li>svn_wc_delete3()
: <a class="el" href="group__svn__wc.html#gaf6efdb929f507a21a089722d6432ebab">svn_wc.h</a>
</li>
<li>svn_wc_diff()
: <a class="el" href="group__svn__wc.html#gab31c7444c8a1e028ce53b00980154f38">svn_wc.h</a>
</li>
<li>svn_wc_diff2()
: <a class="el" href="group__svn__wc.html#ga13e5f687a94f82aa363ec76945e86057">svn_wc.h</a>
</li>
<li>svn_wc_diff3()
: <a class="el" href="group__svn__wc.html#ga1389a5344e66448e4d82636ea7ae21b2">svn_wc.h</a>
</li>
<li>svn_wc_diff4()
: <a class="el" href="group__svn__wc.html#ga4b5bc5dc8c1594b5a1791a8ca77ae73a">svn_wc.h</a>
</li>
<li>svn_wc_diff5()
: <a class="el" href="group__svn__wc.html#ga66ed50fc36642762e1c51bc331cd4b0f">svn_wc.h</a>
</li>
<li>svn_wc_diff_callbacks2_t
: <a class="el" href="group__svn__wc.html#ga851c3850ab946b02bf83cf12e8d25346">svn_wc.h</a>
</li>
<li>svn_wc_diff_callbacks3_t
: <a class="el" href="group__svn__wc.html#ga3d7e3b30deaa61826c859cd6c436b9c5">svn_wc.h</a>
</li>
<li>svn_wc_diff_callbacks_t
: <a class="el" href="group__svn__wc.html#ga3875762dadb2468b7f962a7fec4d1099">svn_wc.h</a>
</li>
<li>svn_wc_dup_notify()
: <a class="el" href="group__svn__wc__notifications.html#gaf37b095e26ff48bd695bfac901b5a7b9">svn_wc.h</a>
</li>
<li>svn_wc_dup_status()
: <a class="el" href="group__svn__wc__status.html#ga4eb3742e8ac569f2467ef77d885b7a57">svn_wc.h</a>
</li>
<li>svn_wc_dup_status2()
: <a class="el" href="group__svn__wc__status.html#gac330f5bc134efdbcf4b36c88faa78579">svn_wc.h</a>
</li>
<li>svn_wc_edited_externals()
: <a class="el" href="group__svn__wc.html#ga80b77fcea8a3464b74fb113d05a785a9">svn_wc.h</a>
</li>
<li>svn_wc_ensure_adm()
: <a class="el" href="group__svn__wc.html#gadb898d9f94516ba81d4db5784ba57d75">svn_wc.h</a>
</li>
<li>svn_wc_ensure_adm2()
: <a class="el" href="group__svn__wc.html#ga713231987f37479d004ba0621e9f92bb">svn_wc.h</a>
</li>
<li>svn_wc_ensure_adm3()
: <a class="el" href="group__svn__wc.html#gab109796faf4e8919506658dc904ba63c">svn_wc.h</a>
</li>
<li>svn_wc_entries_read()
: <a class="el" href="group__svn__wc.html#gaf0077f122ca31fd55d684d35e96247b8">svn_wc.h</a>
</li>
<li>svn_wc_entry()
: <a class="el" href="group__svn__wc.html#gaf69372a5565959dd46608c5d4cfc5d30">svn_wc.h</a>
</li>
<li>svn_wc_entry_callbacks2_t
: <a class="el" href="group__svn__wc.html#gae57827536e4cfe627f777a4033ca668d">svn_wc.h</a>
</li>
<li>svn_wc_entry_callbacks_t
: <a class="el" href="group__svn__wc.html#ga55f4e859d73f34dfdd0a970422e624c0">svn_wc.h</a>
</li>
<li>svn_wc_entry_dup()
: <a class="el" href="group__svn__wc.html#ga9e303620a59db18a9b9702412278df71">svn_wc.h</a>
</li>
<li>svn_wc_entry_t
: <a class="el" href="group__svn__wc.html#ga3277fa69b29a0d53fc60a8e342c3cd50">svn_wc.h</a>
</li>
<li>SVN_WC_ENTRY_THIS_DIR
: <a class="el" href="group__svn__wc.html#ga24a4e11f4582a56ea1b7e3809fa27467">svn_wc.h</a>
</li>
<li>SVN_WC_ENTRY_WORKING_SIZE_UNKNOWN
: <a class="el" href="group__svn__wc__entry__working__size__constants.html#ga5e03b47cd3093ca2eefbf8a3d66e1bb6">svn_wc.h</a>
</li>
<li>svn_wc_external_item2_dup()
: <a class="el" href="group__svn__wc.html#ga6f568e858cec641dd2248d60c9b82523">svn_wc.h</a>
</li>
<li>svn_wc_external_item2_t
: <a class="el" href="group__svn__wc.html#ga65c834fde9ea0e7d45ebb540845dd9a3">svn_wc.h</a>
</li>
<li>svn_wc_external_item_create()
: <a class="el" href="group__svn__wc.html#ga3bc707b160ec0a8d07920da7f342d8ee">svn_wc.h</a>
</li>
<li>svn_wc_external_item_dup()
: <a class="el" href="group__svn__wc.html#ga974158abf3fd2025ff46206562329a7f">svn_wc.h</a>
</li>
<li>svn_wc_external_item_t
: <a class="el" href="group__svn__wc.html#gab306bb3e6f09fc6f57dd31551d5b7f51">svn_wc.h</a>
</li>
<li>svn_wc_get_actual_target()
: <a class="el" href="group__svn__wc.html#gab56f7f5c239f34d5ac75fb65567410e6">svn_wc.h</a>
</li>
<li>svn_wc_get_adm_dir()
: <a class="el" href="group__svn__wc.html#gaa90606b1d49e2c341b1af6ddac12bba7">svn_wc.h</a>
</li>
<li>svn_wc_get_ancestry()
: <a class="el" href="group__svn__wc.html#ga204e46eaf18913808556e9b1f40a6bcb">svn_wc.h</a>
</li>
<li>svn_wc_get_default_ignores()
: <a class="el" href="group__svn__wc.html#ga5d7d722168944f4e2e2f4517efae8337">svn_wc.h</a>
</li>
<li>svn_wc_get_diff_editor()
: <a class="el" href="group__svn__wc.html#gacebcf14c708f3b218e99610bfc56b080">svn_wc.h</a>
</li>
<li>svn_wc_get_diff_editor2()
: <a class="el" href="group__svn__wc.html#ga8785b120adb2b39a6410c9e117476924">svn_wc.h</a>
</li>
<li>svn_wc_get_diff_editor3()
: <a class="el" href="group__svn__wc.html#ga42795df6be2123caf6a39ba90869a525">svn_wc.h</a>
</li>
<li>svn_wc_get_diff_editor4()
: <a class="el" href="group__svn__wc.html#ga9d7acb326876e4354cbccdb08bb774ed">svn_wc.h</a>
</li>
<li>svn_wc_get_diff_editor5()
: <a class="el" href="group__svn__wc.html#gae117cc43240eab720b7147dd1c6e182e">svn_wc.h</a>
</li>
<li>svn_wc_get_file_t
: <a class="el" href="group__svn__wc.html#ga4b0829607325241fcbd74a12680126bf">svn_wc.h</a>
</li>
<li>svn_wc_get_ignores()
: <a class="el" href="group__svn__wc.html#ga64047f3fbcf56a1dfb8a1f99d71e9309">svn_wc.h</a>
</li>
<li>svn_wc_get_pristine_contents()
: <a class="el" href="group__svn__wc.html#ga473bc0e61177ce7030af195ba09ee66a">svn_wc.h</a>
</li>
<li>svn_wc_get_pristine_copy_path()
: <a class="el" href="group__svn__wc.html#ga9e0206f3daf7dbcdf677433ffd44bf48">svn_wc.h</a>
</li>
<li>svn_wc_get_prop_diffs()
: <a class="el" href="group__svn__wc.html#ga92e1ce831982f0046f3f1f38f622efe7">svn_wc.h</a>
</li>
<li>svn_wc_get_status_editor()
: <a class="el" href="group__svn__wc__status.html#ga4fa9b6de93c3b3e5aafc07b39b68ea13">svn_wc.h</a>
</li>
<li>svn_wc_get_status_editor2()
: <a class="el" href="group__svn__wc__status.html#gae384903ef5abbbebc26a73622e010a4d">svn_wc.h</a>
</li>
<li>svn_wc_get_status_editor3()
: <a class="el" href="group__svn__wc__status.html#ga797432395dc47b13fafdd88850f6ccb5">svn_wc.h</a>
</li>
<li>svn_wc_get_status_editor4()
: <a class="el" href="group__svn__wc__status.html#gad76e728aaadd7e46b02fba84c0ca5aeb">svn_wc.h</a>
</li>
<li>svn_wc_get_switch_editor()
: <a class="el" href="group__svn__wc.html#gacd6e5ec07ad5893b436c08c951b7ed6e">svn_wc.h</a>
</li>
<li>svn_wc_get_switch_editor2()
: <a class="el" href="group__svn__wc.html#ga064ce6ea097130e05f1e24c38a76bc8a">svn_wc.h</a>
</li>
<li>svn_wc_get_switch_editor3()
: <a class="el" href="group__svn__wc.html#gaa78405360bf54165c6fe2b3e242ff467">svn_wc.h</a>
</li>
<li>svn_wc_get_update_editor()
: <a class="el" href="group__svn__wc.html#ga66dc0c07ad16f4b7b0f2e5aef8141602">svn_wc.h</a>
</li>
<li>svn_wc_get_update_editor2()
: <a class="el" href="group__svn__wc.html#ga7fa8560aeb4b13082dc5425eae74bc5b">svn_wc.h</a>
</li>
<li>svn_wc_get_update_editor3()
: <a class="el" href="group__svn__wc.html#gaa959099bb7d0890b1c9b69dd429507fe">svn_wc.h</a>
</li>
<li>svn_wc_has_binary_prop()
: <a class="el" href="group__svn__wc.html#gaccda369a983115a74223f53ec160f2ee">svn_wc.h</a>
</li>
<li>svn_wc_init_traversal_info()
: <a class="el" href="group__svn__wc.html#ga2fbe44c949d899dec6d1e0980c042ec6">svn_wc.h</a>
</li>
<li>svn_wc_is_adm_dir()
: <a class="el" href="group__svn__wc.html#gac5ebbaa87eaa6abacb698335dcc253ca">svn_wc.h</a>
</li>
<li>svn_wc_is_entry_prop()
: <a class="el" href="group__svn__wc.html#gaf805a44c7f7220c2fd9fa86d9aaba126">svn_wc.h</a>
</li>
<li>svn_wc_is_normal_prop()
: <a class="el" href="group__svn__wc.html#ga149ed627bfb17542f99c3330c5140b08">svn_wc.h</a>
</li>
<li>svn_wc_is_wc_prop()
: <a class="el" href="group__svn__wc.html#ga4480b80aa866fd211c2c23608ae57e8e">svn_wc.h</a>
</li>
<li>svn_wc_is_wc_root()
: <a class="el" href="group__svn__wc.html#ga2e9494529ad0a99e62e517c505af368b">svn_wc.h</a>
</li>
<li>svn_wc_locked()
: <a class="el" href="group__svn__wc.html#ga8b66a2c9cc512699bc7e764f2ccd13b3">svn_wc.h</a>
</li>
<li>svn_wc_mark_missing_deleted()
: <a class="el" href="group__svn__wc.html#ga5d95390b7527954903f5d491de17a1aa">svn_wc.h</a>
</li>
<li>svn_wc_match_ignore_list()
: <a class="el" href="group__svn__wc.html#gaf59c54f6928847685b756ca5fc16c1b0">svn_wc.h</a>
</li>
<li>svn_wc_maybe_set_repos_root()
: <a class="el" href="group__svn__wc.html#ga4362bbf450311e0cce2b0559d9c5bef7">svn_wc.h</a>
</li>
<li>svn_wc_merge()
: <a class="el" href="group__svn__wc.html#ga093302c0cd37f161c185dfc95e10f8d1">svn_wc.h</a>
</li>
<li>svn_wc_merge2()
: <a class="el" href="group__svn__wc.html#ga02bf318d3ac776f96a2c600feaf82665">svn_wc.h</a>
</li>
<li>svn_wc_merge3()
: <a class="el" href="group__svn__wc.html#gafb827793f571070f2a6ba7ce9e06f6aa">svn_wc.h</a>
</li>
<li>svn_wc_merge_conflict
: <a class="el" href="group__svn__wc.html#gga82382c26ea0159c0da38fa714a4a72ecac89631ea52d38202af6b4ce5fd286273">svn_wc.h</a>
</li>
<li>svn_wc_merge_merged
: <a class="el" href="group__svn__wc.html#gga82382c26ea0159c0da38fa714a4a72eca7d664fd7bec9ba4e5e0571bcf8adbb0f">svn_wc.h</a>
</li>
<li>svn_wc_merge_no_merge
: <a class="el" href="group__svn__wc.html#gga82382c26ea0159c0da38fa714a4a72eca9c54bcd1bcd5834cd925ed63b2b1c488">svn_wc.h</a>
</li>
<li>svn_wc_merge_outcome_t
: <a class="el" href="group__svn__wc.html#ga82382c26ea0159c0da38fa714a4a72ec">svn_wc.h</a>
</li>
<li>svn_wc_merge_prop_diffs()
: <a class="el" href="group__svn__wc.html#gac4519e4fd0c88f8504bd50c29130d8f6">svn_wc.h</a>
</li>
<li>svn_wc_merge_props()
: <a class="el" href="group__svn__wc.html#ga33b523be44ef63c4f0f2c988bed556c8">svn_wc.h</a>
</li>
<li>svn_wc_merge_props2()
: <a class="el" href="group__svn__wc.html#ga327f68a60568b97a82a9fa08ae0fbab0">svn_wc.h</a>
</li>
<li>svn_wc_merge_unchanged
: <a class="el" href="group__svn__wc.html#gga82382c26ea0159c0da38fa714a4a72eca68dc3add54610af6340e0fa26c84ebfa">svn_wc.h</a>
</li>
<li>svn_wc_notify_action_t
: <a class="el" href="group__svn__wc__notifications.html#ga64907b2aea95c9d8bb49898806731462">svn_wc.h</a>
</li>
<li>svn_wc_notify_add
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbab07ee349aff12490fd6ab772652121dd">svn_wc.h</a>
</li>
<li>svn_wc_notify_blame_revision
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbad05a037aec1e1f838926761924b54d4e">svn_wc.h</a>
</li>
<li>svn_wc_notify_changelist_clear
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba891fc169afaad316a47369ff5aa13ac8">svn_wc.h</a>
</li>
<li>svn_wc_notify_changelist_moved
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba3fde1b346c9eb22bd003c16bd48bf612">svn_wc.h</a>
</li>
<li>svn_wc_notify_changelist_set
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba563a2c5f0fca434557f1dfa65e5be531">svn_wc.h</a>
</li>
<li>svn_wc_notify_commit_added
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba52b25ce9adc0069074e0a5c6c4f80281">svn_wc.h</a>
</li>
<li>svn_wc_notify_commit_deleted
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba2fc7c843717d4f09bb9aba9b072467a1">svn_wc.h</a>
</li>
<li>svn_wc_notify_commit_modified
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba420057b7bb510fb5aa0bdb9e66f0a539">svn_wc.h</a>
</li>
<li>svn_wc_notify_commit_postfix_txdelta
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba849f0b67e4b6bb9a773a595af7c36a2d">svn_wc.h</a>
</li>
<li>svn_wc_notify_commit_replaced
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbaadd71ad48113309b4602f102e97411a6">svn_wc.h</a>
</li>
<li>svn_wc_notify_copy
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbad926b089f72fb6b5d21a93a79ee73312">svn_wc.h</a>
</li>
<li>svn_wc_notify_delete
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbafda06e69ea6eb4d9854c2ad714ecc376">svn_wc.h</a>
</li>
<li>svn_wc_notify_exists
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba05009848d7da166fe8a22a0132158531">svn_wc.h</a>
</li>
<li>svn_wc_notify_failed_external
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbae88c7fc8caac16843f5d36cbe351a9b7">svn_wc.h</a>
</li>
<li>svn_wc_notify_failed_lock
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba9cab3e18698d83dacbf878050e5c0625">svn_wc.h</a>
</li>
<li>svn_wc_notify_failed_revert
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba2bcecaf2211f66bc614e3a8f78c670ae">svn_wc.h</a>
</li>
<li>svn_wc_notify_failed_unlock
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba638003089806c936d51632b32cb49ec4">svn_wc.h</a>
</li>
<li>svn_wc_notify_foreign_merge_begin
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbac564514766106c0f270c0fd5dadda9ee">svn_wc.h</a>
</li>
<li>svn_wc_notify_func2_t
: <a class="el" href="group__svn__wc__notifications.html#ga0b8a69b4e319400ddfd72c9b682abe62">svn_wc.h</a>
</li>
<li>svn_wc_notify_func_t
: <a class="el" href="group__svn__wc__notifications.html#ga77d705cbd8f4c23c0c29492f84f8f6c2">svn_wc.h</a>
</li>
<li>svn_wc_notify_lock_state_locked
: <a class="el" href="group__svn__wc__notifications.html#ggac65b99bf7baf711fdc2d4afb8ddcaad9a4997a23f45464978dc9f536f2c617d2c">svn_wc.h</a>
</li>
<li>svn_wc_notify_lock_state_t
: <a class="el" href="group__svn__wc__notifications.html#gabb00fc729561ddb9d54ee64133690e7c">svn_wc.h</a>
</li>
<li>svn_wc_notify_lock_state_unchanged
: <a class="el" href="group__svn__wc__notifications.html#ggac65b99bf7baf711fdc2d4afb8ddcaad9a5bb8485cc324f2828637b18113cdfb7d">svn_wc.h</a>
</li>
<li>svn_wc_notify_lock_state_unlocked
: <a class="el" href="group__svn__wc__notifications.html#ggac65b99bf7baf711fdc2d4afb8ddcaad9a00ff56751a0fc916d1b9518065d120a4">svn_wc.h</a>
</li>
<li>svn_wc_notify_locked
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbafe5e8fa294d1f45cd83f278c4e8c79c8">svn_wc.h</a>
</li>
<li>svn_wc_notify_merge_begin
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbae95d1b52cd304aa960531a43da865224">svn_wc.h</a>
</li>
<li>svn_wc_notify_merge_completed
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbae599a0db078700be8f4f3267cfe5f3d2">svn_wc.h</a>
</li>
<li>svn_wc_notify_property_added
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba3623acd89d9f6a14fdd26d651c232c64">svn_wc.h</a>
</li>
<li>svn_wc_notify_property_deleted
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba269a1d293fb14bec9dac40d7a6b89e69">svn_wc.h</a>
</li>
<li>svn_wc_notify_property_deleted_nonexistent
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbaf9628d0506a3b3bb96e4a9bc6c6cd97e">svn_wc.h</a>
</li>
<li>svn_wc_notify_property_modified
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbae35590e24751392a35d1fbd33a19b4e1">svn_wc.h</a>
</li>
<li>svn_wc_notify_resolved
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba17c8db86901d427d0a89f1b941a83771">svn_wc.h</a>
</li>
<li>svn_wc_notify_restore
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba48045025400c71dc96d77deb072ee708">svn_wc.h</a>
</li>
<li>svn_wc_notify_revert
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba407bbdd56a98e262df8bb3011a60b155">svn_wc.h</a>
</li>
<li>svn_wc_notify_revprop_deleted
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbaa739b25de107b49d817d10df34ada11b">svn_wc.h</a>
</li>
<li>svn_wc_notify_revprop_set
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba91801ba816b3922b0b29d280ac811b1c">svn_wc.h</a>
</li>
<li>svn_wc_notify_skip
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba4a209db49755539a389aa4cedef33288">svn_wc.h</a>
</li>
<li>svn_wc_notify_state_changed
: <a class="el" href="group__svn__wc__notifications.html#gga86188fa68605f8c57b7849857b1e6543acc957759a89faa7e778778524c1a36ee">svn_wc.h</a>
</li>
<li>svn_wc_notify_state_conflicted
: <a class="el" href="group__svn__wc__notifications.html#gga86188fa68605f8c57b7849857b1e6543a1fbb05a9d7ceae4e4f7d455d079e832c">svn_wc.h</a>
</li>
<li>svn_wc_notify_state_merged
: <a class="el" href="group__svn__wc__notifications.html#gga86188fa68605f8c57b7849857b1e6543a64c2ae2c9b8dd7a5534f674a6fde0cca">svn_wc.h</a>
</li>
<li>svn_wc_notify_state_missing
: <a class="el" href="group__svn__wc__notifications.html#gga86188fa68605f8c57b7849857b1e6543a50f52431cdcd443a673508ba99f0cbcb">svn_wc.h</a>
</li>
<li>svn_wc_notify_state_obstructed
: <a class="el" href="group__svn__wc__notifications.html#gga86188fa68605f8c57b7849857b1e6543a1a41ae32c15dbc0b836ce867dcf05600">svn_wc.h</a>
</li>
<li>svn_wc_notify_state_t
: <a class="el" href="group__svn__wc__notifications.html#ga86188fa68605f8c57b7849857b1e6543">svn_wc.h</a>
</li>
<li>svn_wc_notify_state_unchanged
: <a class="el" href="group__svn__wc__notifications.html#gga86188fa68605f8c57b7849857b1e6543a80803b8b47c7966bc46a154caa122dcf">svn_wc.h</a>
</li>
<li>svn_wc_notify_state_unknown
: <a class="el" href="group__svn__wc__notifications.html#gga86188fa68605f8c57b7849857b1e6543a62b31c3bfdff8fff8b059bfa988084c5">svn_wc.h</a>
</li>
<li>svn_wc_notify_status_completed
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba8dbd8712289a9cd180135b2677077a82">svn_wc.h</a>
</li>
<li>svn_wc_notify_status_external
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbab27ee18588b1cf527ed9fabeb35b7d9f">svn_wc.h</a>
</li>
<li>svn_wc_notify_t
: <a class="el" href="group__svn__wc__notifications.html#ga6056ab934ebfdfda8c3ce276aecc5130">svn_wc.h</a>
</li>
<li>svn_wc_notify_tree_conflict
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba53d1f4883bfb152ba64b825e6ef480c8">svn_wc.h</a>
</li>
<li>svn_wc_notify_unlocked
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbaa9e7777668a5f5b570bbc0ad039f0fc6">svn_wc.h</a>
</li>
<li>svn_wc_notify_update_add
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba4ac1bd5edaeba95c5eedc131794d1417">svn_wc.h</a>
</li>
<li>svn_wc_notify_update_completed
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba5f3ac998b6a84b1c128b60d693bab81f">svn_wc.h</a>
</li>
<li>svn_wc_notify_update_delete
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba38981690593bddc0a2316a0ffba5b6da">svn_wc.h</a>
</li>
<li>svn_wc_notify_update_external
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba6486c8e66204bb9b75c5ec0a6ae3b2d0">svn_wc.h</a>
</li>
<li>svn_wc_notify_update_replace
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfbacbbfd7554bc894c43d6ab1abdedd14fa">svn_wc.h</a>
</li>
<li>svn_wc_notify_update_update
: <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba6bd0bed3729640f65be5ffcbb13ca7ba">svn_wc.h</a>
</li>
<li>svn_wc_operation_t
: <a class="el" href="group__svn__wc__conflict.html#ga199b6acbfe6f2d50e0a1b636332288b7">svn_wc.h</a>
</li>
<li>svn_wc_parse_externals_description()
: <a class="el" href="group__svn__wc.html#ga5ab8b16043f91809cf8731517d7033a2">svn_wc.h</a>
</li>
<li>svn_wc_parse_externals_description2()
: <a class="el" href="group__svn__wc.html#gac3f8fe2d2960cc59744ef51e4d532f09">svn_wc.h</a>
</li>
<li>svn_wc_parse_externals_description3()
: <a class="el" href="group__svn__wc.html#ga967e69dba3bd70ecac6f5a9ab8328769">svn_wc.h</a>
</li>
<li>svn_wc_process_committed()
: <a class="el" href="group__svn__wc.html#gaefe1abc4587e89afc6c9e7841260e57c">svn_wc.h</a>
</li>
<li>svn_wc_process_committed2()
: <a class="el" href="group__svn__wc.html#ga53abbe8a6d978174f68feb7929b532ac">svn_wc.h</a>
</li>
<li>svn_wc_process_committed3()
: <a class="el" href="group__svn__wc.html#ga3276e47a713d72a7ef65716a86486f24">svn_wc.h</a>
</li>
<li>svn_wc_process_committed4()
: <a class="el" href="group__svn__wc.html#ga56fd7ea156dbb078f3da387168027e8a">svn_wc.h</a>
</li>
<li>svn_wc_process_committed_queue()
: <a class="el" href="group__svn__wc.html#gaf1d8b8294ad80550d7d0c90f002c7a1c">svn_wc.h</a>
</li>
<li>svn_wc_prop_get()
: <a class="el" href="group__svn__wc.html#gaebe46e0b5f512805ec52f6cedbc2027e">svn_wc.h</a>
</li>
<li>svn_wc_prop_list()
: <a class="el" href="group__svn__wc.html#ga322325037a30e90b19a0e07f077036a4">svn_wc.h</a>
</li>
<li>svn_wc_prop_set()
: <a class="el" href="group__svn__wc.html#ga699a3b15d724568b13850a7d9e5647b2">svn_wc.h</a>
</li>
<li>svn_wc_prop_set2()
: <a class="el" href="group__svn__wc.html#gad0dbbee541ce8049ecbe6550634bd413">svn_wc.h</a>
</li>
<li>svn_wc_prop_set3()
: <a class="el" href="group__svn__wc.html#ga684ea7ff9da10eb60dd56b720df08394">svn_wc.h</a>
</li>
<li>svn_wc_props_modified_p()
: <a class="el" href="group__svn__wc.html#gac4aaab4da6f4a003371551bd535ac70d">svn_wc.h</a>
</li>
<li>svn_wc_queue_committed()
: <a class="el" href="group__svn__wc.html#gab22e18a6ee446b02a6e9807ca349e167">svn_wc.h</a>
</li>
<li>svn_wc_queue_committed2()
: <a class="el" href="group__svn__wc.html#ga104f2af4dd1652d30a19f66d3a1a33cd">svn_wc.h</a>
</li>
<li>svn_wc_relocate()
: <a class="el" href="group__svn__wc.html#gad72d6f9c9cf2db5d0199cc2c332dd50d">svn_wc.h</a>
</li>
<li>svn_wc_relocate2()
: <a class="el" href="group__svn__wc.html#ga50cd30da614df6879b7882c55df93171">svn_wc.h</a>
</li>
<li>svn_wc_relocate3()
: <a class="el" href="group__svn__wc.html#gada9d3d66c69c0f31cede9c90c4ab226e">svn_wc.h</a>
</li>
<li>svn_wc_relocation_validator2_t
: <a class="el" href="group__svn__wc.html#ga3156f48a76033908b9dd80ac347938b8">svn_wc.h</a>
</li>
<li>svn_wc_relocation_validator3_t
: <a class="el" href="group__svn__wc.html#gaa9addd7cee0df1441c76efe39ac8e0bd">svn_wc.h</a>
</li>
<li>svn_wc_relocation_validator_t
: <a class="el" href="group__svn__wc.html#ga5aef0943027834b2d1a4b7eda408f321">svn_wc.h</a>
</li>
<li>svn_wc_remove_from_revision_control()
: <a class="el" href="group__svn__wc.html#gaac573ae3466f4367cb57aeb7b4289637">svn_wc.h</a>
</li>
<li>svn_wc_remove_lock()
: <a class="el" href="group__svn__wc.html#ga2b82fac0df9a0adac727b03ad2d2d48a">svn_wc.h</a>
</li>
<li>svn_wc_resolved_conflict()
: <a class="el" href="group__svn__wc.html#gad065d03c864e45af71d0b26dcc4e8552">svn_wc.h</a>
</li>
<li>svn_wc_resolved_conflict2()
: <a class="el" href="group__svn__wc.html#ga54e3128550adfc252c3b3c622897e698">svn_wc.h</a>
</li>
<li>svn_wc_resolved_conflict3()
: <a class="el" href="group__svn__wc.html#ga552cd6679dec494a65a793ba2d658066">svn_wc.h</a>
</li>
<li>svn_wc_resolved_conflict4()
: <a class="el" href="group__svn__wc.html#ga8eeabb76dc33dfd32dbdd70a1065a7fe">svn_wc.h</a>
</li>
<li>svn_wc_revert()
: <a class="el" href="group__svn__wc.html#ga30293931c5ad5d6ba77c7c11a59cc912">svn_wc.h</a>
</li>
<li>svn_wc_revert2()
: <a class="el" href="group__svn__wc.html#gaa0b3f2d0d6603b376cb4043891c630ee">svn_wc.h</a>
</li>
<li>svn_wc_revert3()
: <a class="el" href="group__svn__wc.html#ga0d6b7958c74b5e8a230081f04fd1a6de">svn_wc.h</a>
</li>
<li>svn_wc_revision_status()
: <a class="el" href="group__svn__wc.html#ga6401b9142564d0ad162cae5cc0403d7f">svn_wc.h</a>
</li>
<li>svn_wc_revision_status_t
: <a class="el" href="group__svn__wc.html#ga7afb4e33a741065b8b079325240589ea">svn_wc.h</a>
</li>
<li>svn_wc_schedule_add
: <a class="el" href="group__svn__wc.html#gga5b1b7ce549f51d19cb0c0af8d9416ae9a6b46f72ccd45de1260ec6e57263baa1d">svn_wc.h</a>
</li>
<li>svn_wc_schedule_delete
: <a class="el" href="group__svn__wc.html#gga5b1b7ce549f51d19cb0c0af8d9416ae9a4b427cc3c5e4364a195395014199cc6c">svn_wc.h</a>
</li>
<li>svn_wc_schedule_normal
: <a class="el" href="group__svn__wc.html#gga5b1b7ce549f51d19cb0c0af8d9416ae9a186f61c7c1dc42f4868967e33fc7d38e">svn_wc.h</a>
</li>
<li>svn_wc_schedule_replace
: <a class="el" href="group__svn__wc.html#gga5b1b7ce549f51d19cb0c0af8d9416ae9a38a8d7229dd3bb80585c3e17dc35619c">svn_wc.h</a>
</li>
<li>svn_wc_schedule_t
: <a class="el" href="group__svn__wc.html#ga5b1b7ce549f51d19cb0c0af8d9416ae9">svn_wc.h</a>
</li>
<li>svn_wc_set_adm_dir()
: <a class="el" href="group__svn__wc.html#gab7d2c658e785e6473872a0a92e532dd0">svn_wc.h</a>
</li>
<li>svn_wc_set_changelist()
: <a class="el" href="group__svn__wc.html#gaad29afe2a97824e108b08567d5f8a143">svn_wc.h</a>
</li>
<li>svn_wc_status()
: <a class="el" href="group__svn__wc__status.html#ga2dfbf2bcac68c534a4d54cf251d7abd6">svn_wc.h</a>
</li>
<li>svn_wc_status2()
: <a class="el" href="group__svn__wc__status.html#ga83f1370500939a518fdd46c909a0587d">svn_wc.h</a>
</li>
<li>svn_wc_status2_t
: <a class="el" href="group__svn__wc__status.html#gaabad10f458b21f75780e0ef732c0ae1c">svn_wc.h</a>
</li>
<li>svn_wc_status_added
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96da0da8dafa7cea122186d1c00ec665afa6">svn_wc.h</a>
</li>
<li>svn_wc_status_conflicted
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96da5786df1c38c41b28ff33c3ee692550ba">svn_wc.h</a>
</li>
<li>svn_wc_status_deleted
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96daba05805344c060627f5cc039a01c1cdc">svn_wc.h</a>
</li>
<li>svn_wc_status_external
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96da4f106daa9dfd6a7dde0002b2f54e001b">svn_wc.h</a>
</li>
<li>svn_wc_status_func2_t
: <a class="el" href="group__svn__wc__status.html#gaf68700e38ff4fd0a8a246e5c9290b14e">svn_wc.h</a>
</li>
<li>svn_wc_status_func3_t
: <a class="el" href="group__svn__wc__status.html#ga29ecaaf89f883d1a308f1f5320ca967a">svn_wc.h</a>
</li>
<li>svn_wc_status_func_t
: <a class="el" href="group__svn__wc__status.html#gac19e1c47c044d86aaa9e3a0790efa17a">svn_wc.h</a>
</li>
<li>svn_wc_status_ignored
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96daafdcb2e885d5d000adc048235b9e38cd">svn_wc.h</a>
</li>
<li>svn_wc_status_incomplete
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96da971458b88498d03b7af67280c3f12c3f">svn_wc.h</a>
</li>
<li>svn_wc_status_kind
: <a class="el" href="group__svn__wc__status.html#gad90a5ae2e412cd6fc047a64d627bd96d">svn_wc.h</a>
</li>
<li>svn_wc_status_merged
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96da8c67a4d2576ed30014313088a4d972de">svn_wc.h</a>
</li>
<li>svn_wc_status_missing
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96da72aa0c31b345f4168ca0ccb862704643">svn_wc.h</a>
</li>
<li>svn_wc_status_modified
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96daa68c26e1f269943abf2769a3df4d730b">svn_wc.h</a>
</li>
<li>svn_wc_status_none
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96da991bbf1a444aa18593ff11948bbea60a">svn_wc.h</a>
</li>
<li>svn_wc_status_normal
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96da2389c6b75fea54f05c5a6c9633a71087">svn_wc.h</a>
</li>
<li>svn_wc_status_obstructed
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96da8693ff658ce80dc8f9a8b4ff9b332b37">svn_wc.h</a>
</li>
<li>svn_wc_status_replaced
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96da80748e7146540a5ea5ba0d26c4a42ba5">svn_wc.h</a>
</li>
<li>svn_wc_status_set_repos_locks()
: <a class="el" href="group__svn__wc__status.html#gabfd8e5c78af1b718a60fed0ee2a8e590">svn_wc.h</a>
</li>
<li>svn_wc_status_t
: <a class="el" href="group__svn__wc__status.html#ga03f227a4ca2b2a55c69375b3b7d225b5">svn_wc.h</a>
</li>
<li>svn_wc_status_unversioned
: <a class="el" href="group__svn__wc__status.html#ggad90a5ae2e412cd6fc047a64d627bd96da7e9e322307b1442dff9e289fba9b00e8">svn_wc.h</a>
</li>
<li>svn_wc_text_modified_p()
: <a class="el" href="group__svn__wc.html#gaf2804bd7bd17bd98989976ff2c62d7a8">svn_wc.h</a>
</li>
<li>SVN_WC_TRANSLATE_FORCE_COPY
: <a class="el" href="group__translate__flags.html#ga253163f1496166aa30951218d163f4ce">svn_wc.h</a>
</li>
<li>SVN_WC_TRANSLATE_FORCE_EOL_REPAIR
: <a class="el" href="group__translate__flags.html#ga0be01177d905375e9e423cfdbf5874e5">svn_wc.h</a>
</li>
<li>SVN_WC_TRANSLATE_FROM_NF
: <a class="el" href="group__translate__flags.html#ga7881e471410f654892f27bf9f50645e1">svn_wc.h</a>
</li>
<li>SVN_WC_TRANSLATE_NO_OUTPUT_CLEANUP
: <a class="el" href="group__translate__flags.html#gac8b009d78d620d77facadf4a6ee476a9">svn_wc.h</a>
</li>
<li>SVN_WC_TRANSLATE_TO_NF
: <a class="el" href="group__translate__flags.html#ga6d05f37c6ac3cdc1193adcc5436b8594">svn_wc.h</a>
</li>
<li>SVN_WC_TRANSLATE_USE_GLOBAL_TMP
: <a class="el" href="group__translate__flags.html#gad9ec95393ea0ecd6f30cfb2057acef2f">svn_wc.h</a>
</li>
<li>svn_wc_translated_file()
: <a class="el" href="group__svn__wc.html#ga1b25d91aa475be5585b64d3a711fd0a4">svn_wc.h</a>
</li>
<li>svn_wc_translated_file2()
: <a class="el" href="group__svn__wc.html#ga3572a920c814a44c8c0cc3fb33eeafd7">svn_wc.h</a>
</li>
<li>svn_wc_translated_stream()
: <a class="el" href="group__svn__wc.html#ga46d04c429bbb7ce66b6d8c24a2cdb9c1">svn_wc.h</a>
</li>
<li>svn_wc_transmit_prop_deltas()
: <a class="el" href="group__svn__wc.html#gaf58e3f11ca335ba128f34227270bb309">svn_wc.h</a>
</li>
<li>svn_wc_transmit_text_deltas()
: <a class="el" href="group__svn__wc.html#ga2f249ff77f4bb2162922a885ed22b0b1">svn_wc.h</a>
</li>
<li>svn_wc_transmit_text_deltas2()
: <a class="el" href="group__svn__wc.html#gab0424358160c6b3e8c2ad0a68e6520dd">svn_wc.h</a>
</li>
<li>svn_wc_traversal_info_t
: <a class="el" href="group__svn__wc.html#gae9a070074e7daebdd81214b0a692c9bf">svn_wc.h</a>
</li>
<li>svn_wc_traversed_depths()
: <a class="el" href="group__svn__wc.html#gac94df934a5af2ba1f6728cd05309b57b">svn_wc.h</a>
</li>
<li>svn_wc_version()
: <a class="el" href="svn__wc_8h.html#a3b2bb9731cd460fde6ff6fdb6caf6db8">svn_wc.h</a>
</li>
<li>svn_wc_walk_entries()
: <a class="el" href="group__svn__wc.html#ga93c39ae07d4de5f49f1d5adcb45eab22">svn_wc.h</a>
</li>
<li>svn_wc_walk_entries2()
: <a class="el" href="group__svn__wc.html#ga0fc8c326b020e64cfb8d183f4a10a684">svn_wc.h</a>
</li>
<li>svn_wc_walk_entries3()
: <a class="el" href="group__svn__wc.html#ga17374d3b79862d5faa4887ed0f4366c3">svn_wc.h</a>
</li>
<li>svn_write_fn_t
: <a class="el" href="group__svn__io__byte__streams.html#gaa79398b116a9209eb3a79947a6066f54">svn_io.h</a>
</li>
<li>svn_xml_ap_to_hash()
: <a class="el" href="svn__xml_8h.html#a1914b5fb6cf24bb299ea171eddb681f7">svn_xml.h</a>
</li>
<li>svn_xml_escape_attr_cstring()
: <a class="el" href="svn__xml_8h.html#afddce35e71a70d50b652c9a2b61a7506">svn_xml.h</a>
</li>
<li>svn_xml_escape_attr_string()
: <a class="el" href="svn__xml_8h.html#a15cf427831b36add12969b80df9576f4">svn_xml.h</a>
</li>
<li>svn_xml_escape_attr_stringbuf()
: <a class="el" href="svn__xml_8h.html#adc69586dc0963c1e90141fda77041137">svn_xml.h</a>
</li>
<li>svn_xml_escape_cdata_cstring()
: <a class="el" href="svn__xml_8h.html#a68b27ad8ed4dc71a4e94f00a3402f148">svn_xml.h</a>
</li>
<li>svn_xml_escape_cdata_string()
: <a class="el" href="svn__xml_8h.html#a203e4a15ff06354096450be45a57ad63">svn_xml.h</a>
</li>
<li>svn_xml_escape_cdata_stringbuf()
: <a class="el" href="svn__xml_8h.html#a791aebe273d97127c89d03e20d687fee">svn_xml.h</a>
</li>
<li>svn_xml_free_parser()
: <a class="el" href="svn__xml_8h.html#a8aae298d9c4b403502fd03f8c3e491de">svn_xml.h</a>
</li>
<li>svn_xml_fuzzy_escape()
: <a class="el" href="svn__xml_8h.html#ac1070a1f742deb7666f1fa02a7794ec7">svn_xml.h</a>
</li>
<li>svn_xml_get_attr_value()
: <a class="el" href="svn__xml_8h.html#a07a589fa0a35a7550ac452225eacefa0">svn_xml.h</a>
</li>
<li>svn_xml_hash_atts_overlaying()
: <a class="el" href="svn__xml_8h.html#a388721068598aacbdf67e2f9304df67f">svn_xml.h</a>
</li>
<li>svn_xml_hash_atts_preserving()
: <a class="el" href="svn__xml_8h.html#a078fe0e91283b54183cfafb69d733adf">svn_xml.h</a>
</li>
<li>svn_xml_is_xml_safe()
: <a class="el" href="svn__xml_8h.html#a4e1f838f920694c5d8fb572bb8f158f3">svn_xml.h</a>
</li>
<li>svn_xml_make_att_hash()
: <a class="el" href="svn__xml_8h.html#a46344c54e4a536df1cd0d6531e4a4934">svn_xml.h</a>
</li>
<li>svn_xml_make_close_tag()
: <a class="el" href="svn__xml_8h.html#a828f71e7c3e1c2550282651e2de529c3">svn_xml.h</a>
</li>
<li>svn_xml_make_header()
: <a class="el" href="svn__xml_8h.html#a8952697d8cace5f4db1a05958007b04b">svn_xml.h</a>
</li>
<li>svn_xml_make_open_tag()
: <a class="el" href="svn__xml_8h.html#a93ba8523ad3d6063db280ff9d2db544b">svn_xml.h</a>
</li>
<li>svn_xml_make_open_tag_hash()
: <a class="el" href="svn__xml_8h.html#a2505af51b37f20fc09716f7a09718794">svn_xml.h</a>
</li>
<li>svn_xml_make_open_tag_v()
: <a class="el" href="svn__xml_8h.html#ab08389a7d146e02b1f2e2ce6ef49f243">svn_xml.h</a>
</li>
<li>svn_xml_make_parser()
: <a class="el" href="svn__xml_8h.html#a1f8f1b81e03621e15d5d4a3412ded766">svn_xml.h</a>
</li>
<li>SVN_XML_NAMESPACE
: <a class="el" href="svn__xml_8h.html#a58f060f8c09438e2a5485355ec523fe6">svn_xml.h</a>
</li>
<li>svn_xml_normal
: <a class="el" href="svn__xml_8h.html#a96fab6557db17be482982e30d7becbc6a325a91b8ed7a386421fbc4efe6af7751">svn_xml.h</a>
</li>
<li>svn_xml_open_tag_style
: <a class="el" href="svn__xml_8h.html#a96fab6557db17be482982e30d7becbc6">svn_xml.h</a>
</li>
<li>svn_xml_parse()
: <a class="el" href="svn__xml_8h.html#a57a5745b6c3a8a78f6cf96cec7322593">svn_xml.h</a>
</li>
<li>svn_xml_parser_t
: <a class="el" href="svn__xml_8h.html#a05c7a03105de7809b8760f1425a888da">svn_xml.h</a>
</li>
<li>svn_xml_protect_pcdata
: <a class="el" href="svn__xml_8h.html#a96fab6557db17be482982e30d7becbc6a1d0dae4e4332a29d0cb9e467239f50df">svn_xml.h</a>
</li>
<li>svn_xml_self_closing
: <a class="el" href="svn__xml_8h.html#a96fab6557db17be482982e30d7becbc6a6fdb5e284fb439d68e280d9235127eb5">svn_xml.h</a>
</li>
<li>svn_xml_signal_bailout()
: <a class="el" href="svn__xml_8h.html#ac42af5bd3d46c569326baf9fe3dee787">svn_xml.h</a>
</li>
</ul>
</div><!-- contents -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Defines</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>



<hr class="footer"/><address class="footer"><small>
Generated on Thu Aug 20 2015 15:17:14 for Subversion by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

</body>
</html>