Searched refs:shared_pool (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/lib/libc/iconv/
H A Dcitrus_iconv.c68 static _CITRUS_HASH_HEAD(, _citrus_iconv_shared, CI_HASH_SIZE) shared_pool;
79 _CITRUS_HASH_INIT(&shared_pool, CI_HASH_SIZE);
219 _CITRUS_HASH_SEARCH(&shared_pool, ci, ci_hash_entry, match_func,
237 _CITRUS_HASH_INSERT(&shared_pool, ci, ci_hash_entry, hashval);
/freebsd-10.3-release/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c419 struct shared_pool_t *shared_pool;
427 svn_error_clear(serve(d->conn, d->params, d->shared_pool->pool));
428 release_shared_pool(d->shared_pool);
493 struct shared_pool_t *shared_pool;
1134 shared_pool = attach_shared_pool(connection_pool);
1154 thread_data->shared_pool = shared_pool;
1156 shared_pool->pool);
1164 release_shared_pool(shared_pool);
418 struct shared_pool_t *shared_pool; member in struct:serve_thread_t
492 struct shared_pool_t *shared_pool; local

Completed in 54 milliseconds