Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/clinic/
H A Dconnection.c.h202 Py_ssize_t col_length; in blobopen() local
203 col = PyUnicode_AsUTF8AndSize(args[1], &col_length); in blobopen()
207 if (strlen(col) != (size_t)col_length) { in blobopen()

Completed in 2 milliseconds