OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nstatp
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libresolv/
res_sendsigned.c
35
res_state
nstatp
;
local in function:res_nsendsigned
48
nstatp
= (res_state) malloc(sizeof(*statp));
49
if (
nstatp
== NULL) {
53
memcpy(
nstatp
, statp, sizeof(*statp));
58
free(
nstatp
);
74
free(
nstatp
);
79
nstatp
->nscount = 1;
84
free (
nstatp
);
94
if (newmsglen > PACKETSZ ||
nstatp
->options & RES_USEVC)
97
nstatp
->options |= RES_IGNTC
[
all
...]
Completed in 155 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025