Searched refs:ISTREAM (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DDAAPLexer.c138 #define ISTREAM INPUT->istream macro
139 #define INDEX() ISTREAM->index(ISTREAM)
140 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
146 #define MARK() ISTREAM->mark(ISTREAM)
147 #define REWIND(m) ISTREAM->rewind(ISTREAM, m)
148 #define REWINDLAST() ISTREAM
[all...]
H A DDAAP2SQL.c137 #define ISTREAM INPUT->tnstream->istream macro
148 #define LA(n) ISTREAM->_LA(ISTREAM, n)
151 #define CONSUME() ISTREAM->consume(ISTREAM)
152 #define MARK() ISTREAM->mark(ISTREAM)
153 #define REWIND(m) ISTREAM->rewind(ISTREAM, m)
154 #define REWINDLAST() ISTREAM
[all...]
H A DDAAPParser.c121 #define ISTREAM INPUT->istream macro
122 #define INDEX() ISTREAM->index(INPUT->istream)
132 #define LA(n) INPUT->istream->_LA(ISTREAM, n)
135 #define CONSUME() ISTREAM->consume(ISTREAM)
136 #define MARK() ISTREAM->mark(ISTREAM)
137 #define REWIND(m) ISTREAM->rewind(ISTREAM, m)
138 #define REWINDLAST() ISTREAM
[all...]
H A DRSP2SQL.c139 #define ISTREAM INPUT->tnstream->istream macro
150 #define LA(n) ISTREAM->_LA(ISTREAM, n)
153 #define CONSUME() ISTREAM->consume(ISTREAM)
154 #define MARK() ISTREAM->mark(ISTREAM)
155 #define REWIND(m) ISTREAM->rewind(ISTREAM, m)
156 #define REWINDLAST() ISTREAM
[all...]
H A DRSPLexer.c163 #define ISTREAM INPUT->istream macro
164 #define INDEX() ISTREAM->index(ISTREAM)
165 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
171 #define MARK() ISTREAM->mark(ISTREAM)
172 #define REWIND(m) ISTREAM->rewind(ISTREAM, m)
173 #define REWINDLAST() ISTREAM
[all...]
H A DRSPParser.c121 #define ISTREAM INPUT->istream macro
122 #define INDEX() ISTREAM->index(INPUT->istream)
132 #define LA(n) INPUT->istream->_LA(ISTREAM, n)
135 #define CONSUME() ISTREAM->consume(ISTREAM)
136 #define MARK() ISTREAM->mark(ISTREAM)
137 #define REWIND(m) ISTREAM->rewind(ISTREAM, m)
138 #define REWINDLAST() ISTREAM
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAPLexer.c138 #define ISTREAM INPUT->istream macro
139 #define INDEX() ISTREAM->index(ISTREAM)
140 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
146 #define MARK() ISTREAM->mark(ISTREAM)
147 #define REWIND(m) ISTREAM->rewind(ISTREAM, m)
148 #define REWINDLAST() ISTREAM
[all...]
H A DDAAP2SQL.c137 #define ISTREAM INPUT->tnstream->istream macro
148 #define LA(n) ISTREAM->_LA(ISTREAM, n)
151 #define CONSUME() ISTREAM->consume(ISTREAM)
152 #define MARK() ISTREAM->mark(ISTREAM)
153 #define REWIND(m) ISTREAM->rewind(ISTREAM, m)
154 #define REWINDLAST() ISTREAM
[all...]
H A DDAAPParser.c121 #define ISTREAM INPUT->istream macro
122 #define INDEX() ISTREAM->index(INPUT->istream)
132 #define LA(n) INPUT->istream->_LA(ISTREAM, n)
135 #define CONSUME() ISTREAM->consume(ISTREAM)
136 #define MARK() ISTREAM->mark(ISTREAM)
137 #define REWIND(m) ISTREAM->rewind(ISTREAM, m)
138 #define REWINDLAST() ISTREAM
[all...]
H A DRSP2SQL.c139 #define ISTREAM INPUT->tnstream->istream macro
150 #define LA(n) ISTREAM->_LA(ISTREAM, n)
153 #define CONSUME() ISTREAM->consume(ISTREAM)
154 #define MARK() ISTREAM->mark(ISTREAM)
155 #define REWIND(m) ISTREAM->rewind(ISTREAM, m)
156 #define REWINDLAST() ISTREAM
[all...]
H A DRSPLexer.c163 #define ISTREAM INPUT->istream macro
164 #define INDEX() ISTREAM->index(ISTREAM)
165 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
171 #define MARK() ISTREAM->mark(ISTREAM)
172 #define REWIND(m) ISTREAM->rewind(ISTREAM, m)
173 #define REWINDLAST() ISTREAM
[all...]
H A DRSPParser.c121 #define ISTREAM INPUT->istream macro
122 #define INDEX() ISTREAM->index(INPUT->istream)
132 #define LA(n) INPUT->istream->_LA(ISTREAM, n)
135 #define CONSUME() ISTREAM->consume(ISTREAM)
136 #define MARK() ISTREAM->mark(ISTREAM)
137 #define REWIND(m) ISTREAM->rewind(ISTREAM, m)
138 #define REWINDLAST() ISTREAM
[all...]

Completed in 206 milliseconds