Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A DsqliteInt.h241 typedef struct Token Token; typedef
642 struct Token { struct
643 const char *z; /* Text of the token. Not NULL-terminated! */
644 unsigned dyn : 1; /* True for malloced memory, false for static */
645 unsigned n : 31; /* Number of characters in this token */
/titanic_41/usr/src/cmd/sgs/libld/common/
H A D_map.h181 } Token; typedef