Searched refs:my_methods (Results 1 – 1 of 1) sorted by relevance
2892 const PRIOMethods *my_methods = &ssl_methods; in ssl_SetupIOMethods() local2896 new_methods->file_type = my_methods->file_type; in ssl_SetupIOMethods()2897 new_methods->close = my_methods->close; in ssl_SetupIOMethods()2898 new_methods->read = my_methods->read; in ssl_SetupIOMethods()2899 new_methods->write = my_methods->write; in ssl_SetupIOMethods()2900 new_methods->available = my_methods->available; in ssl_SetupIOMethods()2901 new_methods->available64 = my_methods->available64; in ssl_SetupIOMethods()2902 new_methods->fsync = my_methods->fsync; in ssl_SetupIOMethods()2903 new_methods->seek = my_methods->seek; in ssl_SetupIOMethods()2904 new_methods->seek64 = my_methods->seek64; in ssl_SetupIOMethods()[all …]