Home
last modified time | relevance | path

Searched defs:Select (Results 1 – 2 of 2) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dscanner.cc743 Token::Value Scanner::Select(Token::Value tok) { in Select() function in v8::internal::Scanner
749 Token::Value Scanner::Select(uc32 next, Token::Value then, Token::Value else_) { in Select() function in v8::internal::Scanner
/external/sqlite/dist/
Dsqlite3.c6547 typedef struct Select Select; typedef
8636 struct Select { struct
8640 u8 isResolved; /* True once sqlite3SelectResolve() has run. */ argument
8650 Select *pPrior; /* Prior select in a compound select statement */ argument
8651 Select *pNext; /* Next select to the left in a compound */ argument
8652 Select *pRightmost; /* Right-most select in a compound select statement */ argument
8653 Expr *pLimit; /* LIMIT expression. NULL means not used. */
8654 Expr *pOffset; /* OFFSET expression. NULL means not used. */
8678 ** A structure used to customize the behaviour of sqlite3Select(). See argument