Searched refs:new_methods (Results 1 – 1 of 1) sorted by relevance
2890 PRIOMethods *new_methods = &combined_methods; in ssl_SetupIOMethods() local2894 *new_methods = *nspr_methods; in ssl_SetupIOMethods()2896 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()[all …]