Searched refs:end_tag (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davienc.c250 end_tag(pb, strh);
266 end_tag(pb, strf);
290 end_tag(pb, avi->indexes[i].indx_start);
322 end_tag(pb, vprp);
325 end_tag(pb, list2);
336 end_tag(pb, avi->odml_list);
339 end_tag(pb, list1);
352 end_tag(pb, list2);
358 end_tag(pb, list2);
463 end_tag(p
[all...]
H A Driff.h35 void end_tag(ByteIOContext *pb, int64_t start);
H A Dwav.c52 end_tag(pb, fmt);
58 end_tag(pb, fact);
94 end_tag(pb, wav->data);
H A Driff.c267 void end_tag(ByteIOContext *pb, int64_t start) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutresrc.c247 * NULL, a pointer to the end_tag is returned
270 /* The absolute minimum resource template is one end_tag descriptor */
306 /* An end_tag descriptor terminates this resource template */
312 * the 2nd byte of the end_tag
318 /* Return the pointer to the end_tag if requested */
333 /* Did not find an end_tag descriptor */
584 * end_tag - Where the pointer to the end_tag is returned
588 * DESCRIPTION: Find the end_tag resource descriptor in an AML resource template
595 u8 ** end_tag)
594 acpi_ut_get_resource_end_tag(union acpi_operand_object * obj_desc, u8 ** end_tag) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexmisc.c166 u8 *end_tag; local
174 * Find the end_tag descriptor in each resource template.
175 * Note1: returned pointers point TO the end_tag, not past it.
176 * Note2: zero-length buffers are allowed; treated like one end_tag
181 status = acpi_ut_get_resource_end_tag(operand0, &end_tag);
186 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer);
190 status = acpi_ut_get_resource_end_tag(operand1, &end_tag);
195 length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer);
197 /* Combine both lengths, minimum size will be 2 for end_tag */
201 /* Create a new buffer object for the result (with one end_tag) */
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html559 $end_tag = '';
561 $end_tag = $1;
569 if ($end_tag eq 'ifhtml') {
583 if ($end_tag) {
584 next if $to_skip{"end $end_tag"};
829 } elsif ($end_tag) {
830 if ($format_map{$end_tag}) {
831 $in_pre = 0 if $format_map{$end_tag} eq 'PRE';
832 $in_list-- if $format_map{$end_tag} eq 'UL' || $format_map{$end_tag} e
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html559 $end_tag = '';
561 $end_tag = $1;
569 if ($end_tag eq 'ifhtml') {
583 if ($end_tag) {
584 next if $to_skip{"end $end_tag"};
829 } elsif ($end_tag) {
830 if ($format_map{$end_tag}) {
831 $in_pre = 0 if $format_map{$end_tag} eq 'PRE';
832 $in_list-- if $format_map{$end_tag} eq 'UL' || $format_map{$end_tag} e
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/plugins/pppoe/
H A Dlibpppoe.c130 struct pppoe_tag *end_tag = get_tag(dest->hdr, PTT_EOL); local
140 if( end_tag ){
141 memcpy(((char*)end_tag)+tag_len ,
142 end_tag, sizeof(struct pppoe_tag));
144 dest->tags[tagid]=end_tag;
146 memcpy(end_tag, pt, tag_len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/acpi/
H A Damlresrc.h288 struct aml_resource_end_tag end_tag; member in union:aml_resource
H A Dacutils.h518 u8 ** end_tag);
H A Dactypes.h1197 struct acpi_resource_end_tag end_tag; member in union:acpi_resource_data
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h913 uint8_t end_tag; member in struct:vpd_config

Completed in 201 milliseconds