/bind-9.11.3/unit/atf-src/tools/ |
H A D | env.cpp | 53 impl::get(const std::string& name) function in class:impl
|
H A D | config.cpp | 78 const std::string envval = tools::env::get(v->name); 92 tools::config::get(const std::string& varname) function in class:tools::config
|
H A D | auto_array.hpp | 64 T* get(void) throw(); 65 const T* get(void) const throw(); 107 auto_array< T >::get(void) function in class:tools::auto_array 115 auto_array< T >::get(void) function in class:tools::auto_array
|
H A D | config_test.cpp | 123 ATF_REQUIRE_EQ(tools::config::get(v->lc), test_value); 125 ATF_REQUIRE(tools::config::get(v->lc) != test_value); 133 ATF_TEST_CASE(get); variable 134 ATF_TEST_CASE_HEAD(get) 136 set_md_var("descr", "Tests the config::get function"); 138 ATF_TEST_CASE_BODY(get) 145 ATF_REQUIRE(tools::config::get(v->lc) != test_value); 150 if (!tools::config::get(v->lc).empty()) { 154 ATF_REQUIRE(tools::config::get(v->lc).empty()); 156 ATF_REQUIRE(!tools::config::get( [all...] |
H A D | io.cpp | 112 impl::file_handle::get(void) function in class:impl::file_handle 289 const size_t nbytes = safe_read(fd, buffer.get(), m_bufsize - 1, 326 while (!terminate && (ret = safe_poll(poll_fds.get(), 2, 250)) == 0) {}
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | env_test.c | 51 ATF_TC(get); variable 52 ATF_TC_HEAD(get, tc) 56 ATF_TC_BODY(get, tc) 127 ATF_TP_ADD_TC(tp, get);
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | env.cpp | 44 impl::get(const std::string& name) function in class:impl 50 impl::get(const std::string& name, const std::string& default_value) function in class:impl
|
H A D | auto_array.hpp | 60 T* get(void) throw(); 61 const T* get(void) const throw(); 103 auto_array< T >::get(void) function in class:atf::auto_array 111 auto_array< T >::get(void) function in class:atf::auto_array
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/ |
H A D | SparseMap.pm | 126 sub get { subroutine
|
/bind-9.11.3/bin/tests/ |
H A D | entropy2_test.c | 79 get(isc_entropysource_t *source, void *arg, isc_boolean_t blocking) { function 136 result = isc_entropy_createcallbacksource(ent, start, get, stop, &kbd,
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | mem.h | 160 #define isc_mem_get(c, s) ISCMEMFUNC(get)((c), (s) _ISC_MEM_FILELINE) 164 #define isc_mempool_get(c) ISCMEMPOOLFUNC(get)((c) _ISC_MEM_FILELINE) 223 void *(*get)(isc_mempool_t *mpctx _ISC_MEM_FLARG); member in struct:isc_mempoolmethods 391 * Set/get the memory quota of 'mctx'. This is a hard limit 612 * and it is also used to set or get internal state via the isc_mempool_get*() 634 * The following functions get/set various parameters. Note that due to 707 ISCMEMFUNC(get)(isc_mem_t *, size_t _ISC_MEM_FLARG); 721 ISCMEMPOOLFUNC(get)(isc_mempool_t * _ISC_MEM_FLARG);
|
/bind-9.11.3/lib/isc/ |
H A D | entropy.c | 290 * variable so the next value will get xored in rotated to 566 * get some, and fail if we can't, and partial returns 863 isc_entropyget_t get, 873 REQUIRE(get != NULL); 893 cbs->getfunc = get; 861 isc_entropy_createcallbacksource(isc_entropy_t *ent, isc_entropystart_t start, isc_entropyget_t get, isc_entropystop_t stop, void *arg, isc_entropysource_t **sourcep) argument
|