Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c1327 int text1_length, const void* text1_data, in pysqlite_collation_callback() argument
1346 string1 = PyString_FromStringAndSize((const char*)text1_data, text1_length); in pysqlite_collation_callback()