Searched refs:TEMP (Results 1 - 3 of 3) sorted by relevance

/external/dbus/
H A Dconfigure27842 elif ! test -z "$TEMP" ; then
27843 DEFAULT_SOCKET_DIR=$TEMP
/external/sqlite/dist/
H A Dsqlite3.c.orig1276 ** will be set for TEMP databases, journals and for subjournals.
4950 ** ^For TEMP tables, the database name is "temp".
5404 ** TEMP database, or the name that appears after the AS keyword for
6501 ** to omit code used by TEMP tables without messy #ifndef statements.
8337 u8 orphanTrigger; /* Last statement is orphaned TEMP trigger */
9860 int iDb; /* 0 for main database. 1 for TEMP, 2.. for ATTACHed */
20842 if( DosScanEnv( (PSZ)"TEMP", &zTempPath ) ){
20876 OSTRACE2( "TEMP FILENAME: %s\n", zBuf );
[all...]
H A Dsqlite3.c1276 ** will be set for TEMP databases, journals and for subjournals.
4950 ** ^For TEMP tables, the database name is "temp".
5404 ** TEMP database, or the name that appears after the AS keyword for
6506 ** to omit code used by TEMP tables without messy #ifndef statements.
8342 u8 orphanTrigger; /* Last statement is orphaned TEMP trigger */
9865 int iDb; /* 0 for main database. 1 for TEMP, 2.. for ATTACHed */
20847 if( DosScanEnv( (PSZ)"TEMP", &zTempPath ) ){
20881 OSTRACE2( "TEMP FILENAME: %s\n", zBuf );
[all...]

Completed in 481 milliseconds