Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpragma.h29 #define PragTyp_INDEX_LIST 21 macro
367 /* ePragTyp: */ PragTyp_INDEX_LIST,
H A Dpragma.c1368 case PragTyp_INDEX_LIST: if( zRight ){ in sqlite3Pragma()