Searched refs:consume (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3cyclicdfa.c95 /* Transition the special state and consume an input token
115 is->consume(is);
151 is->consume(is);
162 is->consume(is);
170 is->consume(is);
H A Dantlr3ucs2inputstream.c75 input->istream->consume = antlr3UCS2Consume; // Consume the next 16 bit character in the buffer
187 is->consume(is);
H A Dantlr3lexer.c728 /* Matched correctly, do consume it
730 lexer->input->istream->consume(lexer->input->istream);
754 /* Matched correctly, do consume it
756 lexer->input->istream->consume(lexer->input->istream);
799 /* Matched correctly, consume it
801 lexer->input->istream->consume(lexer->input->istream);
831 lexer->input->istream->consume(lexer->input->istream);
837 lexer->input->istream->consume(lexer->input->istream);
H A Dantlr3tokenstream.c65 static void consume (pANTLR3_INT_STREAM is);
177 stream->tstream->istream->consume = dbgConsume;
271 stream->tstream->istream->consume = consume;
292 ts->istream->consume = dbgConsume;
544 * must become active with LT(1) available. consume() simply
551 consume (pANTLR3_INT_STREAM is) function
567 /// As per ordinary consume but notifies the debugger about hidden
588 consume(is); // Standard consumer
596 // The standard consume cause
[all...]
H A Dantlr3inputstream.c73 /// that would not work for the particular input encoding, such as consume for instance.
106 input->istream->consume = antlr3AsciiConsume; /* Consume the next 8 bit character in the buffer */
519 is->consume(is);
H A Dantlr3commontreenodestream.c66 static void consume (pANTLR3_INT_STREAM is);
206 stream->tnstream->istream->consume = consume;
348 stream->tnstream->istream->consume = consume;
615 consume (pANTLR3_INT_STREAM is) function
699 /// consume() ahead until we hit index. Can't just jump ahead--must
H A Dantlr3baserecognizer.c457 is->consume(is); // Consume that token from the stream
522 is->consume(is);
562 // follow set and does not indicate a missing token. We will just consume this
714 /// 3. consume until token found in resynch set
792 /// thing to do is to consume tokens until you see something that
795 /// input might just be missing a token--you might consume the
836 /// we resync'd to that token, we'd consume until EOF. We need to
839 /// not consume anything and after printing an error rule c would
844 /// the same recovery set and doesn't consume anything. Rule b
1357 is->consume(i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3intstream.h121 void (*consume) (struct ANTLR3_INT_STREAM_struct * intStream); member in struct:ANTLR3_INT_STREAM_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dconscript.tcl65 # No data to consume; wait.
114 consumescript_consume $db_cmd $nitems $tnum $outputfile -consume $args
H A Drecd001.tcl134 { {DB get -txn TXNID -consume} "Recd001.n: db get -consume"}
179 if { [string first consume $cmd] != -1 } {
H A Drecd017.tcl132 if { [string first consume $cmd] != -1 } {
H A Dtest095.tcl273 set badflags [list consume consume_wait {rmw some_key}]
H A Dparallel.tcl205 set line [$db get -consume]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dsaxpath.jar ... comma () com.werken.saxpath.Token token void consume () void consume (int) int i int currentPosition () com.werken ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-mpath.c533 static void consume(struct arg_set *as, unsigned n) function
577 consume(as, ps_argc);
713 consume(as, nr_params);
768 consume(as, hw_argc - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DDAAPLexer.c205 #define CONSUME() INPUT->istream->consume(INPUT->istream)
H A Dhttpd.c223 goto consume;
237 consume: /* reschedule immediately - consume up to start_offset */
H A DDAAP2SQL.c151 #define CONSUME() ISTREAM->consume(ISTREAM)
H A DDAAPParser.c135 #define CONSUME() ISTREAM->consume(ISTREAM)
H A DRSP2SQL.c153 #define CONSUME() ISTREAM->consume(ISTREAM)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DDAAPLexer.c205 #define CONSUME() INPUT->istream->consume(INPUT->istream)
H A DDAAP2SQL.c151 #define CONSUME() ISTREAM->consume(ISTREAM)
H A DDAAPParser.c135 #define CONSUME() ISTREAM->consume(ISTREAM)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabase.java502 public OperationStatus consume(final Transaction txn, method in class:Database
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_statefuns.c2870 goto consume;
2937 consume:
2986 goto consume;
3012 consume:

Completed in 298 milliseconds

12