Searched refs:PRAGMA (Results 1 - 8 of 8) sorted by relevance

/external/chromium/net/http/
H A Dhttp_atom_list.h44 HTTP_ATOM(PRAGMA)
/external/guava/guava/src/com/google/common/net/
H A DHttpHeaders.java51 public static final String PRAGMA = "Pragma"; field in class:HttpHeaders
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp1062 #define PRAGMA 2 macro
1481 { BEGIN PRAGMA; } variable
2532 case YY_STATE_EOF(PRAGMA):
/external/sqlite/dist/orig/
H A Dshell.c424 int writableSchema; /* True if PRAGMA writable_schema=ON */
1270 fprintf(p->out, "PRAGMA writable_schema=ON;\n");
1292 zTableInfo = appendText(zTableInfo, "PRAGMA table_info(", 0);
1614 sqlite3_exec(p->db, "PRAGMA database_list; ", callback, &data, &zErrMsg);
1627 fprintf(p->out, "PRAGMA foreign_keys=OFF;\n");
1630 sqlite3_exec(p->db, "SAVEPOINT dump; PRAGMA writable_schema=ON", 0, 0, 0);
1663 fprintf(p->out, "PRAGMA writable_schema=OFF;\n");
1666 sqlite3_exec(p->db, "PRAGMA writable_schema=OFF;", 0, 0, 0);
H A Dsqlite3.c1111 ** with the [PRAGMA synchronous]=NORMAL and [PRAGMA synchronous]=FULL
1297 ** when the database connection has [PRAGMA synchronous] set to OFF.)^
1299 ** when [PRAGMA synchronous | PRAGMA synchronous=OFF] is set, but most
1366 ** ^Whenever a [PRAGMA] statement is parsed, an [SQLITE_FCNTL_PRAGMA]
1378 ** [PRAGMA] processing continues. ^If the [SQLITE_FCNTL_PRAGMA]
1380 ** VFS has handled the PRAGMA itself and the parser generates a no-op
1383 ** that the VFS encountered an error while handling the [PRAGMA] and the
1384 ** compilation of the PRAGMA fail
[all...]
/external/sqlite/dist/
H A Dshell.c429 int writableSchema; /* True if PRAGMA writable_schema=ON */
1275 fprintf(p->out, "PRAGMA writable_schema=ON;\n");
1297 zTableInfo = appendText(zTableInfo, "PRAGMA table_info(", 0);
1633 sqlite3_exec(p->db, "PRAGMA database_list; ", callback, &data, &zErrMsg);
1646 fprintf(p->out, "PRAGMA foreign_keys=OFF;\n");
1649 sqlite3_exec(p->db, "SAVEPOINT dump; PRAGMA writable_schema=ON", 0, 0, 0);
1682 fprintf(p->out, "PRAGMA writable_schema=OFF;\n");
1685 sqlite3_exec(p->db, "PRAGMA writable_schema=OFF;", 0, 0, 0);
H A Dsqlite3.c1111 ** with the [PRAGMA synchronous]=NORMAL and [PRAGMA synchronous]=FULL
1297 ** when the database connection has [PRAGMA synchronous] set to OFF.)^
1299 ** when [PRAGMA synchronous | PRAGMA synchronous=OFF] is set, but most
1366 ** ^Whenever a [PRAGMA] statement is parsed, an [SQLITE_FCNTL_PRAGMA]
1378 ** [PRAGMA] processing continues. ^If the [SQLITE_FCNTL_PRAGMA]
1380 ** VFS has handled the PRAGMA itself and the parser generates a no-op
1383 ** that the VFS encountered an error while handling the [PRAGMA] and the
1384 ** compilation of the PRAGMA fail
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2980 milliseconds