OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_nsmapsize
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/net/
nsdispatch.c
141
static u_int
_nsmapsize
;
variable
460
for (i = 0; i <
_nsmapsize
; i++) {
461
p = _nsvect_elem(i, _nsmap,
_nsmapsize
, sizeof(*_nsmap));
470
new = _nsvect_append(dbt, _nsmap, &
_nsmapsize
, sizeof(*_nsmap));
474
/*
_nsmapsize
already incremented */
533
_NSVECT_FREE(_nsmap, &
_nsmapsize
, sizeof(*_nsmap),
542
if (
_nsmapsize
!= 0)
543
qsort(_nsmap,
_nsmapsize
, sizeof(*_nsmap), _nsdbtcmp);
652
dbt = bsearch(&key, _nsmap,
_nsmapsize
, sizeof(*_nsmap), _nsdbtcmp);
Completed in 26 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026