Home
last modified time | relevance | path

Searched refs:func_cookie (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/btree/
H A Dbt_walk.c279 void *func_cookie, uint32_t flags) in __tree_walk_internal() argument
514 ref, func_cookie, &skip)); in __tree_walk_internal()
621 void *func_cookie, uint32_t flags) in __wt_tree_walk_custom_skip() argument
624 session, refp, NULL, skip_func, func_cookie, flags)); in __wt_tree_walk_custom_skip()
/dports/x11/libxcb/libxcb-1.14/src/
H A Dc_client.py2173 func_cookie = 'xcb_void_cookie_t' if void else self.c_cookie_type
2287 _hc('%s', func_cookie)
2332 _c(' %s xcb_ret;', func_cookie)
2673 func_cookie = 'xcb_void_cookie_t' if void else self.c_cookie_type
2674 …f.write('%s \\fB%s\\fP(xcb_connection_t\\ *\\fIconn\\fP, %s\n' % (func_cookie, base_func_name, pro…
/dports/x11/polybar/polybar-3.5.7/lib/xpp/generators/
H A Dcpp_client.py1843 func_cookie = 'xcb_void_cookie_t' if void else self.c_cookie_type
2022 _c(' %s xcb_ret;', func_cookie)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dextern.h187 …, int (*skip_func)(WT_SESSION_IMPL *, WT_REF *, void *, bool *), void *func_cookie, uint32_t flags…