Home
last modified time | relevance | path

Searched refs:lcb_io_ops_type_t (Results 1 – 5 of 5) sorted by relevance

/dports/databases/libcouchbase/libcouchbase-2.10.7/include/libcouchbase/
H A Dcntl-private.h126 lcb_io_ops_type_t os_default;
133 lcb_io_ops_type_t effective;
H A Diops.h989 } lcb_io_ops_type_t; typedef
993 lcb_io_ops_type_t type; /**< The predefined type you want to create */
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/
H A Diofactory.c45 lcb_io_ops_type_t iotype;
142 static plugin_info *find_plugin_info(lcb_io_ops_type_t iotype) in find_plugin_info()
309 lcb_io_ops_type_t *type) in generate_options()
/dports/databases/libcouchbase/libcouchbase-2.10.7/tests/iotests/
H A Dt_behavior.cc51 typedef std::map<std::string, lcb_io_ops_type_t> plugin_map;
/dports/databases/libcouchbase/libcouchbase-2.10.7/tools/
H A Dcbc.cc836 iops_to_string(lcb_io_ops_type_t type) in iops_to_string()
875 lcb_io_ops_type_t known_io[] = { in run()