Searched refs:extensions (Results 151 - 175 of 502) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsrtenc.c109 .extensions = "srt",
H A Dsubviewer1dec.c123 .extensions = "sub",
H A Dvocenc.c102 .extensions = "voc",
H A Dvplayerdec.c127 .extensions = "txt",
H A Dbintext.c348 .extensions = "bin",
372 .extensions = "adf",
385 .extensions = "idf",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_crl.c73 ASN1_SEQUENCE_OF_OPT(X509_REVOKED,extensions, X509_EXTENSION)
122 ASN1_EXP_SEQUENCE_OF_OPT(X509_CRL_INFO, extensions, X509_EXTENSION, 0)
127 * for unhandled critical CRL entry extensions.
176 /* Check for critical CRL entry extensions */
178 exts = rev->extensions;
197 * The X509_CRL structure needs a bit of customisation. Cache some extensions
247 * See if we have any unhandled critical CRL extensions and indicate
253 exts = crl->crl->extensions;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dadxdec.c110 .extensions = "adx",
H A Dbmv.c136 .extensions = "bmv"
H A Dfilmstripdec.c109 .extensions = "flm",
H A Dflacdec.c158 .extensions = "flac",
H A Dflacenc.c124 .extensions = "flac",
H A Dpcmdec.c72 .extensions = ext, \
H A Dsoxenc.c121 .extensions = "sox",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_crl.c73 ASN1_SEQUENCE_OF_OPT(X509_REVOKED,extensions, X509_EXTENSION)
122 ASN1_EXP_SEQUENCE_OF_OPT(X509_CRL_INFO, extensions, X509_EXTENSION, 0)
127 * for unhandled critical CRL entry extensions.
176 /* Check for critical CRL entry extensions */
178 exts = rev->extensions;
197 * The X509_CRL structure needs a bit of customisation. Cache some extensions
247 * See if we have any unhandled critical CRL extensions and indicate
253 exts = crl->crl->extensions;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/
H A DMakefile84 install $(IPTABLES_SRC)/extensions/*.so $(IPT_INSTALL_DIR)/lib/iptables
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddisplayx11.cpp49 #include <X11/extensions/Xinerama.h>
51 #include <X11/extensions/xf86vmode.h>
171 // info about xf86 video mode extensions
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfltfactory.tex41 wxSTREAM_FILEEXT // File extensions the stream handles
117 Returns the protocols, MIME types, HTTP encodings or file extensions
121 For example, to list the file extensions a factory supports:
154 extensions handled by this factory.
H A Dfiletype.tex5 to MIME type (in fact, several extensions may correspond to a file type). This
28 A MIME type may have one or more associated extensions: "text/plain" will
140 \func{bool}{GetExtensions}{\param{wxArrayString\&}{ extensions}}
142 If the function returns {\tt true}, the array {\it extensions} is filled
143 with all extensions associated with this file type: for example, it may
148 (efficient) way to retrieve associated extensions from the given MIME type on
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dpmjump.S65 # Clear registers to allow for future extensions to the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c175 " -extensions .. - Extension section (override value in config file)\n",
281 char *extensions = NULL; local
481 } else if (strcmp(*argv, "-extensions") == 0) {
484 extensions = *(++argv);
948 BIO_printf(bio_err, "Successfully loaded extensions file %s\n",
952 if (!extensions
953 && !(extensions =
954 NCONF_get_string(extconf, "default", "extensions")))
955 extensions = "default";
1026 * no '-extfile' option, so we look for extensions i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c175 " -extensions .. - Extension section (override value in config file)\n",
281 char *extensions = NULL; local
481 } else if (strcmp(*argv, "-extensions") == 0) {
484 extensions = *(++argv);
948 BIO_printf(bio_err, "Successfully loaded extensions file %s\n",
952 if (!extensions
953 && !(extensions =
954 NCONF_get_string(extconf, "default", "extensions")))
955 extensions = "default";
1026 * no '-extfile' option, so we look for extensions i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c182 " -extensions .. - Extension section (override value in config file)\n",
279 char *extensions=NULL; local
485 else if (strcmp(*argv,"-extensions") == 0)
488 extensions= *(++argv);
992 BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile);
995 if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))
996 extensions = "default";
1064 /* no '-extfile' option, so we look for extensions
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dx509asn1.c727 /* Get optional issuerUiqueID, subjectUniqueID and extensions. */
729 cert->extensions.tag = elem.tag = 0;
732 cert->extensions.beg = cert->extensions.end = "";
746 Curl_getASN1Element(&cert->extensions, elem.beg, elem.end);
975 /* TODO: extensions. */
1091 /* Process extensions. */
1092 for(p = cert.extensions.beg; p < cert.extensions.end && matched != 1;) {
1093 p = Curl_getASN1Element(&ext, p, cert.extensions
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dxv.c30 #include <X11/extensions/Xv.h>
31 #include <X11/extensions/XShm.h>
32 #include <X11/extensions/Xvlib.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h287 const char *extensions; /**< comma-separated filename extensions */ member in struct:AVOutputFormat
367 /** If extensions are defined, then no probe is done. You should
370 const char *extensions; member in struct:AVInputFormat
1320 int match_ext(const char *filename, const char *extensions);

Completed in 134 milliseconds

1234567891011>>