Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpragma.h34 #define PragTyp_LOCKING_MODE 26 macro
419 /* ePragTyp: */ PragTyp_LOCKING_MODE,
H A Dpragma.c643 case PragTyp_LOCKING_MODE: { in sqlite3Pragma()