Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c271 PyObject* pysqlite_unicode_from_string(const char* val_str, int optimize) in pysqlite_unicode_from_string() function
381 converted = pysqlite_unicode_from_string(val_str, in _pysqlite_fetch_one_row()