OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sends
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/bind/dist/tests/isc/
doh_test.c
738
int_fast64_t
sends
= atomic_fetch_sub(&nsends, 1);
local
741
if (
sends
> 0 && connect_nm != NULL) {
758
if (
sends
<= 0) {
767
int64_t
sends
= atomic_load(&nsends);
local
787
if (
sends
<= 0) {
/src/external/mpl/dhcp/bind/dist/lib/dns/
xfrin.c
110
int
sends
; /*%< Send in progress */
member in struct:dns_xfrin_ctx
779
} else if (xfr->
sends
> 0) {
870
xfr->
sends
= 0;
1227
xfr->
sends
++;
1260
xfr->
sends
--;
1546
xfr->
sends
!= 0 || xfr->recvs != 0)
resolver.c
253
unsigned int
sends
;
member in struct:query
272
#define RESQUERY_SENDING(q) ((q)->
sends
> 0)
1926
if (query->
sends
== 0 && query->connects == 0) {
2029
query->
sends
--;
2148
query->
sends
= 0;
3054
query->
sends
++;
/src/external/mpl/bind/dist/lib/ns/
xfrout.c
660
int
sends
; /* Send in progress */
member in struct:__anon24192
1307
xfr->
sends
++;
1645
INSIST(xfr->
sends
== 0);
1689
xfr->
sends
--;
1690
INSIST(xfr->
sends
== 0);
Completed in 33 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026