Searched refs:sb_fd (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/liblber/ |
H A D | sockbuf.c | 110 *((ber_socket_t *)arg) = sb->sb_fd; in ber_sockbuf_ctrl() 112 ret = ( sb->sb_fd == AC_SOCKET_INVALID ? -1 : 1); in ber_sockbuf_ctrl() 116 sb->sb_fd = *((ber_socket_t *)arg); in ber_sockbuf_ctrl() 121 ret = ber_pvt_socket_set_nonblock( sb->sb_fd, arg != NULL) in ber_sockbuf_ctrl() 370 sb->sb_fd = AC_SOCKET_INVALID; in ber_int_sb_init() 394 sb->sb_fd = AC_SOCKET_INVALID; in ber_int_sb_close() 475 return tcpread( sbiod->sbiod_sb->sb_fd, 0, (unsigned char *)buf, in sb_stream_read() 489 return recv( sbiod->sbiod_sb->sb_fd, buf, len, 0 ); in sb_stream_read() 495 return nread( sbiod->sbiod_sb->sb_fd, buf, len ); in sb_stream_read() 498 return read( sbiod->sbiod_sb->sb_fd, buf, len ); in sb_stream_read() [all …]
|
H A D | lber-int.h | 138 ber_socket_t sb_fd; member
|
H A D | io.c | 243 towrite, (long) sb->sb_fd, in ber_flush2()
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | test.c | 363 if ( ( ld->ld_sb->sb_fd = open( copyfname, O_WRONLY|O_CREAT|O_EXCL, in main()
|