Home
last modified time | relevance | path

Searched refs:sql_script_length (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_sqlite/clinic/
Dcursor.c.h138 Py_ssize_t sql_script_length; in pysqlite_cursor_executescript() local
139 sql_script = PyUnicode_AsUTF8AndSize(arg, &sql_script_length); in pysqlite_cursor_executescript()
143 if (strlen(sql_script) != (size_t)sql_script_length) { in pysqlite_cursor_executescript()