HomeSort by relevance Sort by last modified time
    Searched defs:taglen (Results 1 - 6 of 6) sorted by null

  /external/tremolo/Tremolo/
treminfo.c 77 int taglen = strlen(tag)+1; /* +1 for the = we append */ local
78 char *fulltag = (char *)alloca(taglen+ 1);
84 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){
87 return vc->user_comments[i] + taglen;
97 int taglen = strlen(tag)+1; /* +1 for the = we append */ local
98 char *fulltag = (char *)alloca(taglen+1);
103 if(!tagcompare(vc->user_comments[i], fulltag, taglen))
  /system/core/liblog/
log_is_loggable.c 60 const size_t taglen = (tag && *tag) ? strlen(tag) : 0; local
62 char key[sizeof(log_namespace) + taglen];
93 if (taglen) {
  /external/libvorbis/lib/
info.c 100 int taglen = strlen(tag)+1; /* +1 for the = we append */ local
101 char *fulltag = alloca(taglen+ 1);
107 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){
110 return vc->user_comments[i] + taglen;
120 int taglen = strlen(tag)+1; /* +1 for the = we append */ local
121 char *fulltag = alloca(taglen+1);
126 if(!tagcompare(vc->user_comments[i], fulltag, taglen))
  /system/core/adb/
adb.cpp 178 int taglen = strlen(tags[tagn].tag); local
180 if (len == taglen && !memcmp(tags[tagn].tag, p, len)) {
  /external/boringssl/src/crypto/cipher/
e_aes.c 93 int taglen; member in struct:__anon4756
527 gctx->taglen = -1;
554 gctx->taglen = arg;
558 if (arg <= 0 || arg > 16 || !c->encrypt || gctx->taglen < 0) {
713 if (gctx->taglen < 0 ||
714 !CRYPTO_gcm128_finish(&gctx->gcm, ctx->buf, gctx->taglen) != 0) {
721 gctx->taglen = 16;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 2549 FX_INT32 taglen = tag.GetLength(); local
2682 FX_INT32 taglen = tag.GetLength(); local
    [all...]

Completed in 235 milliseconds