Searched defs:tag_type (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Sema/
H A Dstruct-decl.c28 short tag_type; member in struct:pppoe_tag
/external/tcpdump/
H A Dprint-pppoe.c143 u_short tag_type = 0xffff, tag_len; local
149 * tag_type is previous tag or 0xffff for first iteration
151 while (tag_type && p < pppoe_payload + pppoe_length) {
153 tag_type = EXTRACT_16BITS(p);
178 tok2str(pppoetag2str, "TAG-0x%x", tag_type),
184 printf(" [%s 0x", tok2str(pppoetag2str, "TAG-0x%x", tag_type));
194 "TAG-0x%x", tag_type));
/external/kernel-headers/original/linux/
H A Dif_pppox.h115 __be16 tag_type; member in struct:pppoe_tag
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp1815 int tag_type = 0; local
1823 CV_CALL( ptr = icvXMLParseTag( fs, ptr, &key, &list, &tag_type ));
1825 if( tag_type == CV_XML_DIRECTIVE_TAG )
1827 if( tag_type == CV_XML_EMPTY_TAG )
1830 assert( tag_type == CV_XML_OPENING_TAG );
1868 CV_CALL( ptr = icvXMLParseTag( fs, ptr, &key2, &list, &tag_type ));
1869 if( tag_type != CV_XML_CLOSING_TAG || key2 != key )
2030 int tag_type = 0; local
2049 tag_type = CV_XML_OPENING_TAG;
2052 tag_type
2185 int tag_type = 0; local
2240 icvXMLWriteTag( CvFileStorage* fs, const char* key, int tag_type, CvAttrList list ) argument
[all...]

Completed in 97 milliseconds