Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.h57 } pysqlite_StatementKind; typedef
Dcursor.c41 static pysqlite_StatementKind detect_statement_type(char* statement) in detect_statement_type()