Home
last modified time | relevance | path

Searched defs:taglen (Results 1 – 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
Dtreminfo.c77 int taglen = strlen(tag)+1; /* +1 for the = we append */ in vorbis_comment_query() local
97 int taglen = strlen(tag)+1; /* +1 for the = we append */ in vorbis_comment_query_count() local
/external/libvorbis/lib/
Dinfo.c100 int taglen = strlen(tag)+1; /* +1 for the = we append */ in vorbis_comment_query() local
120 int taglen = strlen(tag)+1; /* +1 for the = we append */ in vorbis_comment_query_count() local
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp2526 …SyntaxParser::IsWholeWord(FX_FILESIZE startpos, FX_FILESIZE limit, FX_LPCBYTE tag, FX_DWORD taglen) in IsWholeWord()
2549 FX_INT32 taglen = tag.GetLength(); in SearchWord() local
2682 FX_INT32 taglen = tag.GetLength(); in FindTag() local
/external/boringssl/src/crypto/cipher/
De_aes.c93 int taglen; member