HomeSort by relevance Sort by last modified time
    Searched defs:taglen (Results 1 - 5 of 5) 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))
  /bootable/recovery/minadbd/
adb.c 109 int taglen = strlen(tags[tagn].tag); local
111 if (len == taglen && !memcmp(tags[tagn].tag, p, len) )
  /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))
  /external/openssl/crypto/evp/
e_aes.c 81 int taglen; member in struct:__anon12604
710 gctx->taglen = -1;
739 gctx->taglen = arg;
743 if (arg <= 0 || arg > 16 || !c->encrypt || gctx->taglen < 0)
1013 if (gctx->taglen < 0)
1016 ctx->buf, gctx->taglen) != 0)
1022 gctx->taglen = 16;
    [all...]
  /system/core/adb/
adb.c 127 int taglen = strlen(tags[tagn].tag); local
129 if (len == taglen && !memcmp(tags[tagn].tag, p, len) )
    [all...]

Completed in 239 milliseconds