OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smallname_refcount
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/tests/bench/
qp-dump.c
46
smallname_refcount
(void *pval, uint32_t ival) {
function
53
return (uint8_t *)(
smallname_refcount
(pval, ival) + 1);
66
isc_refcount_init(
smallname_refcount
(*valp, *ctxp), 0);
102
isc_refcount_increment0(
smallname_refcount
(pval, ival));
107
if (isc_refcount_decrement(
smallname_refcount
(pval, ival)) == 1) {
qplookups.c
47
smallname_refcount
(void *pval, uint32_t ival) {
function
54
return (uint8_t *)(
smallname_refcount
(pval, ival) + 1);
67
isc_refcount_init(
smallname_refcount
(*valp, *ctxp), 0);
103
isc_refcount_increment0(
smallname_refcount
(pval, ival));
108
if (isc_refcount_decrement(
smallname_refcount
(pval, ival)) == 1) {
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026