Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dmodule.h56 #define PARSE_DECLTYPES 1 macro
Dmodule.c262 {"PARSE_DECLTYPES", PARSE_DECLTYPES},
Dcursor.c212 if (!converter && self->connection->detect_types & PARSE_DECLTYPES) { in pysqlite_build_row_cast_map()