Lines Matching refs:sbiod
1137 ldapsb_tls_setup(Sockbuf_IO_Desc *sbiod, void *arg)
1139 sbiod->sbiod_pvt = arg;
1144 ldapsb_tls_remove(Sockbuf_IO_Desc *sbiod)
1146 sbiod->sbiod_pvt = NULL;
1152 ldapsb_tls_close(Sockbuf_IO_Desc *sbiod)
1154 (void)sbiod;
1159 ldapsb_tls_ctrl(Sockbuf_IO_Desc *sbiod, int opt, void *arg)
1163 struct Curl_easy *data = sbiod->sbiod_pvt;
1170 ldapsb_tls_read(Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
1172 struct Curl_easy *data = sbiod->sbiod_pvt;
1190 ldapsb_tls_write(Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
1192 struct Curl_easy *data = sbiod->sbiod_pvt;