HomeSort by relevance Sort by last modified time
    Searched full:trns (Results 1 - 25 of 34) sorted by null

1 2

  /external/ipsec-tools/src/racoon/
ipsec_doi.c 340 struct isakmp_pl_t *trns = p->trns; local
345 "prop#=%d, prot-id=%s, spi-size=%d, #trns=%d\n",
350 "trns#=%d, trns-id=%s\n",
351 trns->t_no,
352 s_ipsecdoi_trns(prop->proto_id, trns->t_id));
357 if (t2isakmpsa(trns, tsap) < 0)
486 if (t2isakmpsa(p->trns, &sa) < 0)
492 "DB(prop#%d:trns#%d):Peer(prop#%d:trns#%d) =
1463 struct isakmp_pl_t *trns; local
2725 struct isakmp_pl_t *trns = NULL; local
2944 struct isakmp_pl_t *trns; local
    [all...]
security.c 76 struct isakmp_pl_t *trns; local
128 trns = (struct isakmp_pl_t *)ta->ptr;
130 len = ntohs(trns->h.len) - sizeof(struct isakmp_pl_t);
131 d = (struct isakmp_data *)((caddr_t)trns + sizeof(struct isakmp_pl_t));
strnames.c 301 { ISAKMP_NPTYPE_T, "trns", NULL },
505 s_ipsecdoi_trns(proto, trns)
506 int proto, trns;
512 return (name_ipsecdoi_proto[i].f)(trns);
513 return num2str(trns);
proposal.c 802 "#trns=%d trns#=%d trns-id=%s\n",
806 t->trns->t_no,
808 t->trns->t_id));
819 if (ipsecdoi_t2satrns(t->trns,
proposal.h 144 struct isakmp_pl_t *trns; member in struct:prop_pair
  /external/libpng/
TODO 20 Should we always malloc 2^bit_depth PLTE/tRNS/hIST entries for safety?
pngrutil.c 635 png_warning(png_ptr, "Truncating incorrect tRNS chunk length");
640 png_warning(png_ptr, "Truncating incorrect info tRNS chunk length");
    [all...]
libpng-1.2.44.txt     [all...]
pngrtran.c 94 /* Handle alpha and tRNS via a background color */
548 * are present in the tRNS array for palette images. We can't do it here
549 * because we don't necessarily have the tRNS chunk yet.
570 * less than 8-bit depth to 8-bit depth, and expand tRNS chunks
589 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace
590 * the transparent color with a particular RGB value, or drop tRNS entirely.
599 * to expand only the sample depth but not to expand the tRNS to alpha
647 /* Expand tRNS chunks to alpha channels. */
817 /* Expand background and tRNS chunks */
880 /* Invert the alpha channel (in tRNS) unless the pixels ar
    [all...]
CHANGES 256 Check for overlength tRNS chunk present when indexed-color PLTE is read.
326 Moved a misplaced pngrutil code block that truncates tRNS if it has more
    [all...]
libpng.3     [all...]
pngset.c 838 png_debug1(1, "in %s storage function", "tRNS");
871 "tRNS chunk has out-of-range samples for bit_depth");
    [all...]
pngget.c 811 png_debug1(1, "in %s retrieval function", "tRNS");
pngwutil.c     [all...]
example.c 689 /* Other optional chunks like cHRM, bKGD, tRNS, tIME, oFFs, pHYs */
png.c 395 /* Free any tRNS entry */
png.h     [all...]
  /external/webkit/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 219 // Convert a tRNS warning to be an error (documented in bugzilla.mozilla.org bug #251381)
220 if (!strncmp(warningMsg, "Missing PLTE before tRNS", 24))
269 png_bytep trns = 0; local
272 png_get_tRNS(png, info, &trns, &trnsCount, 0);
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 542 png_warning(png_ptr, "Truncating incorrect tRNS chunk length");
547 png_warning(png_ptr, "Truncating incorrect info tRNS chunk length");
    [all...]
pngrtran.c 77 /* handle alpha and tRNS via a background color */
523 * are present in the tRNS array for palette images. We can't do it here
524 * because we don't necessarily have the tRNS chunk yet.
542 * less than 8-bit depth to 8-bit depth, and expand tRNS chunks
560 * convert tRNS to the grayscale/RGB format (16-bit RGB value), or replace
561 * the transparent color with a particular RGB value, or drop tRNS entirely.
570 * to expand only the sample depth but not to expand the tRNS to alpha.
612 /* Expand tRNS chunks to alpha channels. */
770 /* expand background and tRNS chunks */
829 /* invert the alpha channel (in tRNS) unless the pixels ar
    [all...]
png.c 380 /* free any tRNS entry */
pngget.c 769 png_debug1(1, "in %s retrieval function\n", "tRNS");
pngwutil.c     [all...]
  /prebuilt/sdk/tools/linux/
aapt 
  /external/libpng/contrib/gregbook/
readpng2.c 209 * IEND, tRNS, bKGD, gAMA, and sRGB (small performance improvement) */

Completed in 284 milliseconds

1 2