OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:do_transaction
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/coregrind/m_debuginfo/
image.c
217
static Frame*
do_transaction
( Int sd, const Frame* req )
function
253
Frame* res = ML_(dinfo_zalloc)("di.
do_transaction
.1", sizeof(Frame));
255
res->data = ML_(dinfo_zalloc)("di.
do_transaction
.2", rd_len);
490
Frame* res =
do_transaction
(img->source.fd, req);
687
Frame* res =
do_transaction
(sd, req);
689
goto fail; //
do_transaction
failed?!
705
res =
do_transaction
(sd, req);
[
all
...]
Completed in 195 milliseconds