Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
H A Dcursor.c1044 size_t sql_len = strlen(sql_script); in pysqlite_cursor_executescript_impl() local
1047 if (sql_len > (unsigned)max_length) { in pysqlite_cursor_executescript_impl()
1073 rc = sqlite3_prepare_v2(db, sql_script, (int)sql_len + 1, &stmt, in pysqlite_cursor_executescript_impl()
1090 sql_len -= (tail - sql_script); in pysqlite_cursor_executescript_impl()

Completed in 3 milliseconds