Functions | |
svn_error_t * | svn_hash_read (apr_hash_t *hash, apr_file_t *srcfile, apr_pool_t *pool) |
Read a hash table from srcfile, storing the resultants names and values in hash. More... | |
svn_error_t * | svn_hash_write (apr_hash_t *hash, apr_file_t *destfile, apr_pool_t *pool) |
Dump hash to destfile. More... |
|
Read a hash table from srcfile, storing the resultants names and values in hash.
Use a pool for all allocations. hash will have |
|
Dump hash to destfile.
Use pool for all allocations. hash has |