Searched refs:PRAGMA (Results 1 – 8 of 8) sorted by relevance
12 #ifdef PRAGMA
70 public final static String PRAGMA = "pragma"; field in Headers143 PRAGMA,289 if (name.equals(PRAGMA)) { in parseHeader()
51 public static final String PRAGMA = "Pragma"; field in HttpHeaders
156 %x PP PRAGMA239 ^{SPC}#{SPC}pragma{SPCP} { BEGIN PRAGMA; }241 <PRAGMA>\n { BEGIN 0; yylineno++; yycolumn = 0; }242 <PRAGMA>. { }
313 RETURN_STRING_TOKEN (PRAGMA);
178 …ENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKE…182 %type <str> IDENTIFIER FUNC_IDENTIFIER OBJ_IDENTIFIER INTEGER_STRING OTHER ERROR_TOKEN PRAGMA437 | HASH_TOKEN PRAGMA NEWLINE {
861 ...``, ``VACUUM``, ``PRAGMA``, the :mod:`sqlite3` module will commit implicitly
180 field public static final java.lang.String PRAGMA = "pragma";