OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tx2
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/store/
transaction_test.cpp
355
store::transaction
tx2
= backend.start();
local
356
store::results_iterator iter =
tx2
.get_action_results(action_id);
transaction_test.cpp
355
store::transaction
tx2
= backend.start();
local
356
store::results_iterator iter =
tx2
.get_action_results(action_id);
/src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c
2122
MDB_txn *
tx2
;
local
2123
for (
tx2
= txn->mt_parent;
tx2
;
tx2
=
tx2
->mt_parent) {
2124
if (
tx2
->mt_spill_pgs) {
2125
j = mdb_midl_search(
tx2
->mt_spill_pgs, pn);
2126
if (j <=
tx2
->mt_spill_pgs[0] &&
tx2
->mt_spill_pgs[j] == pn) {
2132
if (
tx2
)
2414
const MDB_txn *
tx2
;
local
5521
MDB_txn *
tx2
= txn;
local
[
all
...]
mdb.c
2122
MDB_txn *
tx2
;
local
2123
for (
tx2
= txn->mt_parent;
tx2
;
tx2
=
tx2
->mt_parent) {
2124
if (
tx2
->mt_spill_pgs) {
2125
j = mdb_midl_search(
tx2
->mt_spill_pgs, pn);
2126
if (j <=
tx2
->mt_spill_pgs[0] &&
tx2
->mt_spill_pgs[j] == pn) {
2132
if (
tx2
)
2414
const MDB_txn *
tx2
;
local
5521
MDB_txn *
tx2
= txn;
local
[
all
...]
Completed in 33 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026