Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpragma.h8 #define PragTyp_ACTIVATE_EXTENSIONS 0 macro
145 /* ePragTyp: */ PragTyp_ACTIVATE_EXTENSIONS,
H A Dpragma.c2512 case PragTyp_ACTIVATE_EXTENSIONS: if( zRight ){ in sqlite3Pragma()