Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dmodule.h57 #define PARSE_COLNAMES 2 macro
Dmodule.c263 {"PARSE_COLNAMES", PARSE_COLNAMES},
Dcursor.c189 if (self->connection->detect_types & PARSE_COLNAMES) { in pysqlite_build_row_cast_map()