Searched refs:next_tag (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dlibpppoe.c38 static struct pppoe_tag *next_tag(struct pppoe_hdr *ph) function
55 if (pt != next_tag(ph))
68 char *end = (char *) next_tag(ph);
143 memcpy(next_tag(dest->hdr),pt, tag_len);
144 dest->tags[tagid]=next_tag(dest->hdr);
145 add_tag(dest->hdr,next_tag(dest->hdr));
298 tag = next_tag(ph);
310 tag = next_tag(ph);
318 tag = next_tag(ph);
328 tag = next_tag(p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-compile.c114 int next_tag; member in struct:__anon2720
157 int next_tag = 1; /* Next tag to use after this one. */ local
305 tag = next_tag;
307 next_tag++;
322 DPRINT(("Catenation, next_tag = %d\n", next_tag));
334 STACK_PUSHX(stack, int, next_tag + left->num_tags);
336 next_tag + left->num_tags));
340 DPRINT((" Reserving next_tag %d to right child\n",
341 next_tag));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwavdec.c64 static int64_t next_tag(AVIOContext *pb, uint32_t *tag) function
87 size = next_tag(pb, &tag);
291 size = next_tag(pb, &tag);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwav.c227 static int64_t next_tag(AVIOContext *pb, uint32_t *tag) function
248 size = next_tag(pb, &tag);
431 size = next_tag(pb, &tag);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html14277 sub next_tag($) subroutine
14559 my $next_tag = next_tag($line);
14560 return 1 if (($line =~ /^\s*$/) or $no_line_macros{$next_tag} or
14561 (($next_tag =~ /^(\w+?)index$/) and ($1 ne 'print')) or
17195 my $next_tag = next_tag($_);
17196 if ($state->{'deff_line'} and !defined($Texi2HTML::Config::def_map{$next_tag}))
17216 my $next_tag = next_tag(
[all...]

Completed in 217 milliseconds