OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sbiod_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/include/
lber.h
184
struct sockbuf_io_desc *
sbiod_next
;
member in struct:sockbuf_io_desc
203
( (sbiod)->
sbiod_next
->sbiod_io->sbi_read( (sbiod)->
sbiod_next
, \
206
( (sbiod)->
sbiod_next
->sbiod_io->sbi_write( (sbiod)->
sbiod_next
, \
209
( (sbiod)->
sbiod_next
? \
210
( (sbiod)->
sbiod_next
->sbiod_io->sbi_ctrl( \
211
(sbiod)->
sbiod_next
, opt, arg ) ) : 0 )
/src/external/bsd/openldap/dist/libraries/liblber/
sockbuf.c
100
p = p->
sbiod_next
;
195
q = &p->
sbiod_next
;
208
d->
sbiod_next
= p;
239
*q = p->
sbiod_next
;
243
q = &p->
sbiod_next
;
391
p = p->
sbiod_next
;
408
p = sb->sb_iod->
sbiod_next
;
633
assert( sbiod->
sbiod_next
!= NULL );
670
assert( sbiod->
sbiod_next
!= NULL );
Completed in 14 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026