Home
last modified time | relevance | path

Searched refs:ctxmap (Results 1 – 11 of 11) sorted by relevance

/dports/security/py-m2crypto/M2Crypto-0.38.0/tests/
H A Dtest_ssl_offline.py43 from M2Crypto.SSL.Context import ctxmap, _ctxmap
44 self.assertIsInstance(ctxmap(), _ctxmap)
46 assert ctxmap()
48 self.assertIs(ctxmap(), _ctxmap.singleton)
/dports/www/moodle310/moodle/blocks/tags/backup/moodle2/
H A Drestore_tags_block_task.class.php67 …if ($ctxmap = restore_dbops::get_backup_ids_record($this->get_restoreid(), 'context', $config->ctx…
68 $config->ctx = $ctxmap->newitemid;
/dports/www/moodle311/moodle/blocks/tags/backup/moodle2/
H A Drestore_tags_block_task.class.php67 …if ($ctxmap = restore_dbops::get_backup_ids_record($this->get_restoreid(), 'context', $config->ctx…
68 $config->ctx = $ctxmap->newitemid;
/dports/www/moodle39/moodle/blocks/tags/backup/moodle2/
H A Drestore_tags_block_task.class.php67 …if ($ctxmap = restore_dbops::get_backup_ids_record($this->get_restoreid(), 'context', $config->ctx…
68 $config->ctx = $ctxmap->newitemid;
/dports/security/py-m2crypto/M2Crypto-0.38.0/src/M2Crypto/SSL/
H A DContext.py38 def ctxmap(): function
44 map = ctxmap
66 ctxmap()[int(self.ctx)] = self
79 del ctxmap()[int(self.ctx)]
H A Dcb.py34 ssl_ctx = Context.ctxmap()[int(ssl_ctx_ptr)]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/compress/
H A DGzipHeaderCodec.cpp98 auto& ctxmap = folly::SingletonThreadLocal<ZlibContextMap, ContextTag>::get(); in getZlibContext() local
100 auto match = ctxmap.find(zlibConfig); in getZlibContext()
101 if (match != ctxmap.end()) { in getZlibContext()
145 ctxmap.emplace(zlibConfig, std::move(newContext)); in getZlibContext()
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_xpath_ctx.c67 const map_str2int ctxmap[] = { variable
136 cprintf(cb, "%s: ", (char*)clicon_int2str(ctxmap, xc->xc_type)); in ctx_print_cb()
/dports/devel/clixon/clixon-4.8.0/lib/clixon/
H A Dclixon_xpath_ctx.h92 extern const map_str2int ctxmap[];
/dports/sysutils/racktables/RackTables-0.21.5/wwwroot/inc/
H A Dinterface-lib.php1305 $ctxmap = array
1312 if (! array_key_exists ($context, $ctxmap))
1316 $style = $ctxmap[$context];
/dports/devel/clixon/clixon-4.8.0/util/
H A Dclixon_util_xpath.c94 cprintf(cb, "%s:", (char*)clicon_int2str(ctxmap, xc->xc_type)); in ctx_print2()