/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | sqliteInt.h | 241 typedef struct Token Token; typedef 642 struct Token { struct 692 Token token; /* An operand token */ 693 Token span; /* Complete text of the expression */ 916 Token sErrToken; /* The token at which the error occurred */ 917 Token sFirstToken; /* The first token parsed */ 918 Token sLastToken; /* The last token parsed */ 981 Token nameToken; /* Token containing zName. Use during parsing only */ 1032 Token target; /* Valid for DELETE, UPDATE, INSERT steps */ 1088 const Token *pName; /* Name of the container - used for error messages */ [all …]
|
H A D | attach.c | 29 void sqliteAttach(Parse *pParse, Token *pFilename, Token *pDbname, Token *pKey){ in sqliteAttach() 139 void sqliteDetach(Parse *pParse, Token *pDbname){ in sqliteDetach() 193 const Token *pName /* Name of the view, trigger, or index */ in sqliteFixInit()
|
H A D | build.c | 392 char *sqliteTableNameFromToken(Token *pName){ in sqliteTableNameFromToken() 428 Token *pStart, /* The "CREATE" token */ in sqliteStartTable() 429 Token *pName, /* Name of table or view to create */ in sqliteStartTable() 559 void sqliteAddColumn(Parse *pParse, Token *pName){ in sqliteAddColumn() 611 void sqliteAddColumnType(Parse *pParse, Token *pFirst, Token *pLast){ in sqliteAddColumnType() 647 void sqliteAddDefaultValue(Parse *pParse, Token *pVal, int minusFlag){ in sqliteAddDefaultValue() 886 void sqliteEndTable(Parse *pParse, Token *pEnd, Select *pSelect){ in sqliteEndTable() 997 Token *pBegin, /* The CREATE token that begins the statement */ in sqliteCreateView() 998 Token *pName, /* The token that holds the name of the view */ in sqliteCreateView() 1005 Token sEnd; in sqliteCreateView() [all …]
|
H A D | copy.c | 35 Token *pFilename, /* The file from which to obtain information */ in sqliteCopy() 36 Token *pDelimiter, /* Use this as the field delimiter */ in sqliteCopy()
|
H A D | expr.c | 28 Expr *sqliteExpr(int op, Expr *pLeft, Expr *pRight, Token *pToken){ in sqliteExpr() 59 void sqliteExprSpan(Expr *pExpr, Token *pLeft, Token *pRight){ in sqliteExprSpan() 77 Expr *sqliteExprFunction(ExprList *pList, Token *pToken){ in sqliteExprFunction() 142 void sqliteTokenCopy(Token *pTo, Token *pFrom){ in sqliteTokenCopy() 251 ExprList *sqliteExprListAppend(ExprList *pList, Expr *pExpr, Token *pName){ in sqliteExprListAppend() 414 Token *pDbToken, /* Name of the database containing table, or NULL */ in lookupName() 415 Token *pTableToken, /* Name of table containing column, or NULL */ in lookupName() 416 Token *pColumnToken, /* Name of the column. */ in lookupName() 666 Token *pColumn; in sqliteExprResolveIds() 667 Token *pTable; in sqliteExprResolveIds() [all …]
|
H A D | trigger.c | 46 Token *pName, /* The name of the trigger */ in sqliteBeginTrigger() 165 Token *pAll /* Token that describes the complete CREATE TRIGGER */ in sqliteFinishTrigger() 299 Token *pTableName, /* Name of the table into which we insert */ in sqliteTriggerInsertStep() 328 Token *pTableName, /* Name of the table to be updated */ in sqliteTriggerUpdateStep() 351 TriggerStep *sqliteTriggerDeleteStep(Token *pTableName, Expr *pWhere){ in sqliteTriggerDeleteStep() 583 Token sDb; /* Dummy database name token */ in targetSrcList()
|
H A D | parse.y | 20 %token_type {Token} 21 %default_type {Token} 119 %type id {Token} 151 %type ids {Token} 157 %type nm {Token} 167 %type typename {Token} 345 %type as {Token} 409 %type dbnm {Token} 750 %type idxitem {Token} 796 Token all; [all …]
|
H A D | select.c | 83 int sqliteJoinType(Parse *pParse, Token *pA, Token *pB, Token *pC){ in sqliteJoinType() 85 Token *apAll[3]; in sqliteJoinType() 86 Token *p; in sqliteJoinType() 122 static Token dummy = { 0, 0 }; in sqliteJoinType() 160 Token dummy; in addWhereTerm()
|
H A D | pragma.c | 162 void sqlitePragma(Parse *pParse, Token *pLeft, Token *pRight, int minusFlag){ in sqlitePragma()
|
H A D | printf.c | 575 Token *pToken = va_arg(ap, Token*); in vxprintf()
|
H A D | vacuum.c | 212 void sqliteVacuum(Parse *pParse, Token *pTableName){ in sqliteVacuum()
|
H A D | tokenize.c | 410 extern int sqliteParser(void*, int, Token, Parse*); in sqliteRunParser()
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | map_v2.c | 48 typedef Token (*dir_func_t)(Mapfile *mf); 58 typedef Token (* attr_func_t)(Mapfile *mf, Token eq_tok, void *uvalue); 66 typedef void (* gts_efunc_t)(Mapfile *mf, Token tok, ld_map_tkval_t *tkv); 141 static Token 144 Token tok; in gettoken_eq() 203 setflags_eq(Word *dst, Token eq_tok, Word value) in setflags_eq() 237 set_capmask(Mapfile *mf, Capmask *capmask, Token eq_tok, in set_capmask() 299 set_capstr(Mapfile *mf, Caplist *caplist, Token eq_tok, in set_capstr() 445 static Token 448 Token tok; in gettoken_optattr() [all …]
|
H A D | _map.h | 181 } Token; typedef 319 extern Token ld_map_gettoken(Mapfile *, int, ld_map_tkval_t *); 324 extern const char *ld_map_tokenstr(Token, ld_map_tkval_t *, 348 extern Boolean ld_map_seg_size_symbol(Mapfile *, Sg_desc *, Token,
|
H A D | map.c | 73 Token tok; /* Current token. */ in map_cap() 319 Token tok; /* Current token. */ in map_equal() 599 Token tok; in map_colon() 803 Token tok; /* Current token. */ in map_atsign() 830 Token tok; /* current token. */ in map_pipe() 860 Token tok; in map_dash() 956 Token tok; in map_version() 1215 Token tok; /* current token. */ in ld_map_parse_v1()
|
H A D | map_core.c | 1759 inline static Token 1763 Token tok; in gettoken_ident() 1833 inline static Token 1881 inline static Token 1940 Token 1944 Token tok; in ld_map_gettoken() 2091 ld_map_tokenstr(Token tok, ld_map_tkval_t *tkv, Conv_inv_buf_t *inv_buf) in ld_map_tokenstr() 2163 Token tok; in mapfile_version()
|
H A D | map_support.c | 435 ld_map_seg_size_symbol(Mapfile *mf, Sg_desc *sgp, Token eq_tok, in ld_map_seg_size_symbol() 1426 Token tok; in ld_map_sym_ver_fini()
|
/titanic_41/usr/src/lib/pkcs11/include/ |
H A D | THIRDPARTYLICENSE | 2 * identified as "RSA Security Inc. PKCS #11 Cryptographic Token Interface 7 * Cryptographic Token Interface (Cryptoki)" in all material mentioning or
|
/titanic_41/usr/src/data/hwdata/ |
H A D | usb.ids | 4518 1000 iKey 1000 Token 4519 1001 iKey 1200 Token 4520 1002 iKey Token 4521 1003 iKey Token 4522 1004 iKey Token 4523 1005 iKey Token 4524 1006 iKey Token 4525 1200 iKey 2000 Token 4526 1201 iKey Token 4527 1202 iKey 2032 Token [all …]
|
H A D | pci.ids | 135 0508 Netelligent 4/16 Token Ring 3959 003e 16/4 Token ring UTP/STP controller 3960 1014 003e Token-Ring Adapter 3961 1014 00cd Token-Ring Adapter + Wake-On-LAN 3962 1014 00ce 16/4 Token-Ring Adapter 2 3963 1014 00cf 16/4 Token-Ring Adapter Special 3964 1014 00e4 High-Speed 100/16/4 Token-Ring Adapter 3965 1014 00e5 16/4 Token-Ring Adapter 2 + Wake-On-LAN 6590 0001 Token-Ring 16/4 PCI Adapter (3136/3137) 6591 0002 16/4 Token Ring [all …]
|
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 1026 # SHF_ORDERED related messages. Token used is sections.
|