Home
last modified time | relevance | path

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

/freebsd/include/
H A Ddb.h96 typedef struct __db { struct
98 int (*close)(struct __db *); argument
99 int (*del)(const struct __db *, const DBT *, unsigned int); argument
100 int (*get)(const struct __db *, const DBT *, DBT *, unsigned int); argument
101 int (*put)(const struct __db *, DBT *, const DBT *, unsigned int); argument
102 int (*seq)(const struct __db *, DBT *, DBT *, unsigned int); argument
103 int (*sync)(const struct __db *, unsigned int); argument
105 int (*fd)(const struct __db *); argument
/freebsd/lib/libc/db/db/
H A Ddb.c94 dbp->del = (int (*)(const struct __db *, const DBT*, u_int))__dberr; in __dbpanic()
95 dbp->fd = (int (*)(const struct __db *))__dberr; in __dbpanic()
96 dbp->get = (int (*)(const struct __db *, const DBT*, DBT *, u_int))__dberr; in __dbpanic()
97 dbp->put = (int (*)(const struct __db *, DBT *, const DBT *, u_int))__dberr; in __dbpanic()
98 dbp->seq = (int (*)(const struct __db *, DBT *, DBT *, u_int))__dberr; in __dbpanic()
99 dbp->sync = (int (*)(const struct __db *, u_int))__dberr; in __dbpanic()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale2708 const char_type* __db,
2770 const char_type* __db,
2804 ++__db;
2807 for (__d = __db; __d < __de; ++__d)
2813 for (__f = __fd; __d > __db && __f > 0; --__f)
2821 if (__d == __db) {
2827 while (__d != __db) {
2900 char_type* __db = __digits;
2913 __db = __hd.get();
2918 __ct.widen(__bb, __bb + __n, __db);
[all …]
H A Ddeque538 _LIBCPP_HIDE_FROM_ABI _ConstructTransaction(deque* __db, __deque_block_range& __r)
539 : __pos_(__r.__begin_), __end_(__r.__end_), __begin_(__r.__begin_), __base_(__db) {}
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h1090 double __db = __B; in _mm_cvtsi32_sd() local
1091 __result[0] = __db; in _mm_cvtsi32_sd()
1100 double __db = __B; in _mm_cvtsi64_sd() local
1101 __result[0] = __db; in _mm_cvtsi64_sd()