Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c170 const char* type_start = (const char*)-1; in pysqlite_build_row_cast_map() local
194 type_start = pos + 1; in pysqlite_build_row_cast_map()
195 } else if (*pos == ']' && type_start != (const char*)-1) { in pysqlite_build_row_cast_map()
196 key = PyString_FromStringAndSize(type_start, pos - type_start); in pysqlite_build_row_cast_map()