| /src/external/bsd/openldap/dist/include/ |
| ldap_pvt.h | 336 Sockbuf_IO_Desc *sbiod; member in struct:sb_sasl_generic_data
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| tls_g.c | 1031 Sockbuf_IO_Desc *sbiod; member in struct:tls_data 1043 if ( p == NULL || p->sbiod == NULL ) { 1047 return LBER_SBIOD_READ_NEXT( p->sbiod, buf, len ); 1059 if ( p == NULL || p->sbiod == NULL ) { 1063 return LBER_SBIOD_WRITE_NEXT( p->sbiod, (char *)buf, len ); 1067 tlsg_sb_setup( Sockbuf_IO_Desc *sbiod, void *arg ) 1072 assert( sbiod != NULL ); 1083 p->sbiod = sbiod; 1084 sbiod->sbiod_pvt = p [all...] |
| tls_o.c | 1242 Sockbuf_IO_Desc *sbiod; member in struct:tls_data 1280 if ( p == NULL || p->sbiod == NULL ) { 1284 ret = LBER_SBIOD_READ_NEXT( p->sbiod, buf, len ); 1307 if ( p == NULL || p->sbiod == NULL ) { 1311 ret = LBER_SBIOD_WRITE_NEXT( p->sbiod, (char *)buf, len ); 1363 tlso_sb_setup( Sockbuf_IO_Desc *sbiod, void *arg ) 1368 assert( sbiod != NULL ); 1376 p->sbiod = sbiod; 1380 sbiod->sbiod_pvt = p [all...] |