OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:journal_read
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
journal.c
414
journal_read
(dns_journal_t *j, void *mem, size_t nbytes) {
function
479
result =
journal_read
(j, &raw, sizeof(raw));
493
result =
journal_read
(j, &raw, sizeof(raw));
538
result =
journal_read
(j, &raw, sizeof(raw));
651
CHECK(
journal_read
(j, &rawheader, sizeof(rawheader)));
695
CHECK(
journal_read
(j, j->rawindex, rawbytes));
884
CHECK(
journal_read
(j, &value, sizeof(value)));
2004
CHECK(
journal_read
(j, j->it.source.base, rrhdr.size));
2629
result =
journal_read
(j1, buf, size);
2663
CHECK(
journal_read
(j1, buf, size))
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
journal.c
432
journal_read
(dns_journal_t *j, void *mem, size_t nbytes) {
function
497
result =
journal_read
(j, &raw, sizeof(raw));
511
result =
journal_read
(j, &raw, sizeof(raw));
556
result =
journal_read
(j, &raw, sizeof(raw));
670
CHECK(
journal_read
(j, &rawheader, sizeof(rawheader)));
713
CHECK(
journal_read
(j, j->rawindex, rawbytes));
902
CHECK(
journal_read
(j, &value, sizeof(value)));
2022
CHECK(
journal_read
(j, j->it.source.base, rrhdr.size));
2646
result =
journal_read
(j1, buf, size);
2680
CHECK(
journal_read
(j1, buf, size))
[
all
...]
Completed in 15 milliseconds
Indexes created Tue Mar 17 00:23:13 UTC 2026