Searched refs:version (Results 576 - 600 of 5386) sorted by relevance

<<21222324252627282930>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbackwardcompat.tex23 \subsection{The version numbering scheme}\label{versionnumbering}
25 wxWidgets version numbers can have up to four components, with trailing
55 version number to be compatible, but between minor versions there will be
58 with the new version.
68 features not present in the earlier version. For example if you develop
107 incompatible with some future version of wxWidgets, and you should consider
143 compiled with one version of wxWidgets, e.g. {\tt 2.6.1}, continue to work
144 with shared libraries of a later binary compatible version, for example {\tt
148 developer using a later version, e.g. {\tt 2.6.2} to be able to create binary
154 cases an application compiled with a later version ma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dsys-hypervisor.c6 * it under the terms of the GNU General Public License version 2 as
21 #include <xen/interface/version.h>
54 /* xen version attributes */
57 int version = HYPERVISOR_xen_version(XENVER_version, NULL); local
58 if (version)
59 return sprintf(buffer, "%d\n", version >> 16);
67 int version = HYPERVISOR_xen_version(XENVER_version, NULL); local
68 if (version)
69 return sprintf(buffer, "%d\n", version & 0xff);
101 .name = "version",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dffv1enc.c11 * version 2.1 of the License, or (at your option) any later version.
500 if (f->version < 2) {
501 put_symbol(c, state, f->version, 0);
509 if (f->version > 0)
517 } else if (f->version < 3) {
558 put_symbol(c, state, f->version, 0);
559 if (f->version > 2) {
560 if (f->version == 3) {
562 } else if (f->version
[all...]
H A Dwma.c10 * version 2.1 of the License, or (at your option) any later version.
90 s->version = 1;
92 s->version = 2;
97 s->version, 0);
120 /* if version 2, then the rates are normalized */
122 if (s->version == 2) {
188 av_dlog(s->avctx, "version=%d channels=%d sample_rate=%d bitrate=%d block_align=%d\n",
189 s->version, avctx->channels, avctx->sample_rate, avctx->bit_rate,
201 if (s->version
435 ff_wma_run_level_decode(AVCodecContext* avctx, GetBitContext* gb, VLC *vlc, const float *level_table, const uint16_t *run_table, int version, WMACoef *ptr, int offset, int num_coefs, int block_len, int frame_len_bits, int coef_nb_bits) argument
[all...]
H A Ddvbsubdec.c10 * version 2.1 of the License, or (at your option) any later version.
156 int version; member in struct:DVBSubCLUT
183 int version; member in struct:DVBSubObject
203 int version; member in struct:DVBSubRegion
222 int version; member in struct:DVBSubDisplayDefinition
235 int version; member in struct:DVBSubContext
388 ctx->version = -1;
1039 int version; local
1057 version
1136 int av_unused version; local
1256 int version; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_log.c141 * version of this log file to the client.
144 if ((ret = __logc_version(logc, &nf_args.version)) != 0)
147 if (rep->version < DB_REPVERSION_47)
148 DB_INIT_DBT(newfiledbt, &nf_args.version,
149 sizeof(nf_args.version));
500 if ((ret = __logc_version(logc, &nf_args.version)) != 0)
503 if (rep->version < DB_REPVERSION_47)
504 DB_INIT_DBT(newfiledbt, &nf_args.version,
505 sizeof(nf_args.version));
628 if (rep->version < DB_REPVERSION_4
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_cm.c42 * Set the selected protocol version
44 static void rds_ib_set_protocol(struct rds_connection *conn, unsigned int version) argument
46 conn->c_version = version;
114 printk(KERN_NOTICE "RDS/IB: connected to %pI4 version %u.%u%s\n",
356 u32 version = 0; local
363 * If the protocol version fields aren't set, this is a connection attempt
364 * from an older version. This could could be 3.0 or 2.0 - we can't tell.
382 version = RDS_PROTOCOL_3_0;
384 version++;
387 "incompatible protocol version
405 u32 version; local
[all...]
H A Diw_cm.c42 * Set the selected protocol version
44 static void rds_iw_set_protocol(struct rds_connection *conn, unsigned int version) argument
46 conn->c_version = version;
97 printk(KERN_NOTICE "RDS/IW: connected to %pI4<->%pI4 version %u.%u%s\n",
346 u32 version = 0; local
352 * If the protocol version fields aren't set, this is a connection attempt
353 * from an older version. This could could be 3.0 or 2.0 - we can't tell.
360 version = RDS_PROTOCOL_3_0;
362 version++;
365 "incompatible protocol version
382 u32 version; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dhost.c40 const u32 version; /* NLM version to search for */ member in struct:nlm_lookup_host_info
107 * (address, protocol, version, server/client)
123 if (host->h_version != ni->version)
170 host->h_version = ni->version;
225 * @version: NLM protocol version
230 * [server address, transport protocol, NLM version, server hostname].
237 const u32 version,
249 .version
234 nlmclnt_lookup_host(const struct sockaddr *sap, const size_t salen, const unsigned short protocol, const u32 version, const char *hostname, int noresvport) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_asn1.c53 * The licence and distribution terms for any publically available version or
68 ASN1_INTEGER version; member in struct:ssl_session_asn1_st
101 a.version.length=LSIZE2;
102 a.version.type=V_ASN1_INTEGER;
103 a.version.data=ibuf1;
104 ASN1_INTEGER_set(&(a.version),SSL_SESSION_ASN1_VERSION);
182 M_ASN1_I2D_len(&(a.version), i2d_ASN1_INTEGER);
205 M_ASN1_I2D_put(&(a.version), i2d_ASN1_INTEGER);
232 int version,ssl_version=0,i; local
246 version
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-zephyr.c41 char *version; member in struct:z_packet
164 PARSE_FIELD_STR(z.version);
166 if (strncmp(z.version, "ZEPH", 4))
192 if (strncmp(z.version+4, "0.2", 3)) {
193 printf(" v%s", z.version+4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsmush.c10 * version 2.1 of the License, or (at your option) any later version.
29 int version; member in struct:SMUSHContext
66 smush->version = 0;
86 smush->version = 1;
160 if (!smush->version) {
207 if (smush->version)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dluc.cpp139 Integer version(seq);
140 if (!!version) // make sure version is 0
155 const byte version[] = {INTEGER, 1, 0};
156 seq.Put(version, sizeof(version));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/wlp/
H A Dtxrx.c83 u8 version; local
85 if (wlp_get_version(wlp, &assoc->version, &version,
86 sizeof(assoc->version)) < 0)
88 if (version != WLP_VERSION) {
89 dev_err(dev, "Unsupported WLP version in association "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcode.c118 int version; local
121 field_alloc = version = 0;
137 /* Get a version. */
138 if (!version) {
140 p, "version", sizeof("version") - 1) == 0) {
141 version = 1;
145 "%s: expected \"version\" line\n", progname);
154 version = 0;
280 fprintf(hfp, "\tu_int32_t\t version;\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/RHEL/
H A Dsamba.spec11 License: GNU GPL version 2
15 Source: samba-%{version}.tar.bz2
25 Requires: samba-common = %{version}-%{release}
27 Provides: samba = %{version}
30 BuildRoot: %{_tmppath}/%{name}-%{version}-root
53 Requires: samba-common = %{version}-%{release}
55 Provides: samba-client = %{version}-%{release}
67 Provides: samba-common = %{version}-%{release}
78 Requires: samba = %{version} xinetd
79 Provides: samba-swat = %{version}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_cb.c53 * The licence and distribution terms for any publically available version or
321 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg) argument
328 switch (version)
343 if (version == SSL2_VERSION)
404 if (version == SSL3_VERSION || version == TLS1_VERSION)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/avm/
H A Db1.c332 memset(cinfo->version, 0, sizeof(cinfo->version));
426 cinfo->version[j] = "\0\0" + 1;
430 cinfo->version[j] = &cinfo->versionbuf[i + 1];
432 strlcpy(ctrl->serial, cinfo->version[VER_SERIAL], sizeof(ctrl->serial));
433 memcpy(&ctrl->profile, cinfo->version[VER_PROFILE],sizeof(capi_profile));
435 dversion = cinfo->version[VER_DRIVER];
436 ctrl->version.majorversion = 2;
437 ctrl->version.minorversion = 0;
438 ctrl->version
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcapability.c63 * created a version 3 with equivalent functionality to version 2, but
65 * version 2 when it wanted to use version 1. If your system has code
66 * that trips the following warning, it is using version 2 specific
69 * The remedy is to either upgrade your version of libcap (to 2.10+,
95 __u32 version; local
97 if (get_user(version, &header->version))
100 switch (version) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A DMakefile11 # the Free Software Foundation; either version 3 of the License, or
12 # (at your option) any later version.
64 OBJECTS = version.$(OBJEXT) positions.$(OBJEXT) options.$(OBJEXT) keyword.$(OBJEXT) keyword-list.$(OBJEXT) \
87 VERSION_H = version.h
98 version.$(OBJEXT): version.cc $(VERSION_H)
99 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/version.cc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_bbt.c25 * versions are compared. If the mirror has a greater version number
37 * The table is marked in the oob area with an ident pattern and a version
363 /* Read the primary version, if available */
367 td->version[0] = buf[mtd->writesize + td->veroffs];
368 printk(KERN_DEBUG "Bad block table at page %d, version 0x%02X\n",
369 td->pages[0], td->version[0]);
372 /* Read the mirror version, if available */
376 md->version[0] = buf[mtd->writesize + md->veroffs];
377 printk(KERN_DEBUG "Bad block table at page %d, version 0x%02X\n",
378 md->pages[0], md->version[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand_bbt.c25 * versions are compared. If the mirror has a greater version number
37 * The table is marked in the oob area with an ident pattern and a version
363 /* Read the primary version, if available */
367 td->version[0] = buf[mtd->writesize + td->veroffs];
368 printk(KERN_DEBUG "Bad block table at page %d, version 0x%02X\n",
369 td->pages[0], td->version[0]);
372 /* Read the mirror version, if available */
376 md->version[0] = buf[mtd->writesize + md->veroffs];
377 printk(KERN_DEBUG "Bad block table at page %d, version 0x%02X\n",
378 md->pages[0], md->version[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Ddbif.c84 * @param version (r) database version number
88 static int dbif_init_rootinfo(DBD *dbd, int version) argument
94 LOG(log_debug, logtype_cnid, "Setting CNID database version to %u", version);
96 v = version;
122 * Return CNID database version number
124 * Returns version in *version
126 * @returns -1 on error, 0 if theres no rootinfo key yet, 1 if *version i
128 dbif_getversion(DBD *dbd, uint32_t *version) argument
167 dbif_setversion(DBD *dbd, uint32_t version) argument
209 uint32_t version = CNID_VERSION_UNINTIALIZED_DB; local
726 uint32_t version = CNID_VERSION; local
1192 uint32_t max = 0, count = 0, cnid, type, did, lastid, version; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_NFQUEUE.c168 .version = XTABLES_VERSION,
180 .version = XTABLES_VERSION,
193 .version = XTABLES_VERSION,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-apply52 -V | --version Display version information
58 LONGOPTS="timeout:,version,help";
82 (-V|--version) about >&2; exit 0;;

Completed in 139 milliseconds

<<21222324252627282930>>