/third_party/openssl/doc/man3/ |
D | PEM_bytes_read_bio.pod | 11 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, 14 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, 35 The actual type indicated by the file is returned in I<*pnm> if I<pnm> is 36 non-NULL. The caller must free the storage pointed to by I<*pnm>. 44 returned in I<*pdata> and I<*pnm>. Accordingly, the caller must use
|
/third_party/ffmpeg/ |
D | .gitattributes | 1 *.pnm -diff -text
|
D | LICENSE.md | 76 * `tests/reference.pnm` is under the expat license.
|
/third_party/openssl/crypto/pem/ |
D | pem_lib.c | 233 char **pnm, const char *name, BIO *bp, in pem_bytes_read_bio_flags() argument 261 if (pnm != NULL) in pem_bytes_read_bio_flags() 262 *pnm = nm; in pem_bytes_read_bio_flags() 267 if (!ret || pnm == NULL) in pem_bytes_read_bio_flags() 275 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio() argument 278 return pem_bytes_read_bio_flags(pdata, plen, pnm, name, bp, cb, u, in PEM_bytes_read_bio() 282 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio_secmem() argument 285 return pem_bytes_read_bio_flags(pdata, plen, pnm, name, bp, cb, u, in PEM_bytes_read_bio_secmem()
|
/third_party/gstreamer/gstplugins_bad/gst/pnm/ |
D | gstpnm.c | 43 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, pnm,
|
D | Makefile.in | 93 subdir = gst/pnm 764 $(AUTOMAKE) --gnu gst/pnm/Makefile
|
/third_party/gstreamer/gstplugins_bad/gst/ |
D | meson.build | 10 'mxf', 'netsim', 'onvif', 'pcapparse', 'pnm', 'proxy',
|
/third_party/boringssl/src/crypto/pem/ |
D | pem_lib.c | 208 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, in PEM_bytes_read_bio() argument 241 if (pnm) in PEM_bytes_read_bio() 242 *pnm = nm; in PEM_bytes_read_bio() 247 if (!ret || !pnm) in PEM_bytes_read_bio()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | pnm.c | 119 GST_CHECK_MAIN (pnm);
|
/third_party/boost/libs/gil/test/extension/io/ |
D | Jamfile | 48 alias full : bmp jpeg png pnm raw targa tiff ;
|
D | fabscript | 65 … gil_test('pnm', ['pnm_test.cpp', 'pnm_old_test.cpp', 'pnm_read_test.cpp', 'pnm_write_test.cpp'],
|
/third_party/openssl/include/openssl/ |
D | pem.h | 244 int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, 249 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,
|
/third_party/ffmpeg/tests/ |
D | Makefile | 30 $(M)$< $(SRC_PATH)/tests/reference.pnm $@ 33 $(M)$< $(SAMPLES)/lena.pnm $@
|
/third_party/gstreamer/gstplugins_bad/tests/check/ |
D | Makefile.in | 112 elements/pcapparse$(EXEEXT) elements/pnm$(EXEEXT) \ 533 elements_pnm_SOURCES = elements/pnm.c 534 elements_pnm_OBJECTS = elements/pnm-pnm.$(OBJEXT) 819 elements/$(DEPDIR)/pnm-pnm.Po \ 885 elements/pcapparse.c elements/pnm.c elements/rtponvifparse.c \ 918 elements/pcapparse.c elements/pnm.c elements/rtponvifparse.c \ 4016 elements/pnm.log: elements/pnm$(EXEEXT) 4358 -rm -f elements/$(DEPDIR)/pnm-pnm.Po 4489 -rm -f elements/$(DEPDIR)/pnm-pnm.Po
|
D | meson.build | 47 [['elements/pnm.c']],
|
D | Makefile.am | 290 elements/pnm \
|
/third_party/glib/gio/tests/desktop-files/usr/applications/ |
D | totem.desktop | 36 …ontent/video-dvd;x-content/video-vcd;x-content/video-svcd;x-scheme-handler/pnm;x-scheme-handler/mm…
|
D | mimeinfo.cache | 242 x-scheme-handler/pnm=totem.desktop;
|
/third_party/ffmpeg/libavcodec/ |
D | Makefile | 527 OBJS-$(CONFIG_PAM_DECODER) += pnmdec.o pnm.o 529 OBJS-$(CONFIG_PBM_DECODER) += pnmdec.o pnm.o 533 OBJS-$(CONFIG_PFM_DECODER) += pnmdec.o pnm.o 534 OBJS-$(CONFIG_PGM_DECODER) += pnmdec.o pnm.o 536 OBJS-$(CONFIG_PGMYUV_DECODER) += pnmdec.o pnm.o 544 OBJS-$(CONFIG_PPM_DECODER) += pnmdec.o pnm.o 1089 OBJS-$(CONFIG_PNM_PARSER) += pnm_parser.o pnm.o
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | shdeprecated.h | 593 virtual LRESULT WINAPI OnNotify(struct tagNMHDR *pnm) = 0; 692 LRESULT (WINAPI *OnNotify)(IBrowserService2 *This,struct tagNMHDR *pnm); 793 #define IBrowserService2_OnNotify(This,pnm) (This)->lpVtbl->OnNotify(This,pnm) argument 864 LRESULT WINAPI IBrowserService2_OnNotify_Proxy(IBrowserService2 *This,struct tagNMHDR *pnm); 1032 LRESULT (WINAPI *OnNotify)(IBrowserService3 *This,struct tagNMHDR *pnm); 1135 #define IBrowserService3_OnNotify(This,pnm) (This)->lpVtbl->OnNotify(This,pnm) argument
|
/third_party/uboot/u-boot-2020.01/include/ |
D | mmc.h | 386 char pnm[7]; member
|
/third_party/boringssl/src/include/openssl/ |
D | pem.h | 337 OPENSSL_EXPORT int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, const char *na…
|
/third_party/ffmpeg/tests/fate/ |
D | ffmpeg.mak | 39 …lags +bitexact -sws_flags +accurate_rnd+bitexact -i $(TARGET_SAMPLES)/lena.pnm -an -filter_complex…
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | io.rst.txt | 363 BOOST_GIL_IO_USE_PNM_TEST_SUITE_IMAGES Run tests using the pnm test images suite.… 443 following PNM_Wiki_. No external library is needed for the pnm format.
|
/third_party/boost/libs/gil/doc/ |
D | io.rst | 363 BOOST_GIL_IO_USE_PNM_TEST_SUITE_IMAGES Run tests using the pnm test images suite.… 443 following PNM_Wiki_. No external library is needed for the pnm format.
|