Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c1328 int text2_length, const void* text2_data) in pysqlite_collation_callback() argument
1347 string2 = PyString_FromStringAndSize((const char*)text2_data, text2_length); in pysqlite_collation_callback()