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_pvt
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/liblber/
sockbuf.c
207
memset( &d->
sbiod_pvt
, '\0', sizeof( d->
sbiod_pvt
) );
603
sbiod->
sbiod_pvt
= p;
614
p = (Sockbuf_Buf *)sbiod->
sbiod_pvt
;
618
ber_pvt_sb_buf_destroy( (Sockbuf_Buf *)(sbiod->
sbiod_pvt
) );
619
LBER_FREE( sbiod->
sbiod_pvt
);
620
sbiod->
sbiod_pvt
= NULL;
635
p = (Sockbuf_Buf *)sbiod->
sbiod_pvt
;
681
ber_pvt_sb_buf_destroy((Sockbuf_Buf *)sbiod->
sbiod_pvt
);
690
p = (Sockbuf_Buf *)sbiod->
sbiod_pvt
;
[
all
...]
/src/external/bsd/openldap/dist/libraries/libldap/
tls_g.c
1084
sbiod->
sbiod_pvt
= p;
1094
assert( sbiod->
sbiod_pvt
!= NULL );
1096
p = (struct tls_data *)sbiod->
sbiod_pvt
;
1099
LBER_FREE( sbiod->
sbiod_pvt
);
1100
sbiod->
sbiod_pvt
= NULL;
1110
assert( sbiod->
sbiod_pvt
!= NULL );
1112
p = (struct tls_data *)sbiod->
sbiod_pvt
;
1123
assert( sbiod->
sbiod_pvt
!= NULL );
1125
p = (struct tls_data *)sbiod->
sbiod_pvt
;
1149
p = (struct tls_data *)sbiod->
sbiod_pvt
;
[
all
...]
sasl.c
583
sbiod->
sbiod_pvt
= p;
603
p = (struct sb_sasl_generic_data *)sbiod->
sbiod_pvt
;
611
sbiod->
sbiod_pvt
= NULL;
674
p = (struct sb_sasl_generic_data *)sbiod->
sbiod_pvt
;
759
p = (struct sb_sasl_generic_data *)sbiod->
sbiod_pvt
;
824
p = (struct sb_sasl_generic_data *)sbiod->
sbiod_pvt
;
tls_o.c
1380
sbiod->
sbiod_pvt
= p;
1390
assert( sbiod->
sbiod_pvt
!= NULL );
1392
p = (struct tls_data *)sbiod->
sbiod_pvt
;
1394
LBER_FREE( sbiod->
sbiod_pvt
);
1395
sbiod->
sbiod_pvt
= NULL;
1405
assert( sbiod->
sbiod_pvt
!= NULL );
1407
p = (struct tls_data *)sbiod->
sbiod_pvt
;
1418
assert( sbiod->
sbiod_pvt
!= NULL );
1420
p = (struct tls_data *)sbiod->
sbiod_pvt
;
1445
p = (struct tls_data *)sbiod->
sbiod_pvt
;
[
all
...]
/src/external/bsd/openldap/dist/include/
lber.h
183
void *
sbiod_pvt
;
member in struct:sockbuf_io_desc
Completed in 25 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026