HomeSort by: relevance | last modified time | path
    Searched defs:_nsmap (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
nsdispatch.c 142 static ns_dbt *_nsmap; variable in typeref:typename:ns_dbt *
184 * size of dynamic array chunk for _nsmap and _nsmap[x].srclist (and other
461 p = _nsvect_elem(i, _nsmap, _nsmapsize, sizeof(*_nsmap));
470 new = _nsvect_append(dbt, _nsmap, &_nsmapsize, sizeof(*_nsmap));
473 _nsmap = new;
533 _NSVECT_FREE(_nsmap, &_nsmapsize, sizeof(*_nsmap),
    [all...]
nsdispatch.c 142 static ns_dbt *_nsmap; variable in typeref:typename:ns_dbt *
184 * size of dynamic array chunk for _nsmap and _nsmap[x].srclist (and other
461 p = _nsvect_elem(i, _nsmap, _nsmapsize, sizeof(*_nsmap));
470 new = _nsvect_append(dbt, _nsmap, &_nsmapsize, sizeof(*_nsmap));
473 _nsmap = new;
533 _NSVECT_FREE(_nsmap, &_nsmapsize, sizeof(*_nsmap),
    [all...]

Completed in 21 milliseconds