OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pdu_in_p
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libisns/
isns_config.h
68
struct isns_pdu_s *
pdu_in_p
;
member in struct:isns_config_s
isns_thread.c
238
isns_free_pdu(cfg_p->
pdu_in_p
);
240
isns_free_pdu(cfg_p->
pdu_in_p
);
241
else if (!isns_is_valid_resp(trans_p, cfg_p->
pdu_in_p
))
242
isns_free_pdu(cfg_p->
pdu_in_p
);
244
isns_add_pdu_response(trans_p, cfg_p->
pdu_in_p
);
252
cfg_p->
pdu_in_p
= NULL;
279
if (cfg_p->
pdu_in_p
== NULL) {
351
cfg_p->
pdu_in_p
= pdu_p;
370
pdu_p = cfg_p->
pdu_in_p
;
404
isns_free_pdu(cfg_p->
pdu_in_p
);
[
all
...]
isns_util.c
102
cfg_p->
pdu_in_p
= NULL;
264
if (cfg_p->
pdu_in_p
!= NULL) {
265
isns_free_pdu(cfg_p->
pdu_in_p
);
266
cfg_p->
pdu_in_p
= NULL;
isns_task.c
258
if (cfg_p->
pdu_in_p
!= NULL) {
259
isns_free_pdu(cfg_p->
pdu_in_p
);
260
cfg_p->
pdu_in_p
= NULL;
333
if (cfg_p->
pdu_in_p
!= NULL) {
334
isns_free_pdu(cfg_p->
pdu_in_p
);
335
cfg_p->
pdu_in_p
= NULL;
Completed in 56 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025