Searched refs:source (Results 376 - 400 of 1136) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dregexec.c163 const tre_str_source *source = string; local
164 if (source->rewind == NULL || source->compare == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dtcp.h24 __u16 source; member in struct:tcphdr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq_event.h298 snd_seq_addr_t source; /**< source address */ member in struct:snd_seq_event
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dpsy.h120 extern void *_vi_psy_dup(void *source);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dstatusbr.cpp420 GdkWindow *source = GTK_PIZZA(m_wxwindow)->bin_window;
424 gdk_window_get_origin( source, &org_x, &org_y );
467 GdkWindow *source = GTK_PIZZA(m_wxwindow)->bin_window;
471 gdk_window_get_origin( source, &org_x, &org_y );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dgsockgtk.cpp35 gint source,
186 /* some compilers don't like having empty source files */
34 _GSocket_GDK_Input(gpointer data, gint source, GdkInputCondition condition) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip.h111 * source file. There are several versions of this function - for different
143 int line, const char *source);
212 * local IPv4 address to use as source address for DNS requests
219 * local IPv6 address to use as source address for DNS requests
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dvtls.h36 bool Curl_clone_ssl_config(struct ssl_config_data* source,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl292 this service if you wish), that you receive source code or can get it
304 source code. And you must show them these terms so they know their
348 source code as you receive it, in any medium, provided that you
407 source code, which must be distributed under the terms of Sections
412 cost of physically performing source distribution, a complete
413 machine-readable copy of the corresponding source code, to be
418 to distribute corresponding source code. (This alternative is
423 The source code for a work means the preferred form of the work for
424 making modifications to it. For an executable work, complete source
425 code means all the source cod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Doption.c606 char *portno, *source; local
608 if ((source = strchr(optarg, '@'))) /* is there a source. */
610 *source = 0;
611 if ((portno = strchr(source+1, '#')))
644 if (source)
647 if (inet_pton(AF_INET, source+1, &newlist->source_addr.in.sin_addr))
649 if ((newlist->source_addr.in.sin_addr.s_addr = inet_addr(source+1)) != (in_addr_t) -1)
668 if (source)
670 if (inet_pton(AF_INET6, source
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drsa.cpp86 void RSAFunction::AssignFrom(const NameValuePairs &source)
88 AssignFromHelper(this, source)
276 void InvertibleRSAFunction::AssignFrom(const NameValuePairs &source) argument
278 AssignFromHelper<RSAFunction>(this, source)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/zoran/
H A Dvideocodec.h301 int source,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dmain.c6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions of source code must retain the above copyright
373 u8 cmd_id, u8 source, u8 *buf, unsigned long buf_size)
386 notif->src = source;
403 u8 source)
408 if ((notif->cmd_id == cmd) && (notif->src == source)) {
418 u8 source, long timeout)
424 switch (source) {
439 ((notif = iwm_notif_find(iwm, cmd, source)) != NULL),
449 int iwm_notif_handle(struct iwm_priv *iwm, u32 cmd, u8 source, lon argument
372 iwm_notif_send(struct iwm_priv *iwm, struct iwm_wifi_cmd *cmd, u8 cmd_id, u8 source, u8 *buf, unsigned long buf_size) argument
402 iwm_notif_find(struct iwm_priv *iwm, u32 cmd, u8 source) argument
417 iwm_notif_wait(struct iwm_priv *iwm, u32 cmd, u8 source, long timeout) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dmisc.c655 cifsConvertToUCS(__le16 *target, const char *source, int maxlen, argument
664 return cifs_strtoUCS(target, source, PATH_MAX, cp);
667 src_char = source[i];
697 charlen = cp->char2uni(source+i,
708 the source string, but will take exactly two
713 i++; /* move to next char in source string */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dclient.c966 static void nfs_server_copy_userdata(struct nfs_server *target, struct nfs_server *source) argument
968 target->flags = source->flags;
969 target->rsize = source->rsize;
970 target->wsize = source->wsize;
971 target->acregmin = source->acregmin;
972 target->acregmax = source->acregmax;
973 target->acdirmin = source->acdirmin;
974 target->acdirmax = source->acdirmax;
975 target->caps = source->caps;
976 target->options = source
1488 nfs_clone_server(struct nfs_server *source, struct nfs_fh *fh, struct nfs_fattr *fattr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/pnx4008/
H A Dsdum.h83 u32 *source; member in struct:dumchannel_uf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.h27 2. Altered source versions must be plainly marked as such, and must not be
29 3. This notice may not be removed or altered from any source distribution.
502 z_stream *source));
504 Sets the destination stream as a complete copy of the source stream. If
505 the source stream is using an application-supplied history buffer, a new
519 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
520 (such as zalloc being NULL). msg is left unchanged in both source and
531 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
589 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dcrc_68.s21 ; If using this source on a non-Amiga 680x0 system, note that we treat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dconfigure.bat26 rem Corresponding Source for a non-source form of such a combination
27 rem shall include the source code for the parts of OpenSSL used as well
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dieee1394_core.c871 nodeid_t source = data[1] >> 16; local
880 rcode = highlevel_write(host, source, dest, data + 3,
886 rcode = highlevel_write(host, source, dest, data + 4,
902 rcode = highlevel_read(host, source, &buffer, addr, 4, flags);
920 rcode = highlevel_read(host, source, packet->data, addr,
946 rcode = highlevel_lock(host, source, packet->data, addr,
953 rcode = highlevel_lock(host, source,
959 rcode = highlevel_lock64(host, source,
967 rcode = highlevel_lock64(host, source,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dmemcopy.S38 * However, where the source and/or destination references
40 * source and/or destination will always be accessed with
54 * If source is aligned,
57 * else (if source is unaligned),
58 * do the same, but use SRC to align the source data.
60 * case of aligned source and destination and multiple
102 add a7, a3, a4 # a7 = end address for source
160 movi a8, 3 # if source is not aligned,
163 * Destination and source are word-aligned, use word copy.
171 add a8, a8, a3 # a8 = end of last 16B source chun
[all...]
H A Dusercopy.S30 * If the destination and source are both aligned,
33 * If destination is aligned and source unaligned,
34 * do the same, but use SRC to align the source data.
90 movi a8, 3 # if source is also aligned,
135 add a7, a3, a4 # a7 = end address for source
150 * Destination and source are word-aligned.
161 add a8, a8, a3 # a8 = end of last 16B source chunk
226 add a10, a10, a3 # a10 = end of last 16B source chunk
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_proto_tcp.c62 portptr = &hdr->source;
H A Dnf_nat_proto_udplite.c54 portptr = &hdr->source;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_TPROXY.c42 hp->source,

Completed in 493 milliseconds

<<11121314151617181920>>