Searched refs:PRAGMA (Results 1 – 12 of 12) sorted by relevance
12 #ifdef PRAGMA
27 #elif PRAGMA
70 public final static String PRAGMA = "pragma"; field in Headers143 PRAGMA,289 if (name.equals(PRAGMA)) { in parseHeader()
50 public static final String PRAGMA = "Pragma"; field in HttpHeaders
322 RETURN_STRING_TOKEN (PRAGMA);
196 …ENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKE…200 %type <str> IDENTIFIER FUNC_IDENTIFIER OBJ_IDENTIFIER INTEGER_STRING OTHER ERROR_TOKEN PRAGMA PATH …546 | HASH_TOKEN PRAGMA NEWLINE {
156 keyword_PRAGMA="PRAGMA"
221 %x PP PRAGMA364 ^{SPC}#{SPC}pragma{SPCP} { BEGIN PRAGMA; }366 <PRAGMA>\n { BEGIN 0; yylineno++; yycolumn = 0; }367 <PRAGMA>. { }
861 ...``, ``VACUUM``, ``PRAGMA``, the :mod:`sqlite3` module will commit implicitly
184 field public static final String PRAGMA = "pragma";