Home
last modified time | relevance | path

Searched refs:txt_length (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/clinic/
H A D_ssl.c.h1199 Py_ssize_t txt_length; in _ssl_txt2obj() local
1200 txt = PyUnicode_AsUTF8AndSize(args[0], &txt_length); in _ssl_txt2obj()
1204 if (strlen(txt) != (size_t)txt_length) { in _ssl_txt2obj()

Completed in 2 milliseconds