Lines Matching defs:ptr
285 if ((bi->ptr = (char *)BIO_CONNECT_new()) == NULL)
295 c = (BIO_CONNECT *)bio->ptr;
311 data = (BIO_CONNECT *)a->ptr;
316 a->ptr = NULL;
328 data = (BIO_CONNECT *)b->ptr;
359 data = (BIO_CONNECT *)b->ptr;
385 static long conn_ctrl(BIO *b, int cmd, long num, void *ptr)
396 data = (BIO_CONNECT *)b->ptr;
415 if (ptr != NULL) {
416 pptr = (const char **)ptr;
448 if (ptr != NULL) {
459 ret = BIO_parse_hostserv(ptr,
467 if ((data->param_service = OPENSSL_strdup(ptr)) == NULL)
470 const BIO_ADDR *addr = (const BIO_ADDR *)ptr;
488 data->connect_family = *(int *)ptr;
505 ip = (int *)ptr;
526 dbio = (BIO *)ptr;
547 fptr = (BIO_info_cb **)ptr;
556 crypto_info = (ktls_crypto_info_t *)ptr;
587 data = (BIO_CONNECT *)b->ptr;